VertexCenteredVectorGrid.hpp File Reference

Go to the source code of this file.

Classes

class  CubbyFlow::VertexCenteredVectorGrid< N >
 N-D Vertex-centered vector grid structure. More...
 
class  CubbyFlow::VertexCenteredVectorGrid< N >::Builder
 A grid builder class that returns N-D vertex-centered vector grid. More...
 

Namespaces

 CubbyFlow
 

Typedefs

using CubbyFlow::VertexCenteredVectorGrid2 = VertexCenteredVectorGrid< 2 >
 2-D VertexCenteredVectorGrid type. More...
 
using CubbyFlow::VertexCenteredVectorGrid3 = VertexCenteredVectorGrid< 3 >
 3-D VertexCenteredVectorGrid type. More...
 
using CubbyFlow::VertexCenteredVectorGrid2Ptr = std::shared_ptr< VertexCenteredVectorGrid2 >
 Shared pointer for the VertexCenteredVectorGrid2 type. More...
 
using CubbyFlow::VertexCenteredVectorGrid3Ptr = std::shared_ptr< VertexCenteredVectorGrid3 >
 Shared pointer for the VertexCenteredVectorGrid3 type. More...