| 91360902 | 27-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
DMPlex for Navier-Stokes/Advection in 2D and 3D
Currently uses synthetic "box" meshes, but is entirely unstructured semantically so you can read any mesh that DMPlex supports.
Add -problem advectio
DMPlex for Navier-Stokes/Advection in 2D and 3D
Currently uses synthetic "box" meshes, but is entirely unstructured semantically so you can read any mesh that DMPlex supports.
Add -problem advection2d with basic (for now) advection scheme. This is intended to become a testbed for stabilization techniques.
./nsplex -ts_monitor -petscspace_degree 2 -dm_plex_box_faces 30,30 -ts_adapt_dt_max .1 -ts_max_time 6 -problem advection2d -dm_view
show more ...
|
| 1e080a46 | 16-Oct-2019 |
Jed Brown <jed@jedbrown.org> |
advection: adjust velocity and extend to boundary |
| a33ae120 | 14-Oct-2019 |
Jed Brown <jed@jedbrown.org> |
advection: fix bug introduced in refactor
1980ef9facf02dd7cbce4041c567716dc51f62e7 NS - Use vla for clarity |
| fa9eac48 | 31-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
CeedElemRestrictionGetMultiplicity: move TransposeMode to an input arg
Enables support for interlaced (CEED_TRANSPOSE), as typically used in PETSc examples/apps. |
| 442e7f0b | 16-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Operator - add QFUNCTION_NONE |
| 60f77c51 | 01-Nov-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
QFunction - Refactor CreateIdentity to include inmode and outmode |
| ccf0fe6f | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| cb0b5415 | 30-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - Fix indentation errors |
| e0e6f16b | 30-Oct-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Add directory separator to examples/petsc/.gitignore (#404) |
| dc7d240c | 29-Oct-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Some cleaning (#400)
* Some cleaning
* PETSc - update gitignore |
| cb32e2e7 | 24-Oct-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Add PETSc example areaplex (#394)
Update bps files with new subfolders structure
* Add header h and okl files
* Update REAMDE.md |
| 2d03409c | 18-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - print backend used rather than requested |
| e4f26f3e | 17-Oct-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #386 from CEED/jeremy/avx-add
Minor AVX Backend Changes |
| 9e168476 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - use p=5, qextra=5 for testing with bp2 to get nqpts=11=6+5 for AVX testing |
| 226c3a8f | 17-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - small fixes |
| 42030c05 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - minor fixes |
| 38c6f03b | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Testing - adjust PETSc testing to cover BP5/6 |
| 7f823360 | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Make style |
| 6c5df90d | 16-Oct-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Multigrid - combine multigrid and petsc example code for reuse |
| 3630284b | 30-Aug-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Multigrid - Add multigrid example |
| b5009ec9 | 27-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - Fix MPI_Allreduce warning w/ierr check |
| 3b3d4a15 | 25-Sep-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
PETSc - add MPI_Reduce and PetscBarrier for benchmarking (#364)
* PETSc - add MPI_Reduce and PetscBarrier for benchmarking
* Update examples/petsc/bps.c
Co-Authored-By: Jed Brown <jed@jedbrown
PETSc - add MPI_Reduce and PetscBarrier for benchmarking (#364)
* PETSc - add MPI_Reduce and PetscBarrier for benchmarking
* Update examples/petsc/bps.c
Co-Authored-By: Jed Brown <jed@jedbrown.org>
* Update examples/petsc/bps.c
Co-Authored-By: Jed Brown <jed@jedbrown.org>
* Update examples/petsc/bpsdmplex.c
Co-Authored-By: Jed Brown <jed@jedbrown.org>
* Update examples/petsc/bpsdmplex.c
Co-Authored-By: Jed Brown <jed@jedbrown.org>
* Navier Stokes - revert stray commit
* PETSc - Use MPI_Allreduce
* PETSc - Use MPI_Allreduce for final time as well
show more ...
|
| 7b27f9b0 | 24-Sep-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Remove PetscRoundReal because not supported anymore (#363) |
| 1f71eee2 | 19-Sep-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Another very minor style fix |
| cf1ddfe8 | 17-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
MFEM - revert make style error |