$extrastylesheet
#include <dof_map.h>
Public Member Functions | |
| virtual | ~AugmentSendList () |
| virtual void | augment_send_list (std::vector< dof_id_type > &send_list)=0 |
Abstract base class to be used to add user-defined parallel degree of freedom couplings.
| virtual libMesh::DofMap::AugmentSendList::~AugmentSendList | ( | ) | [inline, virtual] |
| 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().