pmgbergen / porepy

Python Simulation Tool for Fractured and Deformable Porous Media
GNU General Public License v3.0
251 stars 88 forks source link

Test Robin approximating Dirichlet #1206

Closed IngridKJ closed 2 months ago

IngridKJ commented 4 months ago

Robin conditions written on the form $\sigma \cdot n + \alpha \cdot u = G$ is supposed to approximate Dirichlet conditions when $\alpha\rightarrow\infty$. This issue addresses writing up a proper test testing this functionality, both for homogeneous and non-homogeneous boundary values. A similar test testing that $\alpha=0$ approximates Neumann is in place after #1187 is merged.

jwboth commented 3 months ago

Task: Writing a test for Dirichlet BC via Robin BC, both for homogeneous and non-homogeneous boundary values - Ingrid knows the details. Ingrid has the task of getting Peter to understand Robin BC, and Peter gets the main responsibility to check understandability.

Outcome: Enhanced test suite for existing capabilities.