#include <ConstantTensorFunction.H>
◆ ConstantTensorFunction()
ConstantTensorFunction::ConstantTensorFunction |
( |
const RealTensor & |
a_value | ) |
|
|
explicit |
Creates a constant function returning the given value.
- Parameters
-
a_value | The value returned by the function. |
◆ ~ConstantTensorFunction()
ConstantTensorFunction::~ConstantTensorFunction |
( |
| ) |
|
◆ operator()()
Override this method to evaluate this function at the given point in space and time.
- Parameters
-
a_x | A point in -dimensional space. |
a_t | The time at which the function is evaluated. |
Implements TensorFunction.
◆ m_value
The documentation for this class was generated from the following file: