| 571b15bc | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Print summary similar to BPs |
| fb33f292 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: style |
| cbbca786 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add data structures for different test types |
| 7820e62e | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add warning if CtauS or strong_form is used with density_current problem |
| e9d82011 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add missing CHKERRQ(ierr) & Destroy viewer & bool -> PetscBool |
| 83728b71 | 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Check tests error by comparing with reference solutions from binary files |
| 34ed31b9 | 12-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: scale energy differently in TESTARCGS |
| 125cee12 | 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) |
| 688439fb | 05-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: remove line between test runs and add output files |
| 4f5fe6ca | 29-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add VecViewFromOptions at the end of execution
This currently works in serial, but not in parallel |
| 6b678a96 | 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 ...
|
| e71a3914 | 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 ...
|
| 682b106e | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Style and comments |
| a18377ce | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Remove periodicity option
This option is temporarily removed since it is currently broken |
| 2b7194b1 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add warning if CtauS is used without stabilization |
| 83c5417b | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Patch on BCs for different problem types and update docs |
| 7ced1497 | 22-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Add warning if stabilization is used with explicit time integrators |
| 69e7995b | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Remove unused variables and some code cleanups and clarifications |
| c8cb8a0c | 16-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
fluids: fix missing CHKERRQ |
| 771e6405 | 04-May-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #526 from CEED/valeria/petsc-examples-cleaning
PETSc examples: some cleaning |
| 7af52d20 | 04-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS solver: remove stray restrictxcoord restriction |
| 9201a948 | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Use non_zero_time=false for problem type avection
Since exact solution and error calculation is not currently provided for the 3D advection case, this flag should be set to false for now
With n
NS: Use non_zero_time=false for problem type avection
Since exact solution and error calculation is not currently provided for the 3D advection case, this flag should be set to false for now
With non_zero_time=true the program was always reporting Max Error: 0. for problem type advection
show more ...
|
| 34ac4183 | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Rename ICs_PetscMultiplicity() -> ICs_FixMultiplicity()
The name ICs_PetscMultiplicity was misleading, since the multiplicity is not related to PETSc |
| 0ffc9a71 | 21-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
NS: Fix memory leak
Reported-by @jedbrown |
| d52b9e06 | 21-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Fluids - fix omitted indices correction in fluids version of CreateRestrictionFromPlex |