VectorField.hpp File Reference
#include <Core/Field/Field.hpp>
#include <Core/Matrix/Matrix.hpp>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
struct | CubbyFlow::GetCurl< N > |
struct | CubbyFlow::GetCurl< 2 > |
struct | CubbyFlow::GetCurl< 3 > |
class | CubbyFlow::VectorField< N > |
Abstract base class for N-D vector field. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::VectorField2 = VectorField< 2 > |
2-D VectorField type. More... | |
using | CubbyFlow::VectorField3 = VectorField< 3 > |
3-D VectorField type. More... | |
using | CubbyFlow::VectorField2Ptr = std::shared_ptr< VectorField2 > |
Shared pointer for the VectorField2 type. More... | |
using | CubbyFlow::VectorField3Ptr = std::shared_ptr< VectorField3 > |
Shared pointer for the VectorField3 type. More... | |