GridSystemData.hpp File Reference
#include <Core/Grid/FaceCenteredGrid.hpp>
#include <Core/Grid/ScalarGrid.hpp>
#include <Core/Utils/Serialization.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::GridSystemData< N > |
N-D grid system data. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::GridSystemData2 = GridSystemData< 2 > |
2-D GridSystemData type. More... | |
using | CubbyFlow::GridSystemData3 = GridSystemData< 3 > |
3-D GridSystemData type. More... | |
using | CubbyFlow::GridSystemData2Ptr = std::shared_ptr< GridSystemData2 > |
Shared pointer type of GridSystemData2. More... | |
using | CubbyFlow::GridSystemData3Ptr = std::shared_ptr< GridSystemData3 > |
Shared pointer type of GridSystemData3. More... | |