jorgensd / dolfinx-tutorial

A reimplementation of the Springer book: https://github.com/hplgit/fenics-tutorial/, covering new topics as well as transitioning from dolfin to dolfinx
https://jorgensd.github.io/dolfinx-tutorial/
103 stars 60 forks source link

samll equation issue in 'nitsch.ipynb & .py' #182

Closed Yanjun96 closed 4 months ago

Yanjun96 commented 5 months ago

Hi, In the Chapter 1, about Weak imposition of Dirichlet conditions for the Poisson problem. The equation (9) and (10) now is:

Screenshot from 2024-03-25 14-16-15

The D should change to below: Screenshot from 2024-03-25 15-51-03

I do not know how to push my changes directly. Maybe I need to find help of git tutorial.

Regards yanjun

jorgensd commented 4 months ago

It should be resolved with the next few PRs. Thanks for reporting it