CellCenteredScalarGrid.hpp File Reference
#include <Core/Grid/ScalarGrid.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::CellCenteredScalarGrid< N > |
N-D Cell-centered scalar grid structure. More... | |
class | CubbyFlow::CellCenteredScalarGrid< N >::Builder |
Front-end to create CellCenteredScalarGrid objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::CellCenteredScalarGrid2 = CellCenteredScalarGrid< 2 > |
2-D CellCenteredScalarGrid type. More... | |
using | CubbyFlow::CellCenteredScalarGrid3 = CellCenteredScalarGrid< 3 > |
3-D CellCenteredScalarGrid type. More... | |
using | CubbyFlow::CellCenteredScalarGrid2Ptr = std::shared_ptr< CellCenteredScalarGrid2 > |
Shared pointer for the CellCenteredScalarGrid2 type. More... | |
using | CubbyFlow::CellCenteredScalarGrid3Ptr = std::shared_ptr< CellCenteredScalarGrid3 > |
Shared pointer for the CellCenteredScalarGrid3 type. More... | |