Interface BorderCondition

All Known Implementing Classes:
BorderConditionType1, BorderConditionType2, BorderConditionType3

public interface BorderCondition
Base interface for boundary conditions in partial differential equations. Defines the contract for different types of boundary conditions that can be applied to the spatial boundaries of the solution domain.

Three types of boundary conditions are supported:

  • Type 1: Dirichlet boundary condition (prescribed function value)
  • Type 2: Neumann boundary condition (prescribed derivative value)
  • Type 3: Robin boundary condition (mixed condition)
See Also: