#include <EBCoupledVarTest.h>
Definition at line 21 of file EBCoupledVarTest.h.
◆ EBSubstitutionRuleList
◆ EBTermList
◆ EBTermNodeList
◆ EBCoupledVarTest()
EBCoupledVarTest::EBCoupledVarTest |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 27 of file EBCoupledVarTest.C.
28 : DerivativeParsedMaterialHelper(parameters),
_op_num(coupledComponents(
"v")),
_vals(
_op_num)
32 for (
unsigned int i = 0; i <
_op_num; ++i)
34 new_name =
"v" + std::to_string(i);
35 EBTerm new_term(new_name.c_str());
41 functionParse(tester);
◆ BINARYFUNC_OP_IMPLEMENT() [1/5]
ExpressionBuilder::BINARYFUNC_OP_IMPLEMENT |
( |
+ |
, |
|
|
ADD |
|
|
) |
| |
|
inherited |
◆ BINARYFUNC_OP_IMPLEMENT() [2/5]
SUB BINARYFUNC_OP_IMPLEMENT MUL ExpressionBuilder::BINARYFUNC_OP_IMPLEMENT |
( |
/ |
, |
|
|
DIV |
|
|
) |
| |
|
inherited |
◆ BINARYFUNC_OP_IMPLEMENT() [3/5]
SUB BINARYFUNC_OP_IMPLEMENT MUL MOD ExpressionBuilder::BINARYFUNC_OP_IMPLEMENT |
( |
| ) |
|
|
inherited |
◆ BINARYFUNC_OP_IMPLEMENT() [4/5]
SUB BINARYFUNC_OP_IMPLEMENT MUL MOD GREATER ExpressionBuilder::BINARYFUNC_OP_IMPLEMENT |
( |
<= |
, |
|
|
LESSEQ |
|
|
) |
| |
|
inherited |
◆ BINARYFUNC_OP_IMPLEMENT() [5/5]
SUB BINARYFUNC_OP_IMPLEMENT MUL MOD GREATER GREATEREQ ExpressionBuilder::BINARYFUNC_OP_IMPLEMENT |
( |
EQ |
| ) |
|
|
inherited |
◆ _op_num
const unsigned int EBCoupledVarTest::_op_num |
|
protected |
◆ _vals
std::vector<EBTerm> EBCoupledVarTest::_vals |
|
protected |
The documentation for this class was generated from the following files: