adamantine-sim / adamantine

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

Use FE_Nothing for everything but solid for mechanical simulation #214

Closed Rombur closed 1 year ago

Rombur commented 1 year ago

Changes are trivial because we already supported FE_Nothing. I just had to tag the cells that are not solid with FE_Nothing.

Closes #185 and #187

CI