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