CustomVectorField.hpp File Reference
#include <Core/Field/VectorField.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::CustomVectorField< N > |
N-D vector field with custom field function. More... | |
class | CubbyFlow::CustomVectorField< N >::Builder |
Front-end to create CustomVectorField objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::CustomVectorField2 = CustomVectorField< 2 > |
2-D CustomVectorField type. More... | |
using | CubbyFlow::CustomVectorField3 = CustomVectorField< 3 > |
3-D CustomVectorField type. More... | |
using | CubbyFlow::CustomVectorField2Ptr = std::shared_ptr< CustomVectorField2 > |
Shared pointer type for the CustomVectorField2. More... | |
using | CubbyFlow::CustomVectorField3Ptr = std::shared_ptr< CustomVectorField3 > |
Shared pointer type for the CustomVectorField3. More... | |