| a6fd1c49 | 07-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
main: return to main development |
| 007d01f7 | 07-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
post-release user manual citation update |
| d66340f5 | 06-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
libCEED 0.9.0 |
| 89430934 | 07-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
julia: skip dev tests for tags and release branch |
| 6781f80d | 06-Jul-2021 |
Jed Brown <jed@jedbrown.org> |
doc: handle CeedPragmaOptimizeOn/Off |
| 053543de | 28-Jun-2021 |
Yohann Dudouit <dudouit1@llnl.gov> |
Use more __restrict__ to enable more L1 caching. |
| b867517c | 28-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #749 from CEED/jeremy/fdm-diff
Fixes and improved testing for fast diagonalization. |
| 9c3d5f7c | 27-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - use realative tolerances wrt QF max norm |
| bde37e8c | 26-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
CeedQRFactorization: handle last row of square matrix like LAPACK dgeqrf/dgeqr2 |
| 03d18186 | 13-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - add CeedPragmaOptimzeOff/On to disable complier optimizations that create floating point errors |
| 85cf89ea | 11-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - accuracy fixes: peturb diff matirx, sort eigenvalues in simultanious diag
Update backends/ref/ceed-ref-operator.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
Update backends/ref/ceed-ref-op
fdm - accuracy fixes: peturb diff matirx, sort eigenvalues in simultanious diag
Update backends/ref/ceed-ref-operator.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
Update backends/ref/ceed-ref-operator.c
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 66ce82e0 | 11-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
Python - add basis.get_grad_1d() |
| 15ed3f7d | 11-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
tests - add t541, test FDM inv of singular operator with Dirichlet conditions added via Schur complement |
| 673160d7 | 06-May-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
test - refactor t304/5 to verify decomposition |
| a1e46e01 | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
basis - modify QR routines for diagonal mats (fixes #645) and tidy up magic numbers
CeedSymmetricSchurDecomposition: fix Householder reflector |
| d3331725 | 19-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
fdm - support multiple components, minor style |
| d8a2b180 | 18-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #785 from CEED/jeremy/sync-memtype
test - sync data to device arrays |
| 16e0f512 | 17-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
test - sync data to device arrays before testing backend vector functions, such as axpy, reciprocal, and scale |
| fe7b5540 | 10-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #782 from CEED/jeremy/gnu-extension
clang - silence some pedantic warnings, fixes #742 |
| 214493ed | 10-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
clang - update weak backend macro |
| 42e449db | 10-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
gpu - fix missing return statements |
| 45f1e315 | 10-Jun-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
clang - silence some pedantic warnings, fixes #742 |
| ed8e2814 | 10-Jun-2021 |
Jed Brown <jed@jedbrown.org> |
Update spelling of Thilina's name |
| 24b742e3 | 10-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #725 from CEED/releasing-notes
Document release procedures |
| dcb03aba | 07-Jun-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #780 from CEED/jeremy/bps-gitignore
git - add *.a to petsc gitignore |