20 "The names of the properties this material will have");
22 "The values associated with the named properties");
25 "A material evaluating one material property in type of RealEigenMatrix");
32 _prop_name(getParam<
std::string>(
"prop_name")),
const RealEigenMatrix & _prop_value
virtual void initQpStatefulProperties() override
Initialize stateful properties at quadrature points.
GenericConstant2DArray(const InputParameters ¶meters)
static InputParameters validParams()
MaterialProperty< RealEigenMatrix > & _property
static InputParameters validParams()
registerMooseObject("MooseApp", GenericConstant2DArray)
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic > RealEigenMatrix
Materials compute MaterialProperties.
virtual void computeQpProperties() override
Users must override this method.