serac icon indicating copy to clipboard operation
serac copied to clipboard

Serac is a high order nonlinear thermomechanical simulation code

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

I didn't see any tests with the `LinearConductor` model (with matrix-valued `kappa`), so it might be good to add another test for those materials _Originally posted by @samuelpmishLLNL in https://github.com/LLNL/serac/pull/1001#discussion_r1406729059_

Leaving a comment here so that this is cleaned up after we have a better way of handling this in Inlet. _Originally posted by @white238 in https://github.com/LLNL/serac/pull/1001#discussion_r1426079161_

Now that materials are (somewhat) working, we should re-enable the integration tests, and test them in CI.

CI
input

It would be useful if users could create their own material types and get the benefits of an input deck. From @samuelpmish https://github.com/LLNL/serac/pull/1001#discussion_r1406723165 > For example (although not necessarily a...

input

We should be testing the new material types now that these are an option - [ ] J2 - [ ] J2nonlinear - [ ] J2nonlinear - [ ] LinearElastic...

input

Since I'm unable to successfully build TPLs through uberenv on my mac (see https://github.com/LLNL/serac/issues/1019 and https://github.com/LLNL/serac/issues/1020), today I'm trying to develop using the docker container instead. After getting it set...

There are cases where the default OpenMP threads + MPI ranks ends up slowing down the run. We should look into adding a warning for the user at the beginning...

CS

When recompiling my TPLs this time on an ubuntu 22.04 machine there have been a handful of issues: 1. The current spack.yaml for ubuntu 22.04 doesn't specify an mpi config,...

Currently, building serac with `g++` + codevelop produces a flood of warning messages. Practically every single translation unit emits at least two warnings about Fortran-specific flags inappropriately leaking into the...

When we create a new data collection in the state manager, we use `MPI_COMM_WORLD` instead of the communicator used by the mesh. This will break if a downstream user has...

bug
CS