FaceCenteredGrid.hpp File Reference
#include <Core/Array/Array.hpp>
#include <Core/Array/ArraySamplers.hpp>
#include <Core/Grid/VectorGrid.hpp>
#include <array>
Go to the source code of this file.
Classes | |
class | CubbyFlow::FaceCenteredGrid< N > |
N-D face-centered (a.k.a MAC or staggered) grid. More... | |
class | CubbyFlow::FaceCenteredGrid< N >::Builder |
Front-end to create FaceCenteredGrid objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::FaceCenteredGrid2 = FaceCenteredGrid< 2 > |
2-D FaceCenteredGrid type. More... | |
using | CubbyFlow::FaceCenteredGrid3 = FaceCenteredGrid< 3 > |
3-D FaceCenteredGrid type. More... | |
using | CubbyFlow::FaceCenteredGrid2Ptr = std::shared_ptr< FaceCenteredGrid2 > |
Shared pointer type for the FaceCenteredGrid2. More... | |
using | CubbyFlow::FaceCenteredGrid3Ptr = std::shared_ptr< FaceCenteredGrid3 > |
Shared pointer type for the FaceCenteredGrid3. More... | |