CubbyFlow::FaceCenteredGrid3 Member List
This is the complete list of members for CubbyFlow::FaceCenteredGrid3, including all inherited members.
| BoundingBox() const | CubbyFlow::Grid3 | |
| CellCenterPosition() const | CubbyFlow::Grid3 | |
| Clear() | CubbyFlow::VectorGrid3 | |
| Clone() const override | CubbyFlow::FaceCenteredGrid3 | virtual |
| ConstScalarDataAccessor typedef | CubbyFlow::FaceCenteredGrid3 | |
| ConstVectorDataAccessor typedef | CubbyFlow::VectorGrid3 | |
| Curl(const Vector3D &x) const override | CubbyFlow::FaceCenteredGrid3 | virtual |
| CurlAtCellCenter(size_t i, size_t j, size_t k) const | CubbyFlow::FaceCenteredGrid3 | |
| DataPositionFunc typedef | CubbyFlow::Grid3 | |
| Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::VectorGrid3 | virtual |
| Divergence(const Vector3D &x) const override | CubbyFlow::FaceCenteredGrid3 | virtual |
| DivergenceAtCellCenter(size_t i, size_t j, size_t k) const | CubbyFlow::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) override | CubbyFlow::FaceCenteredGrid3 | virtual |
| Fill(const std::function< Vector3D(const Vector3D &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::FaceCenteredGrid3 | virtual |
| ForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::Grid3 | |
| ForEachUIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid3 | |
| ForEachVIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid3 | |
| ForEachWIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid3 | |
| GetBuilder() | CubbyFlow::FaceCenteredGrid3 | static |
| GetData(std::vector< double > *data) const override | CubbyFlow::FaceCenteredGrid3 | protectedvirtual |
| GetU(size_t i, size_t j, size_t k) | CubbyFlow::FaceCenteredGrid3 | |
| GetU(size_t i, size_t j, size_t k) const | CubbyFlow::FaceCenteredGrid3 | |
| GetUAccessor() | CubbyFlow::FaceCenteredGrid3 | |
| GetUConstAccessor() const | CubbyFlow::FaceCenteredGrid3 | |
| GetUOrigin() const | CubbyFlow::FaceCenteredGrid3 | |
| GetUPosition() const | CubbyFlow::FaceCenteredGrid3 | |
| GetUSize() const | CubbyFlow::FaceCenteredGrid3 | |
| GetV(size_t i, size_t j, size_t k) | CubbyFlow::FaceCenteredGrid3 | |
| GetV(size_t i, size_t j, size_t k) const | CubbyFlow::FaceCenteredGrid3 | |
| GetVAccessor() | CubbyFlow::FaceCenteredGrid3 | |
| GetVConstAccessor() const | CubbyFlow::FaceCenteredGrid3 | |
| GetVOrigin() const | CubbyFlow::FaceCenteredGrid3 | |
| GetVPosition() const | CubbyFlow::FaceCenteredGrid3 | |
| GetVSize() const | CubbyFlow::FaceCenteredGrid3 | |
| GetW(size_t i, size_t j, size_t k) | CubbyFlow::FaceCenteredGrid3 | |
| GetW(size_t i, size_t j, size_t k) const | CubbyFlow::FaceCenteredGrid3 | |
| GetWAccessor() | CubbyFlow::FaceCenteredGrid3 | |
| GetWConstAccessor() const | CubbyFlow::FaceCenteredGrid3 | |
| GetWOrigin() const | CubbyFlow::FaceCenteredGrid3 | |
| GetWPosition() const | CubbyFlow::FaceCenteredGrid3 | |
| GetWSize() const | CubbyFlow::FaceCenteredGrid3 | |
| Grid3() | CubbyFlow::Grid3 | |
| GridSpacing() const | CubbyFlow::Grid3 | |
| HasSameShape(const Grid3 &other) const | CubbyFlow::Grid3 | |
| OnResize(const Size3 &resolution, const Vector3D &gridSpacing, const Vector3D &origin, const Vector3D &initialValue) final | CubbyFlow::FaceCenteredGrid3 | protectedvirtual |
| operator=(const FaceCenteredGrid3 &other) | CubbyFlow::FaceCenteredGrid3 | |
| Origin() const | CubbyFlow::Grid3 | |
| ParallelForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::Grid3 | |
| ParallelForEachUIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid3 | |
| ParallelForEachVIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid3 | |
| ParallelForEachWIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::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() const | CubbyFlow::Grid3 | |
| Sample(const Vector3D &x) const override | CubbyFlow::FaceCenteredGrid3 | virtual |
| Sampler() const override | CubbyFlow::FaceCenteredGrid3 | virtual |
| ScalarDataAccessor typedef | CubbyFlow::FaceCenteredGrid3 | |
| Serialize(std::vector< uint8_t > *buffer) const override | CubbyFlow::VectorGrid3 | virtual |
| Set(const FaceCenteredGrid3 &other) | CubbyFlow::FaceCenteredGrid3 | |
| SetData(const std::vector< double > &data) override | CubbyFlow::FaceCenteredGrid3 | 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::FaceCenteredGrid3 | virtual |
| SwapGrid(Grid3 *other) | CubbyFlow::Grid3 | protected |
| TypeName() const =0 | CubbyFlow::Grid3 | pure virtual |
| ValueAtCellCenter(size_t i, size_t j, size_t k) const | CubbyFlow::FaceCenteredGrid3 | |
| VectorDataAccessor typedef | CubbyFlow::VectorGrid3 | |
| VectorField3() | CubbyFlow::VectorField3 | |
| VectorGrid3() | CubbyFlow::VectorGrid3 | |
| ~Field3() | CubbyFlow::Field3 | virtual |
| ~Grid3() | CubbyFlow::Grid3 | virtual |
| ~VectorField3() | CubbyFlow::VectorField3 | virtual |
| ~VectorGrid3() | CubbyFlow::VectorGrid3 | virtual |
1.8.14