www.mooseframework.org
Classes | Namespaces | Typedefs
VariableWarehouse.h File Reference

Go to the source code of this file.

Classes

class  libMesh::VectorValue< T >
 
class  MooseVariableFE< OutputType >
 Class for stuff related to variables. More...
 
class  MooseVariableField< OutputType >
 Class for stuff related to variables. More...
 
class  MooseVariableFV< OutputType >
 This class provides variable solution values for other classes/objects to bind to when looping over faces or elements. More...
 
class  VariableWarehouse
 Holds variables and provides some services. More...
 

Namespaces

 libMesh
 The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
 

Typedefs

typedef MooseVariableFE< RealMooseVariable
 
typedef MooseVariableFE< RealVectorValueVectorMooseVariable
 
typedef MooseVariableFE< RealEigenVector > ArrayMooseVariable
 
typedef MooseVariableFV< RealMooseVariableFVReal
 

Typedef Documentation

◆ ArrayMooseVariable

typedef MooseVariableFE<RealEigenVector> ArrayMooseVariable

Definition at line 34 of file VariableWarehouse.h.

◆ MooseVariable

Definition at line 31 of file VariableWarehouse.h.

◆ MooseVariableFVReal

Definition at line 37 of file VariableWarehouse.h.

◆ VectorMooseVariable

Definition at line 33 of file VariableWarehouse.h.