| 29448992 | 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Advection - Added QFunction for boundary integral and some style |
| 6336a9db | 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
style |
| 1bb42639 | 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
qdatasizeSur=1 for all problems |
| ee609e40 | 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Make SetupBoundary2d consistent with SetupBoundary3d |
| 356fbf4b | 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Set up boundary for 3d problems |
| 6a0edaf9 | 02-May-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: Fluids - developed composit operators for one face
Fluids: fix
Fluids: fixed a bug
Fluids: comments |
| bd910870 | 28-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
examples/fluids: some corrections
Fluids: fixed a bug
Fluids: removed unused variables and function call
Fluids: changed function name |
| b0137797 | 26-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Advection2d - added QFunctions for the Surface
small fix |
| c96c872f | 23-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
WIP: fluids-created a function for Restriction elements
Fluids - resolved conflict after merging #517
Fluids - fixed some missing parts from #513
Fluids: create setup1d in common.h
Fluids: change
WIP: fluids-created a function for Restriction elements
Fluids - resolved conflict after merging #517
Fluids - fixed some missing parts from #513
Fluids: create setup1d in common.h
Fluids: changed QFunctions names
show more ...
|
| ea6e0f84 | 19-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids: add support for implementing Suface Qfunctions and Operators |
| 0c6c0b13 | 09-Apr-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
Fluids: Add support for multiple sub-domains
Fluids: WIP: CreateRestrictionFromPlex() modified to support multiple sub-domains
WIP: small tweak to create restriction |
| 3edc4e64 | 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
examples: support for PETSc-3.14 DMPlexGetClosureIndices |
| 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 |