$extrastylesheet
libMesh::DofMap::AugmentSparsityPattern Class Reference

#include <dof_map.h>

List of all members.

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

Detailed Description

Abstract base class to be used to add user-defined implicit degree of freedom couplings.

Definition at line 190 of file dof_map.h.


Constructor & Destructor Documentation

Definition at line 193 of file dof_map.h.

{}

Member Function Documentation

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.


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