Hello Fenicsx community,
I am attempting to upgrade some existing code depending on the legacy fenics package to fenicsx 0.72. The problem involves a variation of the poisson-boltzmann equations and a tetrahedral mesh with multiple subdomains.
I believe that I have successfully created the tetrahedral mesh in the new doflinx xdmi format (at least it looks right in paraview). However, my doflinx implementation is not returning the correct results. If anyone is able to provide some suggestions at how to correct the implementation I would be very grateful!
Below I will try to provide the files necessary to reproduce the original legacy fenics simulation, and my attempt at porting to dolfinx.
each contains mesh files, a python script, and some additional parameter data.