sblauth / cashocs

computational adjoint-based shape optimization and optimal control software for python
https://cashocs.readthedocs.io/
GNU General Public License v3.0
52 stars 10 forks source link

Global deformation for space mapping #223

Open sblauth opened 1 year ago

sblauth commented 1 year ago

The newly introduced global deformation (see #222) should be used for space mapping for shape optimization (this makes the space mapping also work with remeshing).

sblauth commented 10 months ago

This cannot be done at the moment due to #320, where a bug with PETSc and the transfer matrix has been found.

sblauth commented 5 days ago

In principle, this can now be done. However, therre is another problem - if remeshing and the global deformation should be usable for the space mapping, then the coarse model problem (and parameter extraction) also require the same remeshing interface as the shape optimization problem. This then gives some further problems down the road, as at the moment, the coarse model is used to define the parameter extraction etc.

So this is a bigger change than first expected.