#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.
|
inlinevirtual |
|
pure virtual |
User-defined function to augment the sparsity pattern.
Referenced by libMesh::DofMap::build_sparsity().