| 61dbc9d2 | 27-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - make lmode a separate enum |
| a8d32208 | 24-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
ElemRestriction - move lmode to constructor over apply |
| db419314 | 31-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - add DoF/node output in PETSc examples |
| 913b109a | 31-Jan-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Fix petsc/bp4&bp6 with OCCA (#444)
* Some cleaning
* Make bp4.okl consistent with bp4.h |
| efc78312 | 08-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - add lmode to ElemRestrictionGetMultiplicity |
| 271e02f1 | 03-Jan-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Multigrid - fix multi-component restriction/prolongation ordering error |
| 66087c08 | 14-Jan-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Rename ceed examples and minor doc changes (#442)
* Rename ex-1 -> ex1-volume, ex2 -> ex2-surface and add ex2-surface.okl
* Update READMEs
* Update doc |
| 32d2ee49 | 13-Jan-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
PETSc example: Areasphere (#439)
* Initial development of area sphere
* Update examples/ceed/.gitignore with ex2
* Fix file path for OKL files |
| cdb3667f | 16-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - remove extra memcpy in Multigrid example |
| 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 |
| b5009ec9 | 27-Sep-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
PETSc - Fix MPI_Allreduce warning w/ierr check |