Go to the documentation of this file.
39 _problem->addADResidualInterfaceMaterial(
41 _problem->addADJacobianInterfaceMaterial(
AddMaterialAction(InputParameters params)
static InputParameters validParams()
registerMooseAction("MooseApp", AddMaterialAction, "add_material")
defineLegacyParams(AddMaterialAction)
static bool isADObj(const std::string &name)
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
static InputParameters validParams()
std::string _type
The Object type that is being created.
InputParameters _moose_object_pars
The parameters for the object to be created.
std::string _name
The name of the action.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.