BoundingBox() const | CubbyFlow::Grid2 | |
CellCenteredVectorGrid2() | CubbyFlow::CellCenteredVectorGrid2 | |
CellCenteredVectorGrid2(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 initalValueV=0.0) | CubbyFlow::CellCenteredVectorGrid2 | |
CellCenteredVectorGrid2(const Size2 &resolution, const Vector2D &gridSpacing=Vector2D(1.0, 1.0), const Vector2D &origin=Vector2D(), const Vector2D &initalValue=Vector2D()) | CubbyFlow::CellCenteredVectorGrid2 | |
CellCenteredVectorGrid2(const CellCenteredVectorGrid2 &other) | CubbyFlow::CellCenteredVectorGrid2 | |
CellCenterPosition() const | CubbyFlow::Grid2 | |
Clear() | CubbyFlow::VectorGrid2 | |
Clone() const override | CubbyFlow::CellCenteredVectorGrid2 | virtual |
CollocatedVectorGrid2() | CubbyFlow::CollocatedVectorGrid2 | |
ConstVectorDataAccessor typedef | CubbyFlow::VectorGrid2 | |
CUBBYFLOW_GRID2_TYPE_NAME(CellCenteredVectorGrid2) | CubbyFlow::CellCenteredVectorGrid2 | |
Curl(const Vector2D &x) const override | CubbyFlow::CollocatedVectorGrid2 | virtual |
CurlAtDataPoint(size_t i, size_t j) const | CubbyFlow::CollocatedVectorGrid2 | |
DataPositionFunc typedef | CubbyFlow::Grid2 | |
Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::VectorGrid2 | virtual |
Divergence(const Vector2D &x) const override | CubbyFlow::CollocatedVectorGrid2 | virtual |
DivergenceAtDataPoint(size_t i, size_t j) const | CubbyFlow::CollocatedVectorGrid2 | |
Field2() | CubbyFlow::Field2 | |
Fill(const Vector2D &value, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::CellCenteredVectorGrid2 | virtual |
Fill(const std::function< Vector2D(const Vector2D &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::CellCenteredVectorGrid2 | virtual |
ForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid2 | |
ForEachDataPointIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::CollocatedVectorGrid2 | |
GetBuilder() | CubbyFlow::CellCenteredVectorGrid2 | static |
GetConstDataAccessor() const | CubbyFlow::CollocatedVectorGrid2 | |
GetData(std::vector< double > *data) const override | CubbyFlow::CollocatedVectorGrid2 | protectedvirtual |
GetDataAccessor() | CubbyFlow::CollocatedVectorGrid2 | |
GetDataOrigin() const override | CubbyFlow::CellCenteredVectorGrid2 | virtual |
GetDataPosition() const | CubbyFlow::CollocatedVectorGrid2 | |
GetDataSize() const override | CubbyFlow::CellCenteredVectorGrid2 | virtual |
Grid2() | CubbyFlow::Grid2 | |
GridSpacing() const | CubbyFlow::Grid2 | |
HasSameShape(const Grid2 &other) const | CubbyFlow::Grid2 | |
operator()(size_t i, size_t j) const | CubbyFlow::CollocatedVectorGrid2 | |
operator()(size_t i, size_t j) | CubbyFlow::CollocatedVectorGrid2 | |
operator=(const CellCenteredVectorGrid2 &other) | CubbyFlow::CellCenteredVectorGrid2 | |
Origin() const | CubbyFlow::Grid2 | |
ParallelForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid2 | |
ParallelForEachDataPointIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::CollocatedVectorGrid2 | |
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::CollocatedVectorGrid2 | virtual |
Sampler() const override | CubbyFlow::CollocatedVectorGrid2 | virtual |
Serialize(std::vector< uint8_t > *buffer) const override | CubbyFlow::VectorGrid2 | virtual |
Set(const CellCenteredVectorGrid2 &other) | CubbyFlow::CellCenteredVectorGrid2 | |
SetCollocatedVectorGrid(const CollocatedVectorGrid2 &other) | CubbyFlow::CollocatedVectorGrid2 | protected |
SetData(const std::vector< double > &data) override | CubbyFlow::CollocatedVectorGrid2 | 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::CellCenteredVectorGrid2 | virtual |
SwapCollocatedVectorGrid(CollocatedVectorGrid2 *other) | CubbyFlow::CollocatedVectorGrid2 | protected |
SwapGrid(Grid2 *other) | CubbyFlow::Grid2 | protected |
TypeName() const =0 | CubbyFlow::Grid2 | pure virtual |
VectorDataAccessor typedef | CubbyFlow::VectorGrid2 | |
VectorField2() | CubbyFlow::VectorField2 | |
VectorGrid2() | CubbyFlow::VectorGrid2 | |
~CollocatedVectorGrid2() | CubbyFlow::CollocatedVectorGrid2 | virtual |
~Field2() | CubbyFlow::Field2 | virtual |
~Grid2() | CubbyFlow::Grid2 | virtual |
~VectorField2() | CubbyFlow::VectorField2 | virtual |
~VectorGrid2() | CubbyFlow::VectorGrid2 | virtual |