CustomScalarField.hpp File Reference
#include <Core/Field/ScalarField.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::CustomScalarField< N > |
N-D scalar field with custom field function. More... | |
class | CubbyFlow::CustomScalarField< N >::Builder |
Front-end to create CustomScalarField objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::CustomScalarField2 = CustomScalarField< 2 > |
2-D CustomScalarField type. More... | |
using | CubbyFlow::CustomScalarField3 = CustomScalarField< 3 > |
3-D CustomScalarField type. More... | |
using | CubbyFlow::CustomScalarField2Ptr = std::shared_ptr< CustomScalarField2 > |
Shared pointer type for the CustomScalarField2. More... | |
using | CubbyFlow::CustomScalarField3Ptr = std::shared_ptr< CustomScalarField3 > |
Shared pointer type for the CustomScalarField3. More... | |