dolfinx_mpc
dolfinx_mpc copied to clipboard
Extension for dolfinx to handle multi-point constraints.
Greetings! I found a bug in the periodic boundary condition that occurs on meshes with a small element size. Here is the test case https://gist.github.com/Alchem334/0f3d0c9b7805d4a1e5438c41c3dfee3e In the test case, the...
Greetings to everyone! I found a bug in the periodic boundary condition. The error occurs only in the parallel case. Here is a simple test case on which an error...
I am trying to implement a periodic boundary condition for the 3D elastic equation. The only difference compared to the existing example in the demos is that the boundaries are...
Following #9 , it would be nice to be able to define such kind of constraint along a generic normal direction provided by the user, not just a subspace component.
Hello, I am unable to run the periodic demos using dolfinx 0.8.0 and dolfinx_mpc 0.8.0, with Python 3.12.6. The demos I can't run are the following: - https://github.com/jorgensd/dolfinx_mpc/blob/v0.8.0/python/demos/demo_periodic_geometrical.py - https://github.com/jorgensd/dolfinx_mpc/blob/v0.8.0/python/demos/demo_periodic3d_topological.py...