libMesh::DofMap::AugmentSendList Class Referenceabstract

#include <dof_map.h>

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

Constructor & Destructor Documentation

◆ ~AugmentSendList()

virtual libMesh::DofMap::AugmentSendList::~AugmentSendList ( )
inlinevirtual

Definition at line 219 of file dof_map.h.

219 {}

Member Function Documentation

◆ augment_send_list()

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: