27 class ACSwitching :
public ACBulk<Real>
30 ACSwitching(
const InputParameters & parameters);
38 const unsigned int _nvar;
40 VariableName _etai_name;
43 std::vector<MaterialPropertyName> _Fj_names;
47 std::vector<const MaterialProperty<Real> *> _prop_Fj;
50 std::vector<std::vector<const MaterialProperty<Real> *>> _prop_dFjdarg;
53 std::vector<MaterialPropertyName> _hj_names;
56 std::vector<const MaterialProperty<Real> *> _prop_dhjdetai;
59 std::vector<const MaterialProperty<Real> *> _prop_d2hjdetai2;
62 std::vector<std::vector<const MaterialProperty<Real> *>> _prop_d2hjdetaidarg;