adamantine-sim / adamantine

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

Bug introduced in #270 for imported meshes #278

Closed stvdwtt closed 2 weeks ago

stvdwtt commented 2 months ago

After #270 neither the hourglass demonstration case nor the Okuma curved wall demonstration case work anymore. Both hang somewhere during initialization.

We should have an integration test with an imported mesh to catch this type of issue.

Rombur commented 2 months ago

Did you update your input files? The name of some options has changed.

stvdwtt commented 2 months ago

@Rombur, I did, although it's possible that I missed something. I'm planning to look into it more next week.

Rombur commented 2 months ago

If you run in debug mode inside of gdb, when you kill the code using ctrl-c you can print the backtrace and see exactly where the code is hanging.

stvdwtt commented 2 weeks ago

I think this was an agglomeration of bugs that were fixed and user error.