dolfinx-tutorial
dolfinx-tutorial copied to clipboard
A reimplementation of the Springer book: https://github.com/hplgit/fenics-tutorial/, covering new topics as well as transitioning from dolfin to dolfinx
It says: > Next, we locate the degrees of freedom on the top boundary. However, as the boundary condition is in a sub space of our solution, we need to...
In the expression for $a(u, v)$ and $L(v)$ parentheses are missing under the integral sign.
on line 110, updated a typesetting error in equation (3)
Hello, I am running into a PETSC error when I run the ns-code2 example. I convert the notebook to a python script and execute `mpiexec -np 8 python ns-code2.py`. All...
It would helpful to include the functional form and weak form derivation for the hyperelastic beam problem example.