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