CubbyFlow::FaceCenteredGrid2 Member List
This is the complete list of members for CubbyFlow::FaceCenteredGrid2, including all inherited members.
| BoundingBox() const | CubbyFlow::Grid2 | |
| CellCenterPosition() const | CubbyFlow::Grid2 | |
| Clear() | CubbyFlow::VectorGrid2 | |
| Clone() const override | CubbyFlow::FaceCenteredGrid2 | virtual |
| ConstScalarDataAccessor typedef | CubbyFlow::FaceCenteredGrid2 | |
| ConstVectorDataAccessor typedef | CubbyFlow::VectorGrid2 | |
| Curl(const Vector2D &x) const override | CubbyFlow::FaceCenteredGrid2 | virtual |
| CurlAtCellCenter(size_t i, size_t j) const | CubbyFlow::FaceCenteredGrid2 | |
| DataPositionFunc typedef | CubbyFlow::Grid2 | |
| Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::VectorGrid2 | virtual |
| Divergence(const Vector2D &x) const override | CubbyFlow::FaceCenteredGrid2 | virtual |
| DivergenceAtCellCenter(size_t i, size_t j) const | CubbyFlow::FaceCenteredGrid2 | |
| FaceCenteredGrid2() | CubbyFlow::FaceCenteredGrid2 | |
| FaceCenteredGrid2(size_t resolutionX, size_t resolutionY, double gridSpacingX=1.0, double gridSpacingY=1.0, double originX=0.0, double originY=0.0, double initialValueU=0.0, double initialValueV=0.0) | CubbyFlow::FaceCenteredGrid2 | |
| FaceCenteredGrid2(const Size2 &resolution, const Vector2D &gridSpacing=Vector2D(1.0, 1.0), const Vector2D &origin=Vector2D(), const Vector2D &initialValue=Vector2D()) | CubbyFlow::FaceCenteredGrid2 | |
| FaceCenteredGrid2(const FaceCenteredGrid2 &other) | CubbyFlow::FaceCenteredGrid2 | |
| Field2() | CubbyFlow::Field2 | |
| Fill(const Vector2D &value, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::FaceCenteredGrid2 | virtual |
| Fill(const std::function< Vector2D(const Vector2D &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::FaceCenteredGrid2 | virtual |
| ForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid2 | |
| ForEachUIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid2 | |
| ForEachVIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid2 | |
| GetBuilder() | CubbyFlow::FaceCenteredGrid2 | static |
| GetData(std::vector< double > *data) const override | CubbyFlow::FaceCenteredGrid2 | protectedvirtual |
| GetU(size_t i, size_t j) | CubbyFlow::FaceCenteredGrid2 | |
| GetU(size_t i, size_t j) const | CubbyFlow::FaceCenteredGrid2 | |
| GetUAccessor() | CubbyFlow::FaceCenteredGrid2 | |
| GetUConstAccessor() const | CubbyFlow::FaceCenteredGrid2 | |
| GetUOrigin() const | CubbyFlow::FaceCenteredGrid2 | |
| GetUPosition() const | CubbyFlow::FaceCenteredGrid2 | |
| GetUSize() const | CubbyFlow::FaceCenteredGrid2 | |
| GetV(size_t i, size_t j) | CubbyFlow::FaceCenteredGrid2 | |
| GetV(size_t i, size_t j) const | CubbyFlow::FaceCenteredGrid2 | |
| GetVAccessor() | CubbyFlow::FaceCenteredGrid2 | |
| GetVConstAccessor() const | CubbyFlow::FaceCenteredGrid2 | |
| GetVOrigin() const | CubbyFlow::FaceCenteredGrid2 | |
| GetVPosition() const | CubbyFlow::FaceCenteredGrid2 | |
| GetVSize() const | CubbyFlow::FaceCenteredGrid2 | |
| Grid2() | CubbyFlow::Grid2 | |
| GridSpacing() const | CubbyFlow::Grid2 | |
| HasSameShape(const Grid2 &other) const | CubbyFlow::Grid2 | |
| OnResize(const Size2 &resolution, const Vector2D &gridSpacing, const Vector2D &origin, const Vector2D &initialValue) final | CubbyFlow::FaceCenteredGrid2 | protectedvirtual |
| operator=(const FaceCenteredGrid2 &other) | CubbyFlow::FaceCenteredGrid2 | |
| Origin() const | CubbyFlow::Grid2 | |
| ParallelForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid2 | |
| ParallelForEachUIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid2 | |
| ParallelForEachVIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::FaceCenteredGrid2 | |
| Resize(size_t resolutionX, size_t resolutionY, double gridSpacingX=1.0, double gridSpacingY=1.0, double originX=0.0, double originY=0.0, double initialValueX=0.0, double initialValueY=0.0) | CubbyFlow::VectorGrid2 | |
| Resize(const Size2 &resolution, const Vector2D &gridSpacing=Vector2D(1, 1), const Vector2D &origin=Vector2D(), const Vector2D &initialValue=Vector2D()) | CubbyFlow::VectorGrid2 | |
| Resize(double gridSpacingX, double gridSpacingY, double originX, double originY) | CubbyFlow::VectorGrid2 | |
| Resize(const Vector2D &gridSpacing, const Vector2D &origin) | CubbyFlow::VectorGrid2 | |
| Resolution() const | CubbyFlow::Grid2 | |
| Sample(const Vector2D &x) const override | CubbyFlow::FaceCenteredGrid2 | virtual |
| Sampler() const override | CubbyFlow::FaceCenteredGrid2 | virtual |
| ScalarDataAccessor typedef | CubbyFlow::FaceCenteredGrid2 | |
| Serialize(std::vector< uint8_t > *buffer) const override | CubbyFlow::VectorGrid2 | virtual |
| Set(const FaceCenteredGrid2 &other) | CubbyFlow::FaceCenteredGrid2 | |
| SetData(const std::vector< double > &data) override | CubbyFlow::FaceCenteredGrid2 | protectedvirtual |
| SetGrid(const Grid2 &other) | CubbyFlow::Grid2 | protected |
| SetSizeParameters(const Size2 &resolution, const Vector2D &gridSpacing, const Vector2D &origin) | CubbyFlow::Grid2 | protected |
| Swap(Grid2 *other) override | CubbyFlow::FaceCenteredGrid2 | virtual |
| SwapGrid(Grid2 *other) | CubbyFlow::Grid2 | protected |
| TypeName() const =0 | CubbyFlow::Grid2 | pure virtual |
| ValueAtCellCenter(size_t i, size_t j) const | CubbyFlow::FaceCenteredGrid2 | |
| VectorDataAccessor typedef | CubbyFlow::VectorGrid2 | |
| VectorField2() | CubbyFlow::VectorField2 | |
| VectorGrid2() | CubbyFlow::VectorGrid2 | |
| ~Field2() | CubbyFlow::Field2 | virtual |
| ~Grid2() | CubbyFlow::Grid2 | virtual |
| ~VectorField2() | CubbyFlow::VectorField2 | virtual |
| ~VectorGrid2() | CubbyFlow::VectorGrid2 | virtual |
1.8.14