Abstract base class to be used to add user-defined implicit degree of freedom couplings. 更多...
#include <sparsity_pattern.h>
Public 成员函数 | |
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. 更多... | |
Abstract base class to be used to add user-defined implicit degree of freedom couplings.
在文件 sparsity_pattern.h 第 76 行定义.
|
virtualdefault |
|
pure virtual |
User-defined function to augment the sparsity pattern.
参考自 libMesh::SparsityPattern::Build::apply_extra_sparsity_object().