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

> Edit: This does actually bring up a good point in your thorough comment. We are setting time and cycle but not dt (via `MFEMSidreDataCollection::SetTimeStep`). @jamiebramwell, does the `dt` every...

CS
quick

`SolidFunctional`, `ThermalConductionFunctional`, and `ThermalSolidFunctional` all need input deck parsing options. Once this is done, we can deprecate the old non-functional physics modules.

enhancement
CS

see https://github.com/LLNL/serac/issues/586 Problem: right now, it's not obvious that some choices of {mu, K} result in a negative Poisson's ratio. Some potential solutions: 1. Calculate Poisson's ratio from the user-specified...

documentation
discretization

When viewing output in visit, time is always 0.

CS
output
quick

It is easy for tests to not be guarded by `ENABLE_TESTS`. Since this is not a normal way for a developer to build, downstream users will be the first to...

CS
CI
build
quick

We should have the ability to stop a simulation on a certain cycle. This would be useful for debugging and testing purposes. For example, our restart tests could run until...

CS
testing
quick

Cycle is loaded from previous run here: https://github.com/LLNL/serac/blob/4c19ba966aeed4bc73b3ac5513fbd45eed370451/src/drivers/serac.cpp#L162 but the time step is not adjusted here: https://github.com/LLNL/serac/blob/4c19ba966aeed4bc73b3ac5513fbd45eed370451/src/drivers/serac.cpp#L201-L203 This should also be something like this: ``` // Initialize/set the time information...

bug
quick

We should have the ability to stop a simulation on a certain time. This would be useful for debugging. Command line option should be named `stop-time`.

enhancement
CS
quick

I really need to write a sphinx page in our docs about this as it's a fundamental concept in MFEM. I'll add an issue. _Originally posted by @jamiebramwell in https://github.com/LLNL/serac/pull/671#discussion_r871616880_