Hi all,
I would like to solve a diffusion problem on a shell-like surface mesh (3D). Does the legacy fenics or fenicsx support 3D surface elements?
Any suggestions will be deeply appreciated. Thanks
Hi all,
I would like to solve a diffusion problem on a shell-like surface mesh (3D). Does the legacy fenics or fenicsx support 3D surface elements?
Any suggestions will be deeply appreciated. Thanks
Yes, it does, ref: How are 2D manifolds immersed/embedded in 3D space handled in dolfinx? - #25 by dokken
and Add manifold example with real spaces · Issue #118 · scientificcomputing/scifem · GitHub
and
and maybe particularly interesting for you