CellCenterPosition() const | CubbyFlow::Grid< N > | |
Clear() | CubbyFlow::ScalarGrid< N > | |
Clone() const override | CubbyFlow::VertexCenteredScalarGrid< N > | virtual |
ConstScalarDataView typedef | CubbyFlow::ScalarGrid< N > | |
DataOrigin() const override | CubbyFlow::VertexCenteredScalarGrid< N > | virtual |
DataPosition() const | CubbyFlow::ScalarGrid< N > | |
DataSize() const override | CubbyFlow::VertexCenteredScalarGrid< N > | virtual |
DataView() | CubbyFlow::ScalarGrid< N > | |
DataView() const | CubbyFlow::ScalarGrid< N > | |
Deserialize(const std::vector< uint8_t > &buffer) override | CubbyFlow::ScalarGrid< N > | virtual |
Field()=default | CubbyFlow::Field< N > | |
Field(const Field &)=default | CubbyFlow::Field< N > | |
Field(Field &&) noexcept=default | CubbyFlow::Field< N > | |
Fill(double value, ExecutionPolicy policy=ExecutionPolicy::Parallel) | CubbyFlow::ScalarGrid< N > | |
Fill(const std::function< double(const Vector< double, N > &)> &func, ExecutionPolicy policy=ExecutionPolicy::Parallel) | CubbyFlow::ScalarGrid< N > | |
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 |
ForEachDataPointIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::ScalarGrid< N > | |
ForEachDataPointIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::ScalarGrid< N > | inline |
ForEachDataPointIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::ScalarGrid< N > | inline |
GetBoundingBox() const | CubbyFlow::Grid< N > | |
GetBuilder() | CubbyFlow::VertexCenteredScalarGrid< N > | static |
GetData(Array1< double > &data) const override | CubbyFlow::ScalarGrid< N > | protectedvirtual |
Gradient(const Vector< double, N > &x) const override | CubbyFlow::ScalarGrid< N > | virtual |
GradientAtDataPoint(const Vector< size_t, N > &idx) const | CubbyFlow::ScalarGrid< N > | |
GradientAtDataPoint(size_t i, Indices... indices) const | CubbyFlow::ScalarGrid< N > | inline |
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 > | |
Laplacian(const Vector< double, N > &x) const override | CubbyFlow::ScalarGrid< N > | virtual |
LaplacianAtDataPoint(const Vector< size_t, N > &idx) const | CubbyFlow::ScalarGrid< N > | |
LaplacianAtDataPoint(size_t i, Indices... indices) const | CubbyFlow::ScalarGrid< N > | inline |
operator()(const Vector< size_t, N > &idx) const | CubbyFlow::ScalarGrid< N > | |
operator()(const Vector< size_t, N > &idx) | CubbyFlow::ScalarGrid< N > | |
operator()(size_t i, Indices... indices) const | CubbyFlow::ScalarGrid< N > | inline |
operator()(size_t i, Indices... indices) | CubbyFlow::ScalarGrid< N > | inline |
operator=(const VertexCenteredScalarGrid &other) | CubbyFlow::VertexCenteredScalarGrid< N > | |
operator=(VertexCenteredScalarGrid &&other) noexcept | CubbyFlow::VertexCenteredScalarGrid< N > | |
CubbyFlow::ScalarGrid::operator=(const ScalarGrid &other) | CubbyFlow::ScalarGrid< N > | |
CubbyFlow::ScalarGrid::operator=(ScalarGrid &&other) noexcept | CubbyFlow::ScalarGrid< N > | |
CubbyFlow::ScalarField::operator=(const ScalarField &)=default | CubbyFlow::ScalarField< N > | |
CubbyFlow::ScalarField::operator=(ScalarField &&) noexcept=default | CubbyFlow::ScalarField< 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 |
ParallelForEachDataPointIndex(const std::function< void(const Vector< size_t, N > &)> &func) const | CubbyFlow::ScalarGrid< N > | |
ParallelForEachDataPointIndex(const std::function< void(size_t, size_t)> &func) const | CubbyFlow::ScalarGrid< N > | inline |
ParallelForEachDataPointIndex(const std::function< void(size_t, size_t, size_t)> &func) const | CubbyFlow::ScalarGrid< N > | inline |
Resize(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing=Vector< double, N >::MakeConstant(1), const Vector< double, N > &origin=Vector< double, N >{}, double initialValue=0.0) | CubbyFlow::ScalarGrid< N > | |
Resize(const Vector< double, N > &gridSpacing, const Vector< double, N > &origin) | CubbyFlow::ScalarGrid< N > | |
Resolution() const | CubbyFlow::Grid< N > | |
Sample(const Vector< double, N > &x) const override | CubbyFlow::ScalarGrid< N > | virtual |
Sampler() const override | CubbyFlow::ScalarGrid< N > | virtual |
ScalarDataView typedef | CubbyFlow::ScalarGrid< N > | |
ScalarField()=default | CubbyFlow::ScalarField< N > | |
ScalarField(const ScalarField &)=default | CubbyFlow::ScalarField< N > | |
ScalarField(ScalarField &&) noexcept=default | CubbyFlow::ScalarField< N > | |
ScalarGrid() | CubbyFlow::ScalarGrid< N > | |
ScalarGrid(const ScalarGrid &other) | CubbyFlow::ScalarGrid< N > | |
ScalarGrid(ScalarGrid &&other) noexcept | CubbyFlow::ScalarGrid< 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::ScalarGrid< N > | virtual |
Set(const VertexCenteredScalarGrid< N > &other) | CubbyFlow::VertexCenteredScalarGrid< N > | |
SetData(const ConstArrayView1< double > &data) override | CubbyFlow::ScalarGrid< N > | protectedvirtual |
SetGrid(const Grid &other) | CubbyFlow::Grid< N > | protected |
SetScalarGrid(const ScalarGrid &other) | CubbyFlow::ScalarGrid< 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::VertexCenteredScalarGrid< N > | virtual |
SwapGrid(Grid *other) | CubbyFlow::Grid< N > | protected |
SwapScalarGrid(ScalarGrid *other) | CubbyFlow::ScalarGrid< N > | protected |
TypeName() const =0 | CubbyFlow::Grid< N > | pure virtual |
VertexCenteredScalarGrid()=default | CubbyFlow::VertexCenteredScalarGrid< N > | |
VertexCenteredScalarGrid(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing=Vector< double, N >::MakeConstant(1), const Vector< double, N > &origin=Vector< double, N >{}, double initialValue=0.0) | CubbyFlow::VertexCenteredScalarGrid< N > | |
VertexCenteredScalarGrid(const VertexCenteredScalarGrid &other) | CubbyFlow::VertexCenteredScalarGrid< N > | |
VertexCenteredScalarGrid(VertexCenteredScalarGrid &&other) noexcept | CubbyFlow::VertexCenteredScalarGrid< N > | |
~Field()=default | CubbyFlow::Field< N > | virtual |
~Grid() override=default | CubbyFlow::Grid< N > | |
~ScalarField() override=default | CubbyFlow::ScalarField< N > | |
~ScalarGrid() override=default | CubbyFlow::ScalarGrid< N > | |
~Serializable()=default | CubbyFlow::Serializable | virtual |
~VertexCenteredScalarGrid() override=default | CubbyFlow::VertexCenteredScalarGrid< N > | |