Documentation for Concepts 2.0 (Discontinous Galerkin FEM) | Tutorials | Class Documentation | Developer Tools

Boundary Condiditions

The boundary Γ of the domain Ω is split into three parts:

Γ0 is decomposed into two parts: ΓD with Dirichlet boundary conditions and ΓN with Neumann boundary conditions.

To sum it up, these boundary conditions have to be prescribed: gD on ΓD ∪ Γ- and gN on ΓN. The user has to make sure that the boundary Γ- is marked as Dirichlet boundary.


Documentation for Concepts 2.0 (Discontinous Galerkin FEM) | Tutorials | Class Documentation | Developer Tools