![]() |
OGS
|
|
A compiled second-derivative entry: the variable pair to differentiate with respect to, and the multi-component expressions evaluating it.
Definition at line 141 of file Function.cpp.
Public Member Functions | |
| D2ValueExpression (Variable const variable1, Variable const variable2, std::vector< exprtk::expression< double > > expressions) | |
Public Attributes | |
| std::vector< exprtk::expression< double > > | expressions |
| VariablePair | variables |
|
inline |
Definition at line 143 of file Function.cpp.
References expressions, and variables.
| std::vector<exprtk::expression<double> > MaterialPropertyLib::D2ValueExpression::expressions |
Definition at line 149 of file Function.cpp.
Referenced by D2ValueExpression().
| VariablePair MaterialPropertyLib::D2ValueExpression::variables |
Definition at line 150 of file Function.cpp.
Referenced by D2ValueExpression(), and MaterialPropertyLib::Function::d2Value().