AFEPack
公有类型 | 静态公有属性
BoundaryConditionInfo结构参考

#include <FEMSpace.h>

类BoundaryConditionInfo继承关系图:
BoundaryCondition< value_type, DIM, DOW, TDIM, Number > BoundaryFunction< value_type, DIM, DOW, TDIM, Number >

所有成员的列表。

公有类型

typedef int Type

静态公有属性

static Type DIRICHLET = 1
static Type NEUMANN = 2
static Type ROBIN = 3

详细描述

Boundary condifiton information. This struct now only contains three static variables about the type of different boundary condition. Unfortunately until now, only the Dirichlet boundary condition is supported. Because the Neumann boundary condition is in fact in a finite element space involved the element shell, I believe it can only be implemented after the library can cope with hybrid element.


成员类型定义文档


成员数据文档


该结构的文档由以下文件生成: