Go to the source code of this file.
Functions | |
void | extraSendList (std::vector< dof_id_type > &send_list, void *context) |
Free function used for a libMesh callback. More... | |
void | extraSparsity (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... | |
void extraSendList | ( | std::vector< dof_id_type > & | send_list, |
void * | context | ||
) |
Free function used for a libMesh callback.
///< Type of coordinate system
Definition at line 40 of file SystemBase.C.
Referenced by DisplacedProblem::init(), and FEProblemBase::init().
void extraSparsity | ( | 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().