serac icon indicating copy to clipboard operation
serac copied to clipboard

Serac is a high order nonlinear thermomechanical simulation code

Results 220 serac issues
Sort by recently updated
recently updated
newest added

It has grown large and needs to be broken down into better sections and probably separate pages.

documentation
bugfix day

We should remove the ubuntu 18/20 instructions and just go with this. Also should include installing `lua5.4-dev` to avoid numerous Spack download and configure issues with curl, ca-certificates, and unzip...

bugfix day

the way we're currently enforcing code style is causing some impediments: 1. we don't merge PRs that don't conform to the style guide 2. we require a specific, older version...

bugfix day

At the time of writing, checking out `develop` and building/running ctest results in 2 failures: ```sh The following tests FAILED: 27 - boundary_cond (Failed) 41 - solid_shape (Failed) ``` the...

bugfix day

We have a few major issues with our current linear solvers: - SuperLU has a memory leak and cannot be used when many linear solves are required. - The performance...

bug
discretization
bugfix day

This would allow us to track if we are going to run out of time in the simulation and exit gracefully.

CS

https://github.com/rse-ops/docker-images These are more up to date than the axom-docker repository. This will be needed for newer Ubuntu's.

CS
CI

https://github.com/LLNL/radiuss-spack-configs This contains the newest and shared version of RAJA, Umpire, Camp. It is used by them and Axom and is slightly more up to date and tested than what...

CS
build
TPL

Right now if convergence stagnates or something goes wrong in one of the steps (e.g. factorization), the program exits. Instead, we should be able to tell mfem to not just...

Toss4 currently only has clang 14.0.6 installed, so when we build devtools we need to build [email protected] ourselves.

TPL