www.mooseframework.org
Public Types | List of all members
OutputTools< OutputType > Struct Template Reference

#include <MooseTypes.h>

Public Types

typedef TensorTools::IncrementRank< OutputType >::type OutputGradient
 
typedef TensorTools::IncrementRank< OutputGradient >::type OutputSecond
 
typedef TensorTools::DecrementRank< OutputType >::type OutputDivergence
 
typedef MooseArray< OutputType > VariableValue
 
typedef MooseArray< OutputGradientVariableGradient
 
typedef MooseArray< OutputSecondVariableSecond
 
typedef MooseArray< OutputType > VariableCurl
 
typedef MooseArray< OutputDivergenceVariableDivergence
 
typedef Moose::ShapeType< OutputType >::type OutputShape
 
typedef TensorTools::IncrementRank< OutputShape >::type OutputShapeGradient
 
typedef TensorTools::IncrementRank< OutputShapeGradient >::type OutputShapeSecond
 
typedef TensorTools::DecrementRank< OutputShape >::type OutputShapeDivergence
 
typedef MooseArray< std::vector< OutputShape > > VariablePhiValue
 
typedef MooseArray< std::vector< OutputShapeGradient > > VariablePhiGradient
 
typedef MooseArray< std::vector< OutputShapeSecond > > VariablePhiSecond
 
typedef MooseArray< std::vector< OutputShape > > VariablePhiCurl
 
typedef MooseArray< std::vector< OutputShapeDivergence > > VariablePhiDivergence
 
typedef MooseArray< std::vector< OutputShape > > VariableTestValue
 
typedef MooseArray< std::vector< OutputShapeGradient > > VariableTestGradient
 
typedef MooseArray< std::vector< OutputShapeSecond > > VariableTestSecond
 
typedef MooseArray< std::vector< OutputShape > > VariableTestCurl
 
typedef MooseArray< std::vector< OutputShapeDivergence > > VariableTestDivergence
 
typedef Moose::DOFType< OutputType >::type OutputData
 
typedef MooseArray< OutputDataDoFValue
 
typedef OutputType OutputValue
 

Detailed Description

template<typename OutputType>
struct OutputTools< OutputType >

Definition at line 266 of file MooseTypes.h.

Member Typedef Documentation

◆ DoFValue

template<typename OutputType>
typedef MooseArray<OutputData> OutputTools< OutputType >::DoFValue

Definition at line 297 of file MooseTypes.h.

◆ OutputData

template<typename OutputType>
typedef Moose::DOFType<OutputType>::type OutputTools< OutputType >::OutputData

Definition at line 296 of file MooseTypes.h.

◆ OutputDivergence

template<typename OutputType>
typedef TensorTools::DecrementRank<OutputType>::type OutputTools< OutputType >::OutputDivergence

Definition at line 270 of file MooseTypes.h.

◆ OutputGradient

template<typename OutputType>
typedef TensorTools::IncrementRank<OutputType>::type OutputTools< OutputType >::OutputGradient

Definition at line 268 of file MooseTypes.h.

◆ OutputSecond

template<typename OutputType>
typedef TensorTools::IncrementRank<OutputGradient>::type OutputTools< OutputType >::OutputSecond

Definition at line 269 of file MooseTypes.h.

◆ OutputShape

template<typename OutputType>
typedef Moose::ShapeType<OutputType>::type OutputTools< OutputType >::OutputShape

Definition at line 278 of file MooseTypes.h.

◆ OutputShapeDivergence

template<typename OutputType>
typedef TensorTools::DecrementRank<OutputShape>::type OutputTools< OutputType >::OutputShapeDivergence

Definition at line 281 of file MooseTypes.h.

◆ OutputShapeGradient

template<typename OutputType>
typedef TensorTools::IncrementRank<OutputShape>::type OutputTools< OutputType >::OutputShapeGradient

Definition at line 279 of file MooseTypes.h.

◆ OutputShapeSecond

template<typename OutputType>
typedef TensorTools::IncrementRank<OutputShapeGradient>::type OutputTools< OutputType >::OutputShapeSecond

Definition at line 280 of file MooseTypes.h.

◆ OutputValue

template<typename OutputType>
typedef OutputType OutputTools< OutputType >::OutputValue

Definition at line 298 of file MooseTypes.h.

◆ VariableCurl

template<typename OutputType>
typedef MooseArray<OutputType> OutputTools< OutputType >::VariableCurl

Definition at line 275 of file MooseTypes.h.

◆ VariableDivergence

template<typename OutputType>
typedef MooseArray<OutputDivergence> OutputTools< OutputType >::VariableDivergence

Definition at line 276 of file MooseTypes.h.

◆ VariableGradient

template<typename OutputType>
typedef MooseArray<OutputGradient> OutputTools< OutputType >::VariableGradient

Definition at line 273 of file MooseTypes.h.

◆ VariablePhiCurl

template<typename OutputType>
typedef MooseArray<std::vector<OutputShape> > OutputTools< OutputType >::VariablePhiCurl

Definition at line 286 of file MooseTypes.h.

◆ VariablePhiDivergence

template<typename OutputType>
typedef MooseArray<std::vector<OutputShapeDivergence> > OutputTools< OutputType >::VariablePhiDivergence

Definition at line 287 of file MooseTypes.h.

◆ VariablePhiGradient

template<typename OutputType>
typedef MooseArray<std::vector<OutputShapeGradient> > OutputTools< OutputType >::VariablePhiGradient

Definition at line 284 of file MooseTypes.h.

◆ VariablePhiSecond

template<typename OutputType>
typedef MooseArray<std::vector<OutputShapeSecond> > OutputTools< OutputType >::VariablePhiSecond

Definition at line 285 of file MooseTypes.h.

◆ VariablePhiValue

template<typename OutputType>
typedef MooseArray<std::vector<OutputShape> > OutputTools< OutputType >::VariablePhiValue

Definition at line 283 of file MooseTypes.h.

◆ VariableSecond

template<typename OutputType>
typedef MooseArray<OutputSecond> OutputTools< OutputType >::VariableSecond

Definition at line 274 of file MooseTypes.h.

◆ VariableTestCurl

template<typename OutputType>
typedef MooseArray<std::vector<OutputShape> > OutputTools< OutputType >::VariableTestCurl

Definition at line 292 of file MooseTypes.h.

◆ VariableTestDivergence

template<typename OutputType>
typedef MooseArray<std::vector<OutputShapeDivergence> > OutputTools< OutputType >::VariableTestDivergence

Definition at line 293 of file MooseTypes.h.

◆ VariableTestGradient

template<typename OutputType>
typedef MooseArray<std::vector<OutputShapeGradient> > OutputTools< OutputType >::VariableTestGradient

Definition at line 290 of file MooseTypes.h.

◆ VariableTestSecond

template<typename OutputType>
typedef MooseArray<std::vector<OutputShapeSecond> > OutputTools< OutputType >::VariableTestSecond

Definition at line 291 of file MooseTypes.h.

◆ VariableTestValue

template<typename OutputType>
typedef MooseArray<std::vector<OutputShape> > OutputTools< OutputType >::VariableTestValue

Definition at line 289 of file MooseTypes.h.

◆ VariableValue

template<typename OutputType>
typedef MooseArray<OutputType> OutputTools< OutputType >::VariableValue

Definition at line 272 of file MooseTypes.h.


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