19 "Test to see if vector of coupled variables works with ExpressionBuilder");
21 "v",
"var_name_base",
"op_num",
"Array of coupled variables");
31 for (
unsigned int i = 0; i <
_op_num; ++i)
33 new_name =
"v" + std::to_string(i);
34 EBTerm new_term(new_name.c_str());
User facing host object for an expression tree.
const unsigned int _op_num
std::vector< EBTerm > _vals
EBCoupledVarTest(const InputParameters ¶meters)
static InputParameters validParams()
registerMooseObject("PhaseFieldTestApp", EBCoupledVarTest)
User facing host object for a function. This combines a term with an argument list.
void tester(const std::set< int > &s, int i)
static InputParameters validParams()
void functionParse(const std::string &function_expression)