precice / fenicsx-adapter

Experimental preCICE-adapter for the open source computing platform FEniCSx
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Add support for PointSources (or similar) #23

Open BenjaminRodenberg opened 1 year ago

BenjaminRodenberg commented 1 year ago

In the original FEniCS adapter we support PointSources for pointwise coupling boundary conditions (e.g. forces instead of stresses). This feature currently does not exists in this adapter, but is definitely useful for certain tutorials (perpendicular flap)

IshaanDesai commented 1 year ago

PointSource feature is being reimplemented in dolfinx, so we have to wait for it to be done before using it in the adapter.