https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
VariableWarehouse.h File Reference

Go to the source code of this file.

Classes

class  VariableWarehouse
 Holds variables and provides some services. More...
 

Namespaces

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

Typedefs

typedef MooseVariableFE< Real > MooseVariable
 
typedef MooseVariableFE< RealVectorValue > VectorMooseVariable
 
typedef MooseVariableFE< RealEigenVector > ArrayMooseVariable
 
typedef MooseVariableFV< Real > MooseVariableFVReal
 
typedef MooseLinearVariableFV< Real > MooseLinearVariableFVReal
 

Typedef Documentation

◆ ArrayMooseVariable

typedef MooseVariableFE<RealEigenVector> ArrayMooseVariable

Definition at line 35 of file VariableWarehouse.h.

◆ MooseLinearVariableFVReal

Definition at line 43 of file VariableWarehouse.h.

◆ MooseVariable

Definition at line 33 of file VariableWarehouse.h.

◆ MooseVariableFVReal

Definition at line 39 of file VariableWarehouse.h.

◆ VectorMooseVariable

typedef MooseVariableFE<RealVectorValue> VectorMooseVariable

Definition at line 34 of file VariableWarehouse.h.