libMesh
Public Member Functions | List of all members
libMesh::DofMap::AugmentSparsityPattern Class Referenceabstract

Backwards compatibility for prior AugmentSparsityPattern users. More...

#include <dof_map.h>

Inheritance diagram for libMesh::DofMap::AugmentSparsityPattern:
[legend]

Public Member Functions

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...
 

Detailed Description

Backwards compatibility for prior AugmentSparsityPattern users.

Definition at line 191 of file dof_map.h.

Member Function Documentation

◆ augment_sparsity_pattern()

virtual void libMesh::SparsityPattern::AugmentSparsityPattern::augment_sparsity_pattern ( SparsityPattern::Graph sparsity,
std::vector< dof_id_type > &  n_nz,
std::vector< dof_id_type > &  n_oz 
)
pure virtualinherited

User-defined function to augment the sparsity pattern.

Referenced by libMesh::SparsityPattern::Build::apply_extra_sparsity_object().


The documentation for this class was generated from the following file: