BCType#

class fridom.framework.grid.boundary_type.BCType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

Enum class for the type of boundary conditions for field variables.

DIRICHLET: Dirichlet boundary conditions (\(u = 0\) at the boundary). NEUMANN: Neumann boundary conditions (\(\partial_n u = 0\) at the boundary).

__init__(*args, **kwds)#

Attributes

DIRICHLET = 1#
NEUMANN = 2#