| 2bba3ffa | 17-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Op - change LinearAssemble* to accept CeedVector instead of pointer to CeedVector, allows for less memory movement and interfaces with parent code better |
| 80ac2e43 | 15-Jun-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
style - rename AssembleLinear* to LinearAssemble* |
| 86a4273e | 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - use Pa in docs table |
| 7ab18feb | 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - rename diagnostic output volumentric strain |
| 6a0f6e41 | 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - notational consistency |
| 285cb7fe | 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Soilds - minor README style updates |
| b6054f37 | 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - explict about only compressible at this time in README |
| bd9bac20 | 19-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Solids - bold E in documentation
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| bca55b9e | 19-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Solids - typo fix
Co-authored-by: Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
| 6d4f1eca | 19-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - add table of diagnostic quantities formualations |
| f81c27ea | 16-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/solids: skip autoassigned object name for cleaner viz |
| 08f6bc81 | 15-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - swap sign on pressure for viz |
| 379387d4 | 15-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - condensed pressure -> pressure |
| 226336a0 | 15-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - update gitignore |
| 13fdad4b | 15-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - add stress tensor invariants |
| 8ca58ff3 | 15-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - combine final solution output with diagnostics |
| f7b4142e | 14-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - add nu_smoother option |
| 084ed6c6 | 13-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - update comment, currently scaling to Pa, though we may want to actually scale to GPa |
| 18fde98c | 13-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - small inline function to compute detC_m1 from E2work |
| 17fd649a | 13-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - fix bad spelling |
| b8eaa5f0 | 13-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
make style |
| 5c25879a | 13-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - add output of diagnostic variables for viewing |
| a3c02c40 | 13-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Solids - clean up strain energy computation, prep for plotting stress, strain energy, etc |
| 3edc4e64 | 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples: support for PETSc-3.14 DMPlexGetClosureIndices |
| 9e9355a0 | 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples/solids: extern global in header to avoid duplicate symbols |