| a9a22b40 | 31-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #230 from CEED/makefile-info-fix
Fix the output of 'make info' for the CUDA backends. |
| ab9cabde | 31-Mar-2019 |
Veselin Dobrev <dobrev@llnl.gov> |
Fix the output of 'make info' for the CUDA backends. |
| 01da737e | 28-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #227 from CEED/yohann/cuda-atomic
Add atomicAdd in /cuda/ref backend for compute capability < 6.0 |
| 56f1838c | 28-Mar-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Add atomicAdd in /cuda/ref backend for compute capability < 6.0 |
| b8c86f25 | 28-Mar-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Ns fix alignment (#226)
* Fix alignment
* remove #include <ceed-impl.h> from tests/t306-basis.c
* Update examples/pets/Makefile |
| 0f3038fc | 28-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #225 from CEED/mem-type-preferred
Add CeedGetPreferredMemType |
| 6feb01a3 | 28-Mar-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #223 from CEED/clang-tidy
Strcpy fix |
| c907536f | 27-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add CeedGetPreferredMemType |
| e17541c0 | 28-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #222 from CEED/blas-vs-mkl
Add MKL optional flag |
| 7ac83be3 | 27-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Use PetscStrncpy and PetscStrlcat |
| 409ab9ad | 27-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
strcpy -> strncpy |
| 724a7164 | 27-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add MKL optional flag |
| 719b5048 | 27-Mar-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #221 from CEED/nek-bp3-typo
Update Nek BP3 file description |
| 7b5c621f | 27-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Update bp3.usr |
| 2774d5cb | 26-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Explicit time stepping NS solver (#152)
* Squash NS example to single commit
* Update name of NS example and explicitly zero unused outputs
* rename Theta ->theta, deltaTheta -> deltatheta and
Explicit time stepping NS solver (#152)
* Squash NS example to single commit
* Update name of NS example and explicitly zero unused outputs
* rename Theta ->theta, deltaTheta -> deltatheta and make style
* Incorporate Valeria's latest changes
* Fix small bug in Advection header
* Add Valeria's latest updates from ns-working
* Update after Jed's revision
* Improve documentation
* Drop navier-stokes from allexamples
show more ...
|
| 330b45c2 | 24-Mar-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #220 from CEED/README-typo-fix
README typo fix |
| 821dffb6 | 24-Mar-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
README typo fix |
| 656dd4b7 | 24-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add error message if XSMM kernel fails to build |
| 3d0fd664 | 21-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add kernel caching to XSMM backend
Make style and comment updates
XSMM tensor ind logic fix
Logic cleanup |
| c71e1dcd | 20-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add Basis argument to TensorContractCreate |
| 40938ba6 | 24-Mar-2019 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #218 from CEED/jed/jenkins
Add Jenkinsfile |
| bce45ae0 | 21-Mar-2019 |
Jed Brown <jed@jedbrown.org> |
Azure: update PETSc image |
| b0751004 | 21-Mar-2019 |
Jed Brown <jed@jedbrown.org> |
petsc: VecScatterCreate interface for master |
| bdb0bdbb | 22-Mar-2019 |
Jed Brown <jed@jedbrown.org> |
junit.py: update test logic for skipped and intended-fail tests |
| 73132ccb | 21-Mar-2019 |
Jed Brown <jed@jedbrown.org> |
junit.py: subprocess.run compatibility for python3.5 |