adamantine-sim / adamantine

Software to simulate heat transfer for additive manufacturing
https://adamantine-sim.github.io/adamantine/
Other
34 stars 10 forks source link

Use MatrixFree framework to compute the inverse of the mass matrix #176

Closed Rombur closed 1 year ago

Rombur commented 1 year ago

With this PR, computing the inverse of the mass matrix is negligible. Now when adding material, most of the time is spent in p4est.

Related to #172

CI

Rombur commented 1 year ago

The CI is failing. I probably messed up sth when I did git add -p to split changes I made into two PRs