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

We're using a class instead of a typedef to allow forward declarations and future flexibility. 更多...

#include <dirichlet_boundaries.h>

类 libMesh::DirichletBoundaries 继承关系图:
[图例]

Public 成员函数

 DirichletBoundaries ()=default
 
 ~DirichletBoundaries ()=default
 

详细描述

We're using a class instead of a typedef to allow forward declarations and future flexibility.

注解
std::map has no virtual destructor, so downcasting here would be dangerous.

在文件 dirichlet_boundaries.h214 行定义.

构造及析构函数说明

libMesh::DirichletBoundaries::DirichletBoundaries ( )
default
libMesh::DirichletBoundaries::~DirichletBoundaries ( )
default

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