CubbyFlow::FaceCenteredGrid< N > Member List

This is the complete list of members for CubbyFlow::FaceCenteredGrid< N >, including all inherited members.

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