ScalarField Class Referenceabstract
Scalar field. More...
#include <scalarfield.hpp>
Inheritance diagram for ScalarField:

Public Member Functions | |
virtual | ~ScalarField () |
Virtual destructor. More... | |
virtual double | operator() (const Vec3D &x) const =0 |
Operator for getting interpolated field value at x. More... | |
![]() | |
virtual | ~Field () |
Virtual destructor. More... | |
Detailed Description
Scalar field.
Abstract base class for scalar field implementations.
Constructor & Destructor Documentation
◆ ~ScalarField()
|
inlinevirtual |
Virtual destructor.
Member Function Documentation
◆ operator()()
|
pure virtual |
Operator for getting interpolated field value at x.
Implemented in MeshScalarField, and EpotField.
The documentation for this class was generated from the following file: