https://mooseframework.inl.gov
Static Public Member Functions | List of all members
ProjectedStatefulMaterialStorageAction::ProcessProperty< T, I > Struct Template Reference

#include <ProjectedStatefulMaterialStorageAction.h>

Static Public Member Functions

static void apply (ProjectedStatefulMaterialStorageAction *self, const MaterialPropertyName &prop_name)
 

Detailed Description

template<typename T, int I>
struct ProjectedStatefulMaterialStorageAction::ProcessProperty< T, I >

Definition at line 51 of file ProjectedStatefulMaterialStorageAction.h.

Member Function Documentation

◆ apply()

template<typename T , int I>
static void ProjectedStatefulMaterialStorageAction::ProcessProperty< T, I >::apply ( ProjectedStatefulMaterialStorageAction self,
const MaterialPropertyName &  prop_name 
)
inlinestatic

Definition at line 53 of file ProjectedStatefulMaterialStorageAction.h.

55  {
56  self->processProperty<T, false>(prop_name);
57  self->processProperty<T, true>(prop_name);
58  }

The documentation for this struct was generated from the following file: