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