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

Go to the source code of this file.

Classes

class  SubProblem
 Generic class for solving transient nonlinear problems. More...
 

Namespaces

namespace  libMesh
 The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
 
namespace  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< Real > MooseVariable
 
typedef MooseVariableFE< RealVectorValue > VectorMooseVariable
 
typedef MooseVariableFE< RealEigenVector > ArrayMooseVariable
 

Functions

void Moose::initial_condition (libMesh::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 45 of file SubProblem.h.

◆ VectorMooseVariable

typedef MooseVariableFE<RealVectorValue> VectorMooseVariable

Definition at line 46 of file SubProblem.h.