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 162 of file dof_map.h.


Constructor & Destructor Documentation

virtual libMesh::DofMap::AugmentSparsityPattern::~AugmentSparsityPattern (  )  [inline, virtual]

Definition at line 165 of file dof_map.h.

00165 {}


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:

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:15 UTC

Hosted By:
SourceForge.net Logo