adamantine icon indicating copy to clipboard operation
adamantine copied to clipboard

Software to simulate heat transfer for additive manufacturing

Results 43 adamantine issues
Sort by recently updated
recently updated
newest added

It is not currently clear whether this is necessary for the targeted performance.

Implicit time stepping exists but hasn't been exercised much recently. The JFNK nonlinear solver may need work if we stop making linearity assumptions.

Currently data assimilation only works in serial.

According to Yousub, the more standard approach in other codes is that the power itself is in the scan path file, not a power scaling. I believe this is also...

If AMR is set such that the DOF decreases during the simulation (e.g. with "coarsen_after_beam" set to `true`), an out-of-bounds access can occur in `MaterialsProperties::set_state` when accessing the liquid and...

Currently, the input parameters controlling the standard deviation of model parameters for ensembles and whether or not to include them in augmented states are grouped in the "ensemble" and "data...

We have a segfault in the code in the code using multithreading. I don't know what triggers it but it seems to happen in `cell_local_apply`. Some input files will trigger...

- When the heat source is incident on a part of the domain that is lower than the nominal height of the build (currently defined as the highest active part...

A few parts of the code need the current height of the build (particularly for adaptive meshing). As of #96, we base that on the scan path. However, if there...