AFEPack
|
#include <FEMSpace.h>
公有类型 | |
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.
typedef int BoundaryConditionInfo::Type |
BoundaryConditionInfo::Type BoundaryConditionInfo::ROBIN = 3 [static] |