| c7d4f9bf | 03-May-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
actions - use latest cargo tarpaulin, see fix from https://github.com/xd009642/tarpaulin/issues/747 |
| 49d23922 | 30-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #762 from CEED/valeria/docs-intro
Docs: Tiny rewording in Intro |
| 7eaaafce | 30-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #758 from CEED/jeremy/codecov
Small Code Coverage Updates |
| 965fa6d5 | 30-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #753 from CEED/jeremy/ci-unset-petsc
CI - unset PETSC_DIR |
| 81d4e52a | 30-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #750 from CEED/jeremy/identity
qf - allow identity qfunctions to have in and out EVAL_NONE |
| 58aad0c3 | 29-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #761 from CEED/fix-julia-link
[Julia] Improvements to configuration documentation and build step |
| 77069c71 | 29-Apr-2021 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Error on build if given bad path |
| 97521e51 | 29-Apr-2021 |
Valeria Barra <valeriabarra21@gmail.com> |
Some minor rewording on dynamic library file path |
| cbdd7b68 | 28-Apr-2021 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Fix cross-reference links in README |
| ae047179 | 28-Apr-2021 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Docs: Tiny rewording in Intro
Since this Introduction was mentioned lately in issue #756 , I was re-reading it and realized this sentence could have been improved.
The use of the word `they` was a
Docs: Tiny rewording in Intro
Since this Introduction was mentioned lately in issue #756 , I was re-reading it and realized this sentence could have been improved.
The use of the word `they` was a bit confusing in my opinion.
@jeremylt I just changed this sentence expanding its line, as recommended in #735 , although the original file had the older style (the max 80 char per line), but I wouldn't change the entire file style now. Do you agree?
show more ...
|
| 785b05d9 | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
occa - fix minor bug in [take,get]Data |
| 327c80bf | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
actions - use tarpaulin 0.16, 0.18.0-alpha missing doctests |
| 8229195e | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
codecov - minor updates |
| de01c4d8 | 22-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
CI - add diagnostic output of env variables |
| e0e4aa64 | 22-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
ci - unset PETSC_DIR and PETSC_ARCH for Noether core libCEED tests |
| 0b454692 | 22-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
op - impl restriction only identity operators for CPU, error on code gen GPU backends |
| 958f7507 | 19-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
qf - allow identity qfunctions to have in and out EVAL_NONE |
| e6ac5b30 | 28-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #757 from CEED/jeremy/vecscale
vec - add CeedVectorScale |
| 891038de | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
context - add QFunctionContextTakeData to silence docs warning about missing ref |
| 96b902e2 | 28-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
doc - small fixes |
| 278ca478 | 27-Apr-2021 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Use Real instead of CeedScalar where possible |
| a697ff73 | 27-Apr-2021 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Add tests for development features |
| 557acef3 | 27-Apr-2021 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Add scale!, axpy!, and pointwisemult! |
| d0293d3e | 27-Apr-2021 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Access to version number at run time |
| 22785960 | 27-Apr-2021 |
Will Pazner <will.e.p@gmail.com> |
[Julia] Update generated API |