VectorGrid3.h File Reference
#include <Core/Array/ArrayAccessor3.h>
#include <Core/Field/VectorField3.h>
#include <Core/Grid/Grid3.h>
Go to the source code of this file.
Classes | |
class | CubbyFlow::VectorGrid3 |
Abstract base class for 3-D vector grid structure. More... | |
class | CubbyFlow::VectorGridBuilder3 |
Abstract base class for 3-D vector grid builder. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::VectorGrid3Ptr = std::shared_ptr< VectorGrid3 > |
Shared pointer for the VectorGrid3 type. More... | |
using | CubbyFlow::VectorGridBuilder3Ptr = std::shared_ptr< VectorGridBuilder3 > |
Shared pointer for the VectorGridBuilder3 type. More... | |