![]() |
Chi-Tech
|
#include <mat_prop_scalarfuncXYZTV.h>
Public Member Functions | |
| MaterialPropertyScalarFuncXYZTV (const InputParameters ¶ms) | |
| double | Evaluate (const std::vector< double > &vars) |
Public Member Functions inherited from chi::MaterialProperty | |
| MaterialProperty (const chi::InputParameters ¶ms) | |
| const std::string & | TextName () const |
Public Member Functions inherited from ChiObject | |
| ChiObject () | |
| ChiObject (const chi::InputParameters ¶ms) | |
| void | SetStackID (size_t stack_id) |
| size_t | StackID () const |
| virtual void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) |
| virtual | ~ChiObject ()=default |
Static Public Member Functions | |
| static InputParameters | GetInputParameters () |
Static Public Member Functions inherited from chi::MaterialProperty | |
| static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
| static chi::InputParameters | GetInputParameters () |
Protected Attributes | |
| const chi_math::FunctionDimAToDimB & | function_ |
| const std::vector< std::string > | dependent_variables_ |
General material base class for a scalar material property that is possibly a function of position (x,y,z), time t, and maybe a set of variables (v).
Definition at line 13 of file mat_prop_scalarfuncXYZTV.h.
|
explicit |
Definition at line 29 of file mat_prop_scalarfuncXYZTV.cc.
| double chi::MaterialPropertyScalarFuncXYZTV::Evaluate | ( | const std::vector< double > & | vars | ) |
Definition at line 45 of file mat_prop_scalarfuncXYZTV.cc.
|
static |
Definition at line 11 of file mat_prop_scalarfuncXYZTV.cc.
|
protected |
Definition at line 17 of file mat_prop_scalarfuncXYZTV.h.
|
protected |
Definition at line 16 of file mat_prop_scalarfuncXYZTV.h.