Go to the source code of this file.
| Classes | |
| class | MooseVariableFE< OutputType > | 
| Class for stuff related to variables.  More... | |
| struct | VarCopyInfo | 
| Information about variables that will be copied.  More... | |
| class | SystemBase | 
| Base class for a system (of equations)  More... | |
| Namespaces | |
| 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  More... | |
| 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.  More... | |
| typedef MooseVariableFE<Real> MooseVariable | 
Definition at line 32 of file SystemBase.h.
| typedef MooseVariableFE<VectorValue<Real> > VectorMooseVariable | 
Definition at line 34 of file SystemBase.h.
| void extraSendList | ( | std::vector< dof_id_type > & | send_list, | 
| void * | context | ||
| ) | 
///< Type of coordinate system
///< Type of coordinate system
Definition at line 40 of file SystemBase.C.
Referenced by DisplacedProblem::init(), and FEProblemBase::init().
| 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.
Definition at line 48 of file SystemBase.C.
Referenced by FEProblemBase::init().
 1.8.14
 1.8.14