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

Alternative breakdown and minor cleanups #67

Closed davydden closed 5 years ago

davydden commented 5 years ago

last commit without whitespace changes is the core: https://github.com/davydden/large-strain-matrix-free/pull/67/commits/9835fc85ffe3c1a60cd2548050e80e2c85d4c563?w=1 the rest is just to make it comply with dealii 9.1

should be a better way of doing breakdown measurements by selectively disabling parts of the algorithm within the cell loop.

I wanted to test this change today - my last day of employment - but my access to HPC in FAU is already gone as of this morning ;-(

EDIT: re-running test to make sure I did not break anything...

jppelteret commented 5 years ago

Cool trick with enum class and std::underlying_type. Will reuse ;-)