ConstantScalarField.hpp File Reference
#include <Core/Field/ScalarField.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::ConstantScalarField< N > |
N-D constant scalar field. More... | |
class | CubbyFlow::ConstantScalarField< N >::Builder |
Front-end to create ConstantScalarField objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::ConstantScalarField2 = ConstantScalarField< 2 > |
2-D ConstantScalarField type. More... | |
using | CubbyFlow::ConstantScalarField3 = ConstantScalarField< 3 > |
3-D ConstantScalarField type. More... | |
using | CubbyFlow::ConstantScalarField2Ptr = std::shared_ptr< ConstantScalarField2 > |
Shared pointer for the ConstantScalarField2 type. More... | |
using | CubbyFlow::ConstantScalarField3Ptr = std::shared_ptr< ConstantScalarField3 > |
Shared pointer for the ConstantScalarField3 type. More... | |