|
Jet
v1.3.3
|
This is the complete list of members for jet::CollocatedVectorGrid2, including all inherited members.
| boundingBox() const | jet::Grid2 | |
| cellCenterPosition() const | jet::Grid2 | |
| clear() | jet::VectorGrid2 | |
| clone() const =0 | jet::VectorGrid2 | pure virtual |
| CollocatedVectorGrid2() | jet::CollocatedVectorGrid2 | |
| constDataAccessor() const | jet::CollocatedVectorGrid2 | |
| ConstVectorDataAccessor typedef | jet::VectorGrid2 | |
| curl(const Vector2D &x) const override | jet::CollocatedVectorGrid2 | virtual |
| curlAtDataPoint(size_t i, size_t j) const | jet::CollocatedVectorGrid2 | |
| dataAccessor() | jet::CollocatedVectorGrid2 | |
| dataOrigin() const =0 | jet::CollocatedVectorGrid2 | pure virtual |
| dataPosition() const | jet::CollocatedVectorGrid2 | |
| DataPositionFunc typedef | jet::Grid2 | |
| dataSize() const =0 | jet::CollocatedVectorGrid2 | pure virtual |
| deserialize(const std::vector< uint8_t > &buffer) override | jet::VectorGrid2 | virtual |
| divergence(const Vector2D &x) const override | jet::CollocatedVectorGrid2 | virtual |
| divergenceAtDataPoint(size_t i, size_t j) const | jet::CollocatedVectorGrid2 | |
| Field2() | jet::Field2 | |
| fill(const Vector2D &value, ExecutionPolicy policy=ExecutionPolicy::kParallel)=0 | jet::VectorGrid2 | pure virtual |
| fill(const std::function< Vector2D(const Vector2D &)> &func, ExecutionPolicy policy=ExecutionPolicy::kParallel)=0 | jet::VectorGrid2 | pure virtual |
| forEachCellIndex(const std::function< void(size_t, size_t)> &func) const | jet::Grid2 | |
| forEachDataPointIndex(const std::function< void(size_t, size_t)> &func) const | jet::CollocatedVectorGrid2 | |
| getData(std::vector< double > *data) const override | jet::CollocatedVectorGrid2 | protectedvirtual |
| Grid2() | jet::Grid2 | |
| gridSpacing() const | jet::Grid2 | |
| hasSameShape(const Grid2 &other) const | jet::Grid2 | |
| operator()(size_t i, size_t j) const | jet::CollocatedVectorGrid2 | |
| operator()(size_t i, size_t j) | jet::CollocatedVectorGrid2 | |
| origin() const | jet::Grid2 | |
| parallelForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | jet::Grid2 | |
| parallelForEachDataPointIndex(const std::function< void(size_t, size_t)> &func) const | jet::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) | jet::VectorGrid2 | |
| resize(const Size2 &resolution, const Vector2D &gridSpacing=Vector2D(1, 1), const Vector2D &origin=Vector2D(), const Vector2D &initialValue=Vector2D()) | jet::VectorGrid2 | |
| resize(double gridSpacingX, double gridSpacingY, double originX, double originY) | jet::VectorGrid2 | |
| resize(const Vector2D &gridSpacing, const Vector2D &origin) | jet::VectorGrid2 | |
| resolution() const | jet::Grid2 | |
| sample(const Vector2D &x) const override | jet::CollocatedVectorGrid2 | virtual |
| sampler() const override | jet::CollocatedVectorGrid2 | virtual |
| Serializable()=default | jet::Serializable | |
| serialize(std::vector< uint8_t > *buffer) const override | jet::VectorGrid2 | virtual |
| setCollocatedVectorGrid(const CollocatedVectorGrid2 &other) | jet::CollocatedVectorGrid2 | protected |
| setData(const std::vector< double > &data) override | jet::CollocatedVectorGrid2 | protectedvirtual |
| setGrid(const Grid2 &other) | jet::Grid2 | protected |
| setSizeParameters(const Size2 &resolution, const Vector2D &gridSpacing, const Vector2D &origin) | jet::Grid2 | protected |
| swap(Grid2 *other)=0 | jet::Grid2 | pure virtual |
| swapCollocatedVectorGrid(CollocatedVectorGrid2 *other) | jet::CollocatedVectorGrid2 | protected |
| swapGrid(Grid2 *other) | jet::Grid2 | protected |
| typeName() const =0 | jet::Grid2 | pure virtual |
| VectorDataAccessor typedef | jet::VectorGrid2 | |
| VectorField2() | jet::VectorField2 | |
| VectorGrid2() | jet::VectorGrid2 | |
| ~CollocatedVectorGrid2() | jet::CollocatedVectorGrid2 | virtual |
| ~Field2() | jet::Field2 | virtual |
| ~Grid2() | jet::Grid2 | virtual |
| ~Serializable()=default | jet::Serializable | virtual |
| ~VectorField2() | jet::VectorField2 | virtual |
| ~VectorGrid2() | jet::VectorGrid2 | virtual |
1.8.18