serac
serac copied to clipboard
Serac is a high order nonlinear thermomechanical simulation code
We should have documentation about which solvers/preconditioners we recommend and support.
There are only essential BCs in there now. We can make this class disappear now.
In regards to header files.
TPL updates for LiDO usually mean sudden breaking changes. There have been some discussions in LiDO about wanting a Serac version to help ease the transition of Serac updates. Though...
Looks like boundary condition `boundary_cond` test fails. I can look into this a bit more but wanted to report. ``` *********************************** [WARNING in line 67 of file /Users/chapman39/dev/serac/repo/src/serac/infrastructure/../../serac/physics/boundary_conditions/boundary_condition.hpp] MESSAGE=Attempting to...
``` [exe: /Users/chapman39/dev/serac/serac_libs1/spack/bin/spack -D /Users/chapman39/dev/serac/serac_libs1/spack_env concretize --fresh ] ==> Error: concretization failed for the following reasons: 1. Cannot select a single "version" for package "py-numpy" [spack version: 0.22.0.dev0 (6d244b3f6776b3697861c6b5cebbee376c30bff3) ]...
Extension of existing equation solver tests. Also add parallel versions.
#1176 removes an error check in `serac::FiniteElementVector` which asserts that the DOF ordering is `mfem::Ordering::byNODES`. To prevent future regressions, we should do one (or both) of the following: 1. Add...
I've noticed in the solid mechanics module that `completeSetup()` will give numerical errors if certain types of parameters, e.g. Young's modulus, are not initialized (and therefore default to 0). I...
mpirun -n 8 ./tests/solid_reaction_adjoint seems to result in a segfault.