CubbyFlow::CellCenteredVectorGrid3 Member List
This is the complete list of members for CubbyFlow::CellCenteredVectorGrid3, including all inherited members.
BoundingBox() const | CubbyFlow::Grid3 | |
CellCenteredVectorGrid3() | CubbyFlow::CellCenteredVectorGrid3 | |
CellCenteredVectorGrid3(size_t resolutionX, size_t resolutionY, size_t resolutionZ, double gridSpacingX=1.0, double gridSpacingY=1.0, double gridSpacingZ=1.0, double originX=0.0, double originY=0.0, double originZ=0.0, double initialValueU=0.0, double initalValueV=0.0, double initalValueZ=0.0) | CubbyFlow::CellCenteredVectorGrid3 | |
CellCenteredVectorGrid3(const Size3 &resolution, const Vector3D &gridSpacing=Vector3D(1.0, 1.0, 1.0), const Vector3D &origin=Vector3D(), const Vector3D &initalValue=Vector3D()) | CubbyFlow::CellCenteredVectorGrid3 | |
CellCenteredVectorGrid3(const CellCenteredVectorGrid3 &other) | CubbyFlow::CellCenteredVectorGrid3 | |
CellCenterPosition() const | CubbyFlow::Grid3 | |
Clear() | CubbyFlow::VectorGrid3 | |
Clone() const override | CubbyFlow::CellCenteredVectorGrid3 | virtual |
CollocatedVectorGrid3() | CubbyFlow::CollocatedVectorGrid3 | |
ConstVectorDataAccessor typedef | CubbyFlow::VectorGrid3 | |
CUBBYFLOW_GRID3_TYPE_NAME(CellCenteredVectorGrid3) | CubbyFlow::CellCenteredVectorGrid3 | |
Curl(const Vector3D &x) const override | CubbyFlow::CollocatedVectorGrid3 | virtual |
CurlAtDataPoint(size_t i, size_t j, size_t k) const | CubbyFlow::CollocatedVectorGrid3 | |
DataPositionFunc typedef | CubbyFlow::Grid3 | |
Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::VectorGrid3 | virtual |
Divergence(const Vector3D &x) const override | CubbyFlow::CollocatedVectorGrid3 | virtual |
DivergenceAtDataPoint(size_t i, size_t j, size_t k) const | CubbyFlow::CollocatedVectorGrid3 | |
Field3() | CubbyFlow::Field3 | |
Fill(const Vector3D &value, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::CellCenteredVectorGrid3 | virtual |
Fill(const std::function< Vector3D(const Vector3D &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::CellCenteredVectorGrid3 | virtual |
ForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::Grid3 | |
ForEachDataPointIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::CollocatedVectorGrid3 | |
GetBuilder() | CubbyFlow::CellCenteredVectorGrid3 | static |
GetConstDataAccessor() const | CubbyFlow::CollocatedVectorGrid3 | |
GetData(std::vector< double > *data) const override | CubbyFlow::CollocatedVectorGrid3 | protectedvirtual |
GetDataAccessor() | CubbyFlow::CollocatedVectorGrid3 | |
GetDataOrigin() const override | CubbyFlow::CellCenteredVectorGrid3 | virtual |
GetDataPosition() const | CubbyFlow::CollocatedVectorGrid3 | |
GetDataSize() const override | CubbyFlow::CellCenteredVectorGrid3 | virtual |
Grid3() | CubbyFlow::Grid3 | |
GridSpacing() const | CubbyFlow::Grid3 | |
HasSameShape(const Grid3 &other) const | CubbyFlow::Grid3 | |
operator()(size_t i, size_t j, size_t k) const | CubbyFlow::CollocatedVectorGrid3 | |
operator()(size_t i, size_t j, size_t k) | CubbyFlow::CollocatedVectorGrid3 | |
operator=(const CellCenteredVectorGrid3 &other) | CubbyFlow::CellCenteredVectorGrid3 | |
Origin() const | CubbyFlow::Grid3 | |
ParallelForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::Grid3 | |
ParallelForEachDataPointIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::CollocatedVectorGrid3 | |
Resize(size_t resolutionX, size_t resolutionY, size_t resolutionZ, double gridSpacingX=1.0, double gridSpacingY=1.0, double gridSpacingZ=1.0, double originX=0.0, double originY=0.0, double originZ=0.0, double initialValueX=0.0, double initialValueY=0.0, double initialValueZ=0.0) | CubbyFlow::VectorGrid3 | |
Resize(const Size3 &resolution, const Vector3D &gridSpacing=Vector3D(1, 1, 1), const Vector3D &origin=Vector3D(), const Vector3D &initialValue=Vector3D()) | CubbyFlow::VectorGrid3 | |
Resize(double gridSpacingX, double gridSpacingY, double gridSpacingZ, double originX, double originY, double originZ) | CubbyFlow::VectorGrid3 | |
Resize(const Vector3D &gridSpacing, const Vector3D &origin) | CubbyFlow::VectorGrid3 | |
Resolution() const | CubbyFlow::Grid3 | |
Sample(const Vector3D &x) const override | CubbyFlow::CollocatedVectorGrid3 | virtual |
Sampler() const override | CubbyFlow::CollocatedVectorGrid3 | virtual |
Serialize(std::vector< uint8_t > *buffer) const override | CubbyFlow::VectorGrid3 | virtual |
Set(const CellCenteredVectorGrid3 &other) | CubbyFlow::CellCenteredVectorGrid3 | |
SetCollocatedVectorGrid(const CollocatedVectorGrid3 &other) | CubbyFlow::CollocatedVectorGrid3 | protected |
SetData(const std::vector< double > &data) override | CubbyFlow::CollocatedVectorGrid3 | protectedvirtual |
SetGrid(const Grid3 &other) | CubbyFlow::Grid3 | protected |
SetSizeParameters(const Size3 &resolution, const Vector3D &gridSpacing, const Vector3D &origin) | CubbyFlow::Grid3 | protected |
Swap(Grid3 *other) override | CubbyFlow::CellCenteredVectorGrid3 | virtual |
SwapCollocatedVectorGrid(CollocatedVectorGrid3 *other) | CubbyFlow::CollocatedVectorGrid3 | protected |
SwapGrid(Grid3 *other) | CubbyFlow::Grid3 | protected |
TypeName() const =0 | CubbyFlow::Grid3 | pure virtual |
VectorDataAccessor typedef | CubbyFlow::VectorGrid3 | |
VectorField3() | CubbyFlow::VectorField3 | |
VectorGrid3() | CubbyFlow::VectorGrid3 | |
~CollocatedVectorGrid3() | CubbyFlow::CollocatedVectorGrid3 | virtual |
~Field3() | CubbyFlow::Field3 | virtual |
~Grid3() | CubbyFlow::Grid3 | virtual |
~VectorField3() | CubbyFlow::VectorField3 | virtual |
~VectorGrid3() | CubbyFlow::VectorGrid3 | virtual |