#include <fieldfunction.h>
Definition at line 16 of file fieldfunction.h.
◆ FieldFunction() [1/2]
◆ FieldFunction() [2/2]
chi_physics::FieldFunction::FieldFunction |
( |
const std::string & |
text_name, |
|
|
chi_math::Unknown |
unknown |
|
) |
| |
◆ ~FieldFunction()
virtual chi_physics::FieldFunction::~FieldFunction |
( |
| ) |
|
|
virtualdefault |
◆ Evaluate()
◆ GetInputParameters()
◆ GetUnknownManager()
Returns a reference to the unknown manager that can be used in spatial discretizations.
Definition at line 42 of file fieldfunction.h.
◆ PushOntoStack()
void chi_physics::FieldFunction::PushOntoStack |
( |
std::shared_ptr< ChiObject > & |
new_object | ) |
|
|
overridevirtual |
Overrides the stack placement so that FieldFunctions go to the field function stack.
Stack change to `chi::field_function_stack.
Reimplemented from ChiObject.
Definition at line 72 of file fieldfunction.cc.
◆ TextName()
const std::string & chi_physics::FieldFunction::TextName |
( |
| ) |
const |
|
inline |
Returns the text name of the field function.
Definition at line 37 of file fieldfunction.h.
◆ Unknown()
Returns a reference to the unknown structure.
Definition at line 39 of file fieldfunction.h.
◆ text_name_
std::string chi_physics::FieldFunction::text_name_ |
|
private |
◆ unknown_
◆ unknown_manager_
The documentation for this class was generated from the following files: