davydden / large-strain-matrix-free

A repository with code for the paper "A matrix-free approach for finite-strain hyperelastic problems using geometric multigrid"
GNU Lesser General Public License v2.1
2 stars 6 forks source link

Split up setup of mg_mf_data_current #106

Closed peterrum closed 2 years ago

peterrum commented 2 years ago

This PR refactors the setup of mg_mf_data_current and of the transfer operator. The sequence is now: 1) setup mg_mf_data_reference 2) setup transfer operator, using mg_mf_data_reference 3) interpolate mg_solution_total 4) setup mg_mf_data_current

This is the same sequence that can be used for GC.

references #105

depends on #104

jppelteret commented 2 years ago

Before I merge, @peterrum , may I ask if you've run the tests locally with this change? I see that we haven't yet hooked the tests into the CI (at least, I cannot see any output that suggests that we have).