26 virtual void act()
override;
29 std::vector<VariableName>
_args;
45 std::map<MaterialPropertyName, std::vector<SymbolName>>
_derivatives;
Sets up variables and Kernels to test the derivatives of material properties via the Jacobian checker...
std::map< MaterialPropertyName, std::vector< SymbolName > > _derivatives
every derivative given by a list of variables to derive w.r.t
const unsigned int _derivative_order
static InputParameters validParams()
std::vector< VariableName > _args
MaterialDerivativeTestAction(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
MaterialPropertyName _prop_name
enum MaterialDerivativeTestAction::PropTypeEnum _prop_type
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.