adamantine-sim / adamantine

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

Handle case where mechanics is activated in the input file but adamantine isn't compiled with dealii weak forms #210

Closed stvdwtt closed 1 year ago

stvdwtt commented 1 year ago

The current behavior is to silently run a thermal-only simulation. At the very least I think we want a warning message, but I think we want the simulation to abort.

Rombur commented 1 year ago

It should be pretty easy to add a check here

stvdwtt commented 1 year ago

Fixed in #209