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

Go to the source code of this file.

Classes

struct  VarCopyInfo
 Information about variables that will be copied. More...
 
class  SystemBase
 Base class for a system (of equations) 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< VectorValue< Real > > VectorMooseVariable
 

Functions

void extraSendList (std::vector< dof_id_type > &send_list, void *context)
 ///< Type of coordinate system
 
void extraSparsity (libMesh::SparsityPattern::Graph &sparsity, std::vector< dof_id_type > &n_nz, std::vector< dof_id_type > &n_oz, void *context)
 Free function used for a libMesh callback.
 

Typedef Documentation

◆ MooseVariable

Definition at line 34 of file SystemBase.h.

◆ VectorMooseVariable

typedef MooseVariableFE<VectorValue<Real> > VectorMooseVariable

Definition at line 35 of file SystemBase.h.

Function Documentation

◆ extraSendList()

void extraSendList ( std::vector< dof_id_type > &  send_list,
void *  context 
)

///< Type of coordinate system

Referenced by DisplacedProblem::init(), and FEProblemBase::init().

◆ extraSparsity()

void extraSparsity ( libMesh::SparsityPattern::Graph sparsity,
std::vector< dof_id_type > &  n_nz,
std::vector< dof_id_type > &  n_oz,
void *  context 
)

Free function used for a libMesh callback.

Referenced by FEProblemBase::init().