| CellCenterPosition() const | CubbyFlow::Grid< N > | |
| Clear() | CubbyFlow::VectorGrid< N > | |
| Clone() const override | CubbyFlow::FaceCenteredGrid< N > | virtual |
| ConstScalarDataView typedef | CubbyFlow::FaceCenteredGrid< N > | |
| ConstVectorDataView typedef | CubbyFlow::VectorGrid< N > | |
| Curl(const Vector< double, N > &x) const override | CubbyFlow::FaceCenteredGrid< N > | virtual |
| CurlAtCellCenter(const Vector< size_t, N > &idx) const | CubbyFlow::FaceCenteredGrid< N > | |
| CurlAtCellCenter(size_t i, Indices... indices) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| DataOrigin(size_t i) const | CubbyFlow::FaceCenteredGrid< N > | |
| DataPosition(size_t i) const | CubbyFlow::FaceCenteredGrid< N > | |
| DataSize(size_t i) const | CubbyFlow::FaceCenteredGrid< N > | |
| DataView(size_t i) | CubbyFlow::FaceCenteredGrid< N > | |
| DataView(size_t i) const | CubbyFlow::FaceCenteredGrid< N > | |
| Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::VectorGrid< N > | virtual |
| Divergence(const Vector< double, N > &x) const override | CubbyFlow::FaceCenteredGrid< N > | virtual |
| DivergenceAtCellCenter(const Vector< size_t, N > &idx) const | CubbyFlow::FaceCenteredGrid< N > | |
| DivergenceAtCellCenter(size_t i, Indices... indices) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| FaceCenteredGrid() | CubbyFlow::FaceCenteredGrid< N > | |
| FaceCenteredGrid(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing=Vector< double, N >::MakeConstant(1.0), const Vector< double, N > &origin=Vector< double, N >{}, const Vector< double, N > &initialValue=Vector< double, N >{}) | CubbyFlow::FaceCenteredGrid< N > | |
| FaceCenteredGrid(const FaceCenteredGrid &other) | CubbyFlow::FaceCenteredGrid< N > | |
| FaceCenteredGrid(FaceCenteredGrid &&other) noexcept | CubbyFlow::FaceCenteredGrid< N > | |
| Field()=default | CubbyFlow::Field< N > | |
| Field(const Field &)=default | CubbyFlow::Field< N > | |
| Field(Field &&) noexcept=default | CubbyFlow::Field< N > | |
| Fill(const Vector< double, N > &value, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::FaceCenteredGrid< N > | virtual |
| Fill(const std::function< Vector< double, N >(const Vector< double, N > &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel) override | CubbyFlow::FaceCenteredGrid< N > | virtual |
| ForEachCellIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::Grid< N > | |
| ForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid< N > | inline |
| ForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::Grid< N > | inline |
| ForEachUIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::FaceCenteredGrid< N > | |
| ForEachVIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::FaceCenteredGrid< N > | |
| ForEachWIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| GetBoundingBox() const | CubbyFlow::Grid< N > | |
| GetBuilder() | CubbyFlow::FaceCenteredGrid< N > | static |
| GetData(Array1< double > &data) const override | CubbyFlow::FaceCenteredGrid< N > | protectedvirtual |
| Grid()=default | CubbyFlow::Grid< N > | |
| Grid(const Grid &other) | CubbyFlow::Grid< N > | |
| Grid(Grid &&other) noexcept | CubbyFlow::Grid< N > | |
| GridSpacing() const | CubbyFlow::Grid< N > | |
| HasSameShape(const Grid &other) const | CubbyFlow::Grid< N > | |
| OnResize(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing, const Vector< double, N > &origin, const Vector< double, N > &initialValue) final | CubbyFlow::FaceCenteredGrid< N > | protectedvirtual |
| operator=(const FaceCenteredGrid &other) | CubbyFlow::FaceCenteredGrid< N > | |
| operator=(FaceCenteredGrid &&other) noexcept | CubbyFlow::FaceCenteredGrid< N > | |
| CubbyFlow::VectorGrid::operator=(const VectorGrid &other) | CubbyFlow::VectorGrid< N > | |
| CubbyFlow::VectorGrid::operator=(VectorGrid &&other) noexcept | CubbyFlow::VectorGrid< N > | |
| CubbyFlow::VectorField::operator=(const VectorField &)=default | CubbyFlow::VectorField< N > | |
| CubbyFlow::VectorField::operator=(VectorField &&) noexcept=default | CubbyFlow::VectorField< N > | |
| CubbyFlow::Field::operator=(const Field &)=default | CubbyFlow::Field< N > | |
| CubbyFlow::Field::operator=(Field &&) noexcept=default | CubbyFlow::Field< N > | |
| CubbyFlow::Grid::operator=(const Grid &other) | CubbyFlow::Grid< N > | |
| CubbyFlow::Grid::operator=(Grid &&other) noexcept | CubbyFlow::Grid< N > | |
| CubbyFlow::Serializable::operator=(const Serializable &)=default | CubbyFlow::Serializable | |
| CubbyFlow::Serializable::operator=(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
| Origin() const | CubbyFlow::Grid< N > | |
| ParallelForEachCellIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::Grid< N > | |
| ParallelForEachCellIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::Grid< N > | inline |
| ParallelForEachCellIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::Grid< N > | inline |
| ParallelForEachUIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::FaceCenteredGrid< N > | |
| ParallelForEachVIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::FaceCenteredGrid< N > | |
| ParallelForEachWIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| Resize(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing=Vector< double, N >::MakeConstant(1.0), const Vector< double, N > &origin=Vector< double, N >{}, const Vector< double, N > &initialValue=Vector< double, N >{}) | CubbyFlow::VectorGrid< N > | |
| Resize(const Vector< double, N > &gridSpacing, const Vector< double, N > &origin) | CubbyFlow::VectorGrid< N > | |
| Resolution() const | CubbyFlow::Grid< N > | |
| Sample(const Vector< double, N > &x) const override | CubbyFlow::FaceCenteredGrid< N > | virtual |
| Sampler() const override | CubbyFlow::FaceCenteredGrid< N > | virtual |
| ScalarDataView typedef | CubbyFlow::FaceCenteredGrid< N > | |
| Serializable()=default | CubbyFlow::Serializable | |
| Serializable(const Serializable &)=default | CubbyFlow::Serializable | |
| Serializable(Serializable &&) noexcept=default | CubbyFlow::Serializable | |
| Serialize(std::vector< uint8_t > *buffer) const override | CubbyFlow::VectorGrid< N > | virtual |
| Set(const FaceCenteredGrid &other) | CubbyFlow::FaceCenteredGrid< N > | |
| SetData(const ConstArrayView1< double > &data) override | CubbyFlow::FaceCenteredGrid< N > | protectedvirtual |
| SetGrid(const Grid &other) | CubbyFlow::Grid< N > | protected |
| SetSizeParameters(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing, const Vector< double, N > &origin) | CubbyFlow::Grid< N > | protected |
| Swap(Grid< N > *other) override | CubbyFlow::FaceCenteredGrid< N > | virtual |
| SwapGrid(Grid *other) | CubbyFlow::Grid< N > | protected |
| TypeName() const =0 | CubbyFlow::Grid< N > | pure virtual |
| U(const Vector< size_t, N > &idx) | CubbyFlow::FaceCenteredGrid< N > | |
| U(size_t i, Indices... indices) | CubbyFlow::FaceCenteredGrid< N > | inline |
| U(const Vector< size_t, N > &idx) const | CubbyFlow::FaceCenteredGrid< N > | |
| U(size_t i, Indices... indices) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| UOrigin() const | CubbyFlow::FaceCenteredGrid< N > | |
| UPosition() const | CubbyFlow::FaceCenteredGrid< N > | |
| USize() const | CubbyFlow::FaceCenteredGrid< N > | |
| UView() | CubbyFlow::FaceCenteredGrid< N > | |
| UView() const | CubbyFlow::FaceCenteredGrid< N > | |
| V(const Vector< size_t, N > &idx) | CubbyFlow::FaceCenteredGrid< N > | |
| V(size_t i, Indices... indices) | CubbyFlow::FaceCenteredGrid< N > | inline |
| V(const Vector< size_t, N > &idx) const | CubbyFlow::FaceCenteredGrid< N > | |
| V(size_t i, Indices... indices) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| ValueAtCellCenter(const Vector< size_t, N > &idx) const | CubbyFlow::FaceCenteredGrid< N > | |
| ValueAtCellCenter(size_t i, Indices... indices) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| VectorDataView typedef | CubbyFlow::VectorGrid< N > | |
| VectorField()=default | CubbyFlow::VectorField< N > | |
| VectorField(const VectorField &)=default | CubbyFlow::VectorField< N > | |
| VectorField(VectorField &&) noexcept=default | CubbyFlow::VectorField< N > | |
| VectorGrid()=default | CubbyFlow::VectorGrid< N > | |
| VectorGrid(const VectorGrid &other) | CubbyFlow::VectorGrid< N > | |
| VectorGrid(VectorGrid &&other) noexcept | CubbyFlow::VectorGrid< N > | |
| VOrigin() const | CubbyFlow::FaceCenteredGrid< N > | |
| VPosition() const | CubbyFlow::FaceCenteredGrid< N > | |
| VSize() const | CubbyFlow::FaceCenteredGrid< N > | |
| VView() | CubbyFlow::FaceCenteredGrid< N > | |
| VView() const | CubbyFlow::FaceCenteredGrid< N > | |
| W(const Vector< size_t, N > &idx) | CubbyFlow::FaceCenteredGrid< N > | inline |
| W(size_t i, Indices... indices) | CubbyFlow::FaceCenteredGrid< N > | inline |
| W(const Vector< size_t, N > &idx) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| W(size_t i, Indices... indices) const | CubbyFlow::FaceCenteredGrid< N > | inline |
| WOrigin() const | CubbyFlow::FaceCenteredGrid< N > | inline |
| WPosition() const | CubbyFlow::FaceCenteredGrid< N > | inline |
| WSize() const | CubbyFlow::FaceCenteredGrid< N > | inline |
| WView() | CubbyFlow::FaceCenteredGrid< N > | inline |
| WView() const | CubbyFlow::FaceCenteredGrid< N > | inline |
| ~FaceCenteredGrid() override=default | CubbyFlow::FaceCenteredGrid< N > | |
| ~Field()=default | CubbyFlow::Field< N > | virtual |
| ~Grid() override=default | CubbyFlow::Grid< N > | |
| ~Serializable()=default | CubbyFlow::Serializable | virtual |
| ~VectorField() override=default | CubbyFlow::VectorField< N > | |
| ~VectorGrid() override=default | CubbyFlow::VectorGrid< N > | |