serac
serac copied to clipboard
Serac is a high order nonlinear thermomechanical simulation code
@white238 , ideally these would be dynamically allocated. Do you know if umpire (or some other tool) can do this with a single CPU/CUDA implementation? _Originally posted by @jamiebramwell in...
This will allow specification of heat flux and traction boundaries on a part of the boundary as indicated by a boundary attribute.
See @jamiebramwell for problem definitions - [ ] Elliptic membrane (LE1) - [ ] Thick plate pressure (LE10) - [ ] Solid cylinder / taper / sphere - temperature (LE11)...
Thanks to the Umpire team for the basic structure of this. I tweaked it in the following ways: * Uses the clang-14 ubuntu 22 RADIUSS container * Triggers on PR...
This PR extends the MFEM PETSc wrappers to allow PETSc solvers to be used interchangeably with the existing MFEM solvers with minimal conversion of matrix types (at most once per...
This PR will add a new docker container with CUDA, so we can test GPU support in Azure. This is still a WIP. The radiuss-docker has to switch to an...
There were 2 flavors of small-strain J2 models. This combines them into one. When I first created the nonlinear hardening models, I didn't immediately fold them into the existing J2...
One-line fix. Actually, "fix" is not quite the right word, since the results obtained before were numerically correct by a coincidence. The conversion from the Mandel stress (conjugate to the...
As discussed here: https://github.com/LLNL/serac/pull/1138#discussion_r1661376436 Do we want to add `+suite-sparse` and/ or `+mumps` to mfem and petsc?
MFEM has a series of PETSc examples, which I've been referencing to create our mfem_petsc/ slepc_smoketests. Here is the recommended arguments to run petsc ex1 with device set to cuda:...