| #
e508ec0b
|
| 02-Aug-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #797 from CEED/jeremy/less-output
Refactor tests to reduce use of output
|
| #
0acb07cd
|
| 02-Aug-2021 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tests - refactor t202,203,208,213 to not use output
|
| #
874019bc
|
| 31-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #716 from CEED/jed/install-backend.h
Jed/install backend.h
|
| #
ec3da8bc
|
| 26-Mar-2021 |
Jed Brown <jed@jedbrown.org> |
Install install backend headers under include/ceed/
This makes it possible to distribute source plugins that provide additional backends. It's also used in MFEM, perhaps temporarily.
Deprecate ceed
Install install backend headers under include/ceed/
This makes it possible to distribute source plugins that provide additional backends. It's also used in MFEM, perhaps temporarily.
Deprecate ceed-backend.h, which was not previously installed, but some users accessed it from an in-place build.
Also install CUDA and HIP headers that allow users to provide CUfunction and hipFunction_t.
Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu> Requested-by: Andrew T. Barker <barker29@llnl.gov>
show more ...
|
| #
611c67bb
|
| 15-May-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #538 from CEED/jed/petsc-3.14-gcc-10
Jed/petsc 3.14 gcc 10
|
| #
1f9a83ab
|
| 14-May-2020 |
Jed Brown <jed@jedbrown.org> |
tests: use implicit none; fix datatype mismatches reported by gfortran-10
|
| #
65275b31
|
| 13-May-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Merge branch 'master' into valeria/NSfixes
|
| #
68d8d928
|
| 22-Apr-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #513 from CEED/jeremy/restriction-no-interlace
Convert restriction to offsets
|
| #
d979a051
|
| 14-Apr-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Restriction - convert restiction to use offsets instead of interlace mode. CPU and Python impl only, CUDA and MAGMA left to do.
|
| #
4092d0ee
|
| 05-Feb-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #447 from CEED/jeremy/lmode-on-create
ElemRestriction Lmode in Create over Apply
|
| #
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
|
| #
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.
|
| #
c8b9fe72
|
| 30-Apr-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Add offset parameter in Fortran VecSetArray
|
| #
ad28045d
|
| 01-Feb-2019 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #203 from CEED/intel-f-fix
Intel Fortran Fix
|
| #
8980d4a7
|
| 01-Feb-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Switch tests to .f90 extension
|