precice / tutorials

Various tutorial cases for the coupling library preCICE with real solvers. These files are meant to be rendered on precice.org, so don't look at the README files here.
https://www.precice.org/
GNU Lesser General Public License v3.0
106 stars 110 forks source link

Convergence issue in nearest-projection mapping in fenics-fenics HT case for complex domain #51

Open IshaanDesai opened 5 years ago

IshaanDesai commented 5 years ago

A convergence study was conducted for the tutorial HT/partitioned-heat/fenics-fenics with nearest-projection and nearest-neighbor mappings for a simple interface (linear edge interface parallel to Y-axis) and a complex interface (Circular interface bounded in a rectangular domain). The simple interface study shows good results of improvement from nearest-neighbor to nearest-projection. The complex domain is visualised as follow: Screenshot from 2019-10-23 08-00-14 The convergence study results are as follows: complex_interface_convergence It is seen that there is no significant improvement in the error plot when nearest-projection mapping is used instead of nearest-neighbor. One possible explanation is the error induced due to the RBF interpolation strategy being used contributes significantly to the total error and hence masks the effects of an improved mapping. Further investigation needs to be done.

IshaanDesai commented 4 years ago

Further study:

IshaanDesai commented 3 years ago

This needs to be re-done with the latest tutorial and adapter code