https://mooseframework.inl.gov
Classes | Typedefs
BatchMaterialUtils Namespace Reference

Classes

struct  GatherMatPropTempl
 
struct  GatherVariable
 
struct  GatherVariableOld
 
struct  TupleStd
 

Typedefs

template<typename T >
using GatherMatProp = GatherMatPropTempl< T, 0 >
 
template<typename T >
using GatherMatPropOld = GatherMatPropTempl< T, 1 >
 

Typedef Documentation

◆ GatherMatProp

template<typename T >
using BatchMaterialUtils::GatherMatProp = typedef GatherMatPropTempl<T, 0>

Definition at line 39 of file BatchMaterial.h.

◆ GatherMatPropOld

template<typename T >
using BatchMaterialUtils::GatherMatPropOld = typedef GatherMatPropTempl<T, 1>

Definition at line 41 of file BatchMaterial.h.