Interface class to return the size of material properties that do not have a fixed size. More...
#include <VariableSizeMaterialPropertiesInterface.h>
Public Member Functions | |
VariableSizeMaterialPropertiesInterface (const InputParameters &) | |
virtual std::size_t | getVectorPropertySize (const MaterialPropertyName &) const =0 |
Return the size of the variable size vector material property that the material defines. More... | |
Interface class to return the size of material properties that do not have a fixed size.
Definition at line 17 of file VariableSizeMaterialPropertiesInterface.h.
|
inline |
Definition at line 20 of file VariableSizeMaterialPropertiesInterface.h.
|
pure virtual |
Return the size of the variable size vector material property that the material defines.
Implemented in GenericConstantStdVectorMaterialTempl< is_ad >.
Referenced by MaterialOutputAction::outputHelper().