https://mooseframework.inl.gov
Public Types | Static Public Member Functions | List of all members
BatchMaterialUtils::GatherMatPropTempl< T, state > Struct Template Reference

#include <BatchMaterial.h>

Public Types

typedef T type
 
typedef const MaterialProperty< T > gather_type
 

Static Public Member Functions

template<typename M >
static gather_typegetPointer (M &mpi, const MaterialPropertyName &name)
 

Detailed Description

template<typename T, unsigned int state>
struct BatchMaterialUtils::GatherMatPropTempl< T, state >

Definition at line 26 of file BatchMaterial.h.

Member Typedef Documentation

◆ gather_type

template<typename T , unsigned int state>
typedef const MaterialProperty<T> BatchMaterialUtils::GatherMatPropTempl< T, state >::gather_type

Definition at line 29 of file BatchMaterial.h.

◆ type

template<typename T , unsigned int state>
typedef T BatchMaterialUtils::GatherMatPropTempl< T, state >::type

Definition at line 28 of file BatchMaterial.h.

Member Function Documentation

◆ getPointer()

template<typename T , unsigned int state>
template<typename M >
static gather_type* BatchMaterialUtils::GatherMatPropTempl< T, state >::getPointer ( M &  mpi,
const MaterialPropertyName &  name 
)
inlinestatic

Definition at line 32 of file BatchMaterial.h.

33  {
34  return &mpi.template getGenericMaterialProperty<T, false>(name, state);
35  }
std::string name(const ElemQuality q)

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