Hello everyone, I noticed that in the fenics-adapter github page, it says " preCICE-adapter for the open source computing platform FEniCS. Note: The adapter currently only supports 2D simulations in FEniCS", however in the “get_fenics_vertices” function I found :
if dims == 3:
coords.append([v.x(0), v.x(1), v.x(2)])
It seems support 3d case. so I am wondering whether the current version of fenics-adapter support 3d case?