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

There is a large PR (https://github.com/LLNL/axom/pull/868) in Axom to fix how SLIC handles error states. Currently it is not guaranteed that you will get the error messages or not hang...

CS
output

When configuring serac with `ENABLE_CODEVELOP` on the `develop` branch, CMake emits the error: ``` ... [cmake] -- Serac Code Checks: ON [cmake] -- Configuring done [cmake] CMake Error: install(EXPORT "serac-targets"...

This PR adds a sliding wall boundary condition. It works by rotating the frame of reference such that one of the normal of the sliding wall face is aligned with...

WIP

Brandon mentioned to me earlier that his debugger was struggling to open up some of serac's tests. He mentioned that they either took an unusually long time to start, or...

When the mesh object is mutated by a `Solid` module, the sidre-based output file does not contain this updated mesh information.

bug
discretization

* Replaces the following in serac with camp implementations that are fully variadic: ** tuple ** tuple_size ** tuple_element ** several methods relating to tuples

There seems to be something slightly wrong with the allocation commands ``` 29: srun: Job 9479148 step creation still disabled, retrying (Requested nodes are busy) 26: srun: Job 9479148 step...

CS
CI

Do we still need `Index` on line 83? _Originally posted by @jamiebramwell in https://github.com/LLNL/serac/pull/740#discussion_r931482801_

CS
refactoring
quick

@samuelpmishLLNL pointed out there is a better way to handle some of the unit tests we are writing. We should create a few examples and document how to do these...

testing

This test will sporadically fail if run on more than one processor after a different test is run. It is probably a memory issue within the first-order-system version of the...

bug
discretization