| 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 |
| 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 |
| 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 |
| 9cf88b28 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Check tests error by comparing with reference solutions from binary files |
| f365d06a | 12-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: scale energy differently in TESTARCGS |
| de9fa543 | 05-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Remove extra PetscViewerDestroy() call in TSMonitor_NS() function
This was causing a crash in parallel (not in serial) |
| 10c9356e | 05-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: remove line between test runs and add output files |
| d5424b73 | 29-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add VecViewFromOptions at the end of execution
This currently works in serial, but not in parallel |
| 84f4e65d | 28-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add multiple test runs
These minimal tests test different configurations: the explicit formulation with default (RKF45), the implicit formulation with alpha method, and the implicit formulation
NS: Add multiple test runs
These minimal tests test different configurations: the explicit formulation with default (RKF45), the implicit formulation with alpha method, and the implicit formulation with alpha method + supg stabilization
show more ...
|
| 07af6069 | 24-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Default BCs are free-slip on all faces
If no boundary conditions are set at command line, there will be free-slip boundary conditions on velocity components on all faces
The use still has the p
NS: Default BCs are free-slip on all faces
If no boundary conditions are set at command line, there will be free-slip boundary conditions on velocity components on all faces
The use still has the possibility of imposing wall boundary conditions (which sets all three components of velocity to homogeneous Dirichelet condition)
If the user specify both conditions, slip and wall, on the same face sets, the program will error
show more ...
|
| c063f476 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Style and comments |
| ff62f740 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Remove periodicity option
This option is temporarily removed since it is currently broken |
| 40c555b9 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add warning if CtauS is used without stabilization |
| 35d2ed1b | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Patch on BCs for different problem types and update docs |
| 8c662231 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add warning if stabilization is used with explicit time integrators |