$extrastylesheet
#include <dof_map.h>
Public Member Functions | |
| virtual | ~AugmentSparsityPattern () |
| virtual void | augment_sparsity_pattern (SparsityPattern::Graph &sparsity, std::vector< dof_id_type > &n_nz, std::vector< dof_id_type > &n_oz)=0 |
Abstract base class to be used to add user-defined implicit degree of freedom couplings.
| virtual libMesh::DofMap::AugmentSparsityPattern::~AugmentSparsityPattern | ( | ) | [inline, virtual] |
| virtual void libMesh::DofMap::AugmentSparsityPattern::augment_sparsity_pattern | ( | SparsityPattern::Graph & | sparsity, |
| std::vector< dof_id_type > & | n_nz, | ||
| std::vector< dof_id_type > & | n_oz | ||
| ) | [pure virtual] |
User-defined function to augment the sparsity pattern.