| 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 |
| 611c67bb | 15-May-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #538 from CEED/jed/petsc-3.14-gcc-10
Jed/petsc 3.14 gcc 10 |
| 9ff7e165 | 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
cuda-gen: avoid gcc-10 warning on use of strncat |
| 1f9a83ab | 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
tests: use implicit none; fix datatype mismatches reported by gfortran-10 |
| b349fba6 | 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
fortran: use standard z prefix instead of deprecated x prefix for hexadecimal |
| 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 |
| 4c6cd743 | 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
gitignore: .prove and Python cache |
| 2abd9974 | 14-May-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #536 from CEED/valeria/area_refactor
Refactor Petsc area example |
| 88aa84d4 | 14-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Area: Refactoring - Allows the use of the command line option -degree in place of -petscspace_degree
Separate setup of libCEED objects and problem specific data in setuparea.h separate file |
| c9a3b9e2 | 14-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
BPssphere: remove some dead code, unused variables |
| 3d54ab54 | 13-May-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #516 from CEED/valeria/NSfixes
Some fixes in NS miniapp |
| 7e6f388f | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add Problem header to summary print |
| 65275b31 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Merge branch 'master' into valeria/NSfixes |
| 6f55dfd5 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Improve summary print and update with master changes
The updates with master were needed after reducing the number of commits with interactive rebase |
| 0261bf83 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Print summary similar to BPs |
| 2f9599b8 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: style |
| 8ca749c7 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add data structures for different test types |
| 559ec21d | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add warning if CtauS or strong_form is used with density_current problem |
| 3e4faa5a | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add missing CHKERRQ(ierr) & Destroy viewer & bool -> PetscBool |