adamantine-sim / adamantine

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

Remove unused variable in input file #215

Closed Rombur closed 1 year ago

Rombur commented 1 year ago

User cannot set the quadrature type for the mechanical simulation. The reason it is allowed for the thermal simulation is that it simplifies a lot the computation of the inverse of the mass matrix (it is a diagonal matrix with the lobatto quadrature) which is interesting for explicit time-stepping.

CI