www.mooseframework.org
Classes | Namespaces | Typedefs | Functions
SubProblem.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  libMesh::SparseMatrix< T >
 
class  libMesh::NumericVector< T >
 
class  SubProblem
 Generic class for solving transient nonlinear problems. More...
 

Namespaces

 libMesh
 The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
 
 Moose
 MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to address this in their environment if C++17 compatibility isn't found.
 

Typedefs

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

Functions

void Moose::initial_condition (EquationSystems &es, const std::string &system_name)
 

Typedef Documentation

◆ ArrayMooseVariable

typedef MooseVariableFE<RealEigenVector> ArrayMooseVariable

Definition at line 47 of file SubProblem.h.

◆ MooseVariable

Definition at line 44 of file SubProblem.h.

◆ VectorMooseVariable

Definition at line 46 of file SubProblem.h.