https://mooseframework.inl.gov
Public Types | Static Public Member Functions | List of all members
BatchMaterialUtils::GatherVariable 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 43 of file BatchMaterial.h.

Member Typedef Documentation

◆ gather_type

Definition at line 46 of file BatchMaterial.h.

◆ type

Definition at line 45 of file BatchMaterial.h.

Member Function Documentation

◆ getPointer()

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

Definition at line 49 of file BatchMaterial.h.

50  {
51  return &coupleable.coupledValue(name);
52  }

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