| 29484231 | 16-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
doc: minor editing and more explicit contractions |
| d77f9ea8 | 15-Mar-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
NS: stabilization added to doc
Thanks-to: Valeria Barra <valeriabarra21@gmail.com> |
| 2d041342 | 14-Mar-2020 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
NS: a correction in documentation |
| e55e287c | 14-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Navier-Stokes - fix indexing bug |
| 89761dc1 | 13-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #477 from CEED/jed/mtune-native
make: MARCHFLAG: try -march=native, -mcpu=native, then skip (fix #467) |
| f766a8ab | 13-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
make: MARCHFLAG: try -march=native, -mcpu=native, then skip (fix #467)
Pass OPT from top-level to examples/* that need OPT set.
Reported-by: Yohann Dudouit <dudouit1@llnl.gov> |
| 56522347 | 13-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - run make style |
| 24ecdd2d | 13-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #475 from CEED/jeremy/make-style-fix
Fix Make Style (....Again) |
| aed33fce | 13-Mar-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #468 from CEED/jeremy/multigrid-coarse
Multigrid - use GAMG, update comments |
| 199551f5 | 13-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - BP/multigrid variable consistency |
| c70bd2a0 | 13-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - homogonize qf/op variable names |
| 535cb1f6 | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - use component array for DMAddBoundary in navierstokes |
| 0d4737c7 | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - drop unused struct members in sphere example |
| 2dde2f02 | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix function indentation for navierstokes |
| ce41076e | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - fix pointer alignment for setupsphere |
| 9a00868b | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
make style |
| e0fb02d6 | 11-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Style - add NOPAD directive to fix make style again |
| fb10b817 | 11-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Add citation and bib info |
| 4cecb402 | 11-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Homogenize all section headers style to 40 chars |
| b3e3d9dd | 11-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Use consistent section headers style
This is not only for consistency sake, but it also allows for easy visualization of section breaks |
| 08fade8c | 11-Mar-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Slightly improve doc of bpssphere |
| 61608365 | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Multigrid - create fineLevel = numLevels - 1 variable for readability |
| ac4340cf | 11-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
doc: expand exposition on coordinate transformations and metric tensors
Simplify explicit pseudoinverse calculation in bpssphere setup. |
| a97643b0 | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Multigrid - use one mat shell for prolong/restrict |
| ce74dcef | 10-Mar-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - set GET_DIAGONAL for bps |