CellCenteredVectorGrid.hpp File Reference

Go to the source code of this file.

Classes

class  CubbyFlow::CellCenteredVectorGrid< N >
 N-D Cell-centered vector grid structure. More...
 
class  CubbyFlow::CellCenteredVectorGrid< N >::Builder
 Front-end to create CellCenteredVectorGrid objects step by step. More...
 

Namespaces

 CubbyFlow
 

Typedefs

using CubbyFlow::CellCenteredVectorGrid2 = CellCenteredVectorGrid< 2 >
 2-D CellCenteredVectorGrid type. More...
 
using CubbyFlow::CellCenteredVectorGrid3 = CellCenteredVectorGrid< 3 >
 3-D CellCenteredVectorGrid type. More...
 
using CubbyFlow::CellCenteredVectorGrid2Ptr = std::shared_ptr< CellCenteredVectorGrid2 >
 Shared pointer for the CellCenteredVectorGrid2 type. More...
 
using CubbyFlow::CellCenteredVectorGrid3Ptr = std::shared_ptr< CellCenteredVectorGrid3 >
 Shared pointer for the CellCenteredVectorGrid3 type. More...