libmesh解析
本工作只是尝试解析原libmesh的代码,供学习使用
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 
Public 成员函数 | 所有成员列表
libMesh::DofMap::AugmentSendList类 参考abstract

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

#include <dof_map.h>

Public 成员函数

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

详细描述

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

在文件 dof_map.h198 行定义.

构造及析构函数说明

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

成员函数说明

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.

参考自 libMesh::DofMap::prepare_send_list().


该类的文档由以下文件生成: