| 5af26a27 | 31-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update make-nek-examples.sh |
| caf94837 | 29-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Updating bp1 to use a setup routine in backend |
| 7e7fc317 | 24-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Define CEED_ELEMRESTRICT_IDENTITY for E vecs |
| 241a391f | 24-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: get rid of indices array |
| e17b31af | 05-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into evector_support |
| f7ede465 | 05-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Update Nek5000 example |
| b7c803f2 | 05-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Update Fortran interface |
| eae71ed1 | 05-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Let indices array be NULL when using E-vector |
| 7dd84a72 | 03-May-2018 |
Thilina Rathnayake <thilinarmtb@users.noreply.github.com> |
Merge pull request #74 from CEED/jed/nek-run-usage
examples/nek5000/run-nek-example.sh: error if -b is not provided |
| 264c39a9 | 02-May-2018 |
Jed Brown <jed@jedbrown.org> |
examples/nek5000/run-nek-example.sh: error if -b is not provided |
| 6dc8cd5c | 02-May-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'fix_nek_exmaple' of github:thilinarmtb/libceed [PR #73]
* 'fix_nek_exmaple' of github:thilinarmtb/libceed: Nek: Remove unnecessary subroutines Nek: Stop creating redundant ceed ope
Merge branch 'fix_nek_exmaple' of github:thilinarmtb/libceed [PR #73]
* 'fix_nek_exmaple' of github:thilinarmtb/libceed: Nek: Remove unnecessary subroutines Nek: Stop creating redundant ceed operatos, vectos, etc
show more ...
|
| 21de9141 | 29-Apr-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Fixed Typo |
| 8c7d3b77 | 29-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
libCEED 0.2.1 |
| b92d21b8 | 28-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'template-backend' [PR #63]
* template-backend: Add template backend, requested in issue #38 Split Ref into multiple files, update style |
| a718229c | 28-Apr-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add template backend, requested in issue #38 |
| 21617c04 | 28-Apr-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Split Ref into multiple files, update style |
| e339c64f | 28-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
magma: make style (mixed results) |
| 5ac55112 | 28-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/fix-backend-RestoreArray' [PR #67]
* jed/fix-backend-RestoreArray: [occa] qdata offset fix in qfunction before restore in op apply backends: add missing CeedVectorRestoreArray
Merge branch 'jed/fix-backend-RestoreArray' [PR #67]
* jed/fix-backend-RestoreArray: [occa] qdata offset fix in qfunction before restore in op apply backends: add missing CeedVectorRestoreArray calls
show more ...
|
| d02a0cf1 | 28-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'nek_example_update' of github:thilinarmtb/libceed [PR #70]
* 'nek_example_update' of github:thilinarmtb/libceed: Examples: single makefile for all the examples Nek: Remove a redund
Merge branch 'nek_example_update' of github:thilinarmtb/libceed [PR #70]
* 'nek_example_update' of github:thilinarmtb/libceed: Examples: single makefile for all the examples Nek: Remove a redundant echo statement Nek: Add a Makefile for Nek5000 examples
show more ...
|
| 2ac260f1 | 26-Apr-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Remove unnecessary subroutines |
| eeb1589d | 26-Apr-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Nek: Stop creating redundant ceed operatos, vectos, etc |
| 7f299f71 | 18-Apr-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Examples: single makefile for all the examples |
| 14734e97 | 21-Apr-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge pull request #36 from CEED/magma-dev
[WIP] Magma backend [magma-dev] |
| 2ef00e88 | 19-Apr-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Fix a bug in the t30-operator.c test: the vector 'U' was not initialized. |
| c957d7bf | 19-Apr-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Merge branch 'master' into magma-dev |