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

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

#include <dof_map.h>

Public Member Functions

virtual ~AugmentSendList ()=default
 
virtual void augment_send_list (std::vector< dof_id_type > &send_list)=0
 User-defined function to augment the send list. More...
 

Detailed Description

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

Definition at line 198 of file dof_map.h.

Constructor & Destructor Documentation

◆ ~AugmentSendList()

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

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: