36 std::vector<GenericMaterialProperty<RealVectorValue, is_ad> *>
_properties;
GenericConstantVectorMaterialTempl< false > GenericConstantVectorMaterial
GenericConstantVectorMaterialTempl< true > ADGenericConstantVectorMaterial
virtual void computeQpProperties() override
Users must override this method.
std::vector< std::string > _prop_names
The names of the constant vector material properties.
const std::vector< Real > & _prop_values
The vector values of each vector material property.
virtual void initQpStatefulProperties() override
Initialize stateful properties at quadrature points.
unsigned int _num_props
The number of constant vector material properties defined.
static InputParameters validParams()
std::vector< GenericMaterialProperty< RealVectorValue, is_ad > * > _properties
A vector of pointer to the material properties.
Materials compute MaterialProperties.
const InputParameters & parameters() const
Get the parameters of the object.