Go to the source code of this file.
◆ validParams< MaterialVectorAuxKernelAction >()
Definition at line 19 of file MaterialVectorAuxKernelAction.C.
21 InputParameters params = validParams<Action>();
22 params.addRequiredParam<
unsigned int>(
23 "grain_num",
"Value that specifies the number of grains to create aux kernels for.");
24 params.addRequiredParam<std::vector<std::string>>(
25 "variable_base",
"Vector specifies the base name of the variables.");
26 params.addRequiredParam<std::vector<MaterialPropertyName>>(
"property",
27 "The material property names.");
28 params.addParam<
bool>(
29 "use_displaced_mesh",
false,
"Whether to use displaced mesh in the kernels.");
Referenced by validParams< MaterialVectorGradAuxKernelAction >().