| a7a2e802 | 01-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Use function pointers in CeedSetBackendFunction |
| d4fd2798 | 18-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #228 from CEED/rstr-block
Restriction Block |
| 1f37b403 | 14-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add block paramenter example in doc |
| 9fbf56ac | 14-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Update t208-f to use offset |
| 89c6efa4 | 03-May-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Use blocking in optimized serial backends |
| 045b9c47 | 29-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Include full evec blocked backend |
| a7652942 | 28-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add restriction by block to /cpu/self/*/blocked |
| be9261b7 | 28-Mar-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add ElemRestrictionApplyBlock |
| abe33e54 | 16-May-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
make style |
| 469f0220 | 16-May-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Remove useless function declaration. |
| 9ad45357 | 16-May-2019 |
Yohann Dudouit <yohann.dudouit@gmail.com> |
Add a reference non-tensor BasisApply for cuda backends. |
| c532df63 | 16-May-2019 |
Yohann <dudouit1@llnl.gov> |
Cuda backend using shared memory (#247)
Add a GPU backend based on Cuda using shared memory.
* Draft of a shared memory backend
* New basis apply passes all tests.
* Add the possibility to
Cuda backend using shared memory (#247)
Add a GPU backend based on Cuda using shared memory.
* Draft of a shared memory backend
* New basis apply passes all tests.
* Add the possibility to treat several elements in one block of threads.
* Fix an error in 2D and 3D gradient.
* Put the cuda-shared backend in its own folder.
* Minor cleaning.
* Replace <ceed-impl.h> with <ceed-backend.h>
* make style
* Add a few CeedChk_Cu
show more ...
|
| 486febe6 | 15-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #224 from CEED/mem-zero
Check QFunction Output Vecs |
| 9a7d13c7 | 18-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Drop Valgrind brew in OSX, current install requires workarounds |
| 8d75ea1b | 18-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix include statements |
| fc7cf9a0 | 18-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Set QFunction outputs undefined before apply in new memcheck backend |
| 50463c24 | 14-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #177 from CEED/t106-vec
Adds a Vector unit test using CEED_MEM_DEVICE. |
| 0cdf8f0b | 13-May-2019 |
Valeria Barra <valeria.barra@colorado.edu> |
Some tidying |
| 47868d57 | 10-May-2019 |
Valeria Barra <valeria.barra@colorado.edu> |
Rescale time-stepper options with units of time |
| 5cf694b6 | 10-May-2019 |
Valeria Barra <vaba3353@shas0137.rc.int.colorado.edu> |
Rename field name Total Energy -> EnergyDensity |
| 90b2c6bf | 09-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #246 from CEED/valeria/add-petsc-obj-set-name-to-ns-ex
Add PetscObjectSetName to set solution's vec name |
| b0cb07a8 | 09-May-2019 |
Valeria Barra <valeria.barra@colorado.edu> |
Add PetscObjectSetName to set solution's vec name |
| 70cdef16 | 09-May-2019 |
Valeria Barra <valeria.barra@colorado.edu> |
Merge branch 'rescaled-ns-example' of github.com:valeriabarra/libCEED into rescaled-ns-example
|
| 9ccb6b99 | 09-May-2019 |
Valeria Barra <valeria.barra@colorado.edu> |
Add PetscObjectSetName to set solution's vec name |
| a84d4f9f | 08-May-2019 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #244 from CEED/yohann/cuda-CeedChk_Cu-fix
Fix: Replace a few CeedChk with CeedChk_Cuda |