davidscn / matrix-free-dealii-precice

A matrix-free high performance solid solver for coupled fluid-structure interactions
GNU Lesser General Public License v3.0
8 stars 6 forks source link

Remove scalar caching option #26

Closed davidscn closed 3 years ago

davidscn commented 3 years ago

Formulation 0 uses now a tensor2 caching (deformation gradient). For Formulation 1, there is now reason to keep this option. Motivation is mainly to reduce the do_operation_on_cell argument list in order to use the predefined diagonal computation function.