CubbyFlow::FaceCenteredGrid3 Member List

This is the complete list of members for CubbyFlow::FaceCenteredGrid3, including all inherited members.

BoundingBox() constCubbyFlow::Grid3
CellCenterPosition() constCubbyFlow::Grid3
Clear()CubbyFlow::VectorGrid3
Clone() const overrideCubbyFlow::FaceCenteredGrid3virtual
ConstScalarDataAccessor typedefCubbyFlow::FaceCenteredGrid3
ConstVectorDataAccessor typedefCubbyFlow::VectorGrid3
Curl(const Vector3D &x) const overrideCubbyFlow::FaceCenteredGrid3virtual
CurlAtCellCenter(size_t i, size_t j, size_t k) constCubbyFlow::FaceCenteredGrid3
DataPositionFunc typedefCubbyFlow::Grid3
Deserialize(const std::vector< uint8_t > &buffer) overrideCubbyFlow::VectorGrid3virtual
Divergence(const Vector3D &x) const overrideCubbyFlow::FaceCenteredGrid3virtual
DivergenceAtCellCenter(size_t i, size_t j, size_t k) constCubbyFlow::FaceCenteredGrid3
FaceCenteredGrid3()CubbyFlow::FaceCenteredGrid3
FaceCenteredGrid3(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 initialValueV=0.0, double initialValueW=0.0)CubbyFlow::FaceCenteredGrid3
FaceCenteredGrid3(const Size3 &resolution, const Vector3D &gridSpacing=Vector3D(1.0, 1.0, 1.0), const Vector3D &origin=Vector3D(), const Vector3D &initialValue=Vector3D())CubbyFlow::FaceCenteredGrid3
FaceCenteredGrid3(const FaceCenteredGrid3 &other)CubbyFlow::FaceCenteredGrid3
Field3()CubbyFlow::Field3
Fill(const Vector3D &value, ExecutionPolicy policy=ExecutionPolicy::Parallel) overrideCubbyFlow::FaceCenteredGrid3virtual
Fill(const std::function< Vector3D(const Vector3D &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel) overrideCubbyFlow::FaceCenteredGrid3virtual
ForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) constCubbyFlow::Grid3
ForEachUIndex(const std::function< void(size_t, size_t, size_t)> &func) constCubbyFlow::FaceCenteredGrid3
ForEachVIndex(const std::function< void(size_t, size_t, size_t)> &func) constCubbyFlow::FaceCenteredGrid3
ForEachWIndex(const std::function< void(size_t, size_t, size_t)> &func) constCubbyFlow::FaceCenteredGrid3
GetBuilder()CubbyFlow::FaceCenteredGrid3static
GetData(std::vector< double > *data) const overrideCubbyFlow::FaceCenteredGrid3protectedvirtual
GetU(size_t i, size_t j, size_t k)CubbyFlow::FaceCenteredGrid3
GetU(size_t i, size_t j, size_t k) constCubbyFlow::FaceCenteredGrid3
GetUAccessor()CubbyFlow::FaceCenteredGrid3
GetUConstAccessor() constCubbyFlow::FaceCenteredGrid3
GetUOrigin() constCubbyFlow::FaceCenteredGrid3
GetUPosition() constCubbyFlow::FaceCenteredGrid3
GetUSize() constCubbyFlow::FaceCenteredGrid3
GetV(size_t i, size_t j, size_t k)CubbyFlow::FaceCenteredGrid3
GetV(size_t i, size_t j, size_t k) constCubbyFlow::FaceCenteredGrid3
GetVAccessor()CubbyFlow::FaceCenteredGrid3
GetVConstAccessor() constCubbyFlow::FaceCenteredGrid3
GetVOrigin() constCubbyFlow::FaceCenteredGrid3
GetVPosition() constCubbyFlow::FaceCenteredGrid3
GetVSize() constCubbyFlow::FaceCenteredGrid3
GetW(size_t i, size_t j, size_t k)CubbyFlow::FaceCenteredGrid3
GetW(size_t i, size_t j, size_t k) constCubbyFlow::FaceCenteredGrid3
GetWAccessor()CubbyFlow::FaceCenteredGrid3
GetWConstAccessor() constCubbyFlow::FaceCenteredGrid3
GetWOrigin() constCubbyFlow::FaceCenteredGrid3
GetWPosition() constCubbyFlow::FaceCenteredGrid3
GetWSize() constCubbyFlow::FaceCenteredGrid3
Grid3()CubbyFlow::Grid3
GridSpacing() constCubbyFlow::Grid3
HasSameShape(const Grid3 &other) constCubbyFlow::Grid3
OnResize(const Size3 &resolution, const Vector3D &gridSpacing, const Vector3D &origin, const Vector3D &initialValue) finalCubbyFlow::FaceCenteredGrid3protectedvirtual
operator=(const FaceCenteredGrid3 &other)CubbyFlow::FaceCenteredGrid3
Origin() constCubbyFlow::Grid3
ParallelForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) constCubbyFlow::Grid3
ParallelForEachUIndex(const std::function< void(size_t, size_t, size_t)> &func) constCubbyFlow::FaceCenteredGrid3
ParallelForEachVIndex(const std::function< void(size_t, size_t, size_t)> &func) constCubbyFlow::FaceCenteredGrid3
ParallelForEachWIndex(const std::function< void(size_t, size_t, size_t)> &func) constCubbyFlow::FaceCenteredGrid3
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() constCubbyFlow::Grid3
Sample(const Vector3D &x) const overrideCubbyFlow::FaceCenteredGrid3virtual
Sampler() const overrideCubbyFlow::FaceCenteredGrid3virtual
ScalarDataAccessor typedefCubbyFlow::FaceCenteredGrid3
Serialize(std::vector< uint8_t > *buffer) const overrideCubbyFlow::VectorGrid3virtual
Set(const FaceCenteredGrid3 &other)CubbyFlow::FaceCenteredGrid3
SetData(const std::vector< double > &data) overrideCubbyFlow::FaceCenteredGrid3protectedvirtual
SetGrid(const Grid3 &other)CubbyFlow::Grid3protected
SetSizeParameters(const Size3 &resolution, const Vector3D &gridSpacing, const Vector3D &origin)CubbyFlow::Grid3protected
Swap(Grid3 *other) overrideCubbyFlow::FaceCenteredGrid3virtual
SwapGrid(Grid3 *other)CubbyFlow::Grid3protected
TypeName() const =0CubbyFlow::Grid3pure virtual
ValueAtCellCenter(size_t i, size_t j, size_t k) constCubbyFlow::FaceCenteredGrid3
VectorDataAccessor typedefCubbyFlow::VectorGrid3
VectorField3()CubbyFlow::VectorField3
VectorGrid3()CubbyFlow::VectorGrid3
~Field3()CubbyFlow::Field3virtual
~Grid3()CubbyFlow::Grid3virtual
~VectorField3()CubbyFlow::VectorField3virtual
~VectorGrid3()CubbyFlow::VectorGrid3virtual