dolfinx_mpc icon indicating copy to clipboard operation
dolfinx_mpc copied to clipboard

Extension for dolfinx to handle multi-point constraints.

Results 14 dolfinx_mpc issues
Sort by recently updated
recently updated
newest added

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.