ScalarField.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 | |
class | CubbyFlow::ScalarField< N > |
Abstract base class for N-D scalar field. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::ScalarField2 = ScalarField< 2 > |
2-D ScalarField type. More... | |
using | CubbyFlow::ScalarField3 = ScalarField< 3 > |
3-D ScalarField type. More... | |
using | CubbyFlow::ScalarField2Ptr = std::shared_ptr< ScalarField2 > |
Shared pointer for the ScalarField2 type. More... | |
using | CubbyFlow::ScalarField3Ptr = std::shared_ptr< ScalarField3 > |
Shared pointer for the ScalarField3 type. More... | |