$extrastylesheet
libMesh::DofMap::AugmentSendList Class Reference

#include <dof_map.h>

List of all members.

Public Member Functions

virtual ~AugmentSendList ()
virtual void augment_send_list (std::vector< dof_id_type > &send_list)=0

Detailed Description

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

Definition at line 207 of file dof_map.h.


Constructor & Destructor Documentation

Definition at line 210 of file dof_map.h.

{}

Member Function Documentation

virtual void libMesh::DofMap::AugmentSendList::augment_send_list ( std::vector< dof_id_type > &  send_list) [pure virtual]

User-defined function to augment the send list.

Referenced by libMesh::DofMap::prepare_send_list().


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