https://mooseframework.inl.gov
Public Types | Static Public Member Functions | List of all members
BatchMaterialUtils::GatherVariableOld Struct Reference

#include <BatchMaterial.h>

Public Types

typedef Real type
 
typedef const VariableValue gather_type
 

Static Public Member Functions

template<typename C >
static gather_typegetPointer (const C &coupleable, const VariableName &name)
 

Detailed Description

Definition at line 55 of file BatchMaterial.h.

Member Typedef Documentation

◆ gather_type

Definition at line 58 of file BatchMaterial.h.

◆ type

Definition at line 57 of file BatchMaterial.h.

Member Function Documentation

◆ getPointer()

template<typename C >
static gather_type* BatchMaterialUtils::GatherVariableOld::getPointer ( const C &  coupleable,
const VariableName &  name 
)
inlinestatic

Definition at line 61 of file BatchMaterial.h.

62  {
63  return &coupleable.coupledValueOld(name);
64  }

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