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")),
35 _prop_value(getParam<RealEigenVector>(
"prop_value")),
36 _property(declareProperty<RealEigenVector>(_prop_name))
registerMooseObject("MooseApp", GenericConstantArray)
const RealEigenVector & _prop_value
virtual void initQpStatefulProperties() override
Initialize stateful properties at quadrature points.
MaterialProperty< RealEigenVector > & _property
static InputParameters validParams()
virtual void computeQpProperties() override
Users must override this method.
GenericConstantArray(const InputParameters ¶meters)
Materials compute MaterialProperties.
static InputParameters validParams()
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...