libMesh
|
Abstract base class to be used to add user-defined implicit degree of freedom couplings. More...
#include <sparsity_pattern.h>
Public Member Functions | |
virtual | ~AugmentSparsityPattern ()=default |
virtual void | augment_sparsity_pattern (SparsityPattern::Graph &sparsity, std::vector< dof_id_type > &n_nz, std::vector< dof_id_type > &n_oz)=0 |
User-defined function to augment the sparsity pattern. More... | |
Abstract base class to be used to add user-defined implicit degree of freedom couplings.
Definition at line 77 of file sparsity_pattern.h.
|
virtualdefault |
|
pure virtual |
User-defined function to augment the sparsity pattern.
Referenced by libMesh::SparsityPattern::Build::apply_extra_sparsity_object().