| d7b241e6 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Move ceed* files to 'inteface' directory, comment cleanup |
| 8d94b059 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Further CPU backend commenting and cleaning |
| a2b73c81 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Clean up and tighten Opt and Ref backends |
| 31055971 | 09-Aug-2018 |
dmed256 <dmed256@gmail.com> |
[OCCA] Qfunction data dim is set from basis |
| e5188938 | 31-Jul-2018 |
dmed256 <dmed256@gmail.com> |
[OCCA] Initialized restriction kernels to occaUndefined |
| 7461d0ec | 28-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[OCCA] Attempting to 'turn on' CEED_EVAL_GRAD for output |
| e51e10c7 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add/Fix switch in Opt BasisApply |
| b27bfdc0 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add improvements from jed/opt-vectorize |
| 3e754498 | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
8x vectorization for Opt |
| a87349be | 08-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix typo in tmpl backend init |
| 4068aa25 | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Fix dangling bracket in MAGMA |
| 39dea11b | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Comment update, remove unneeded guard on VectorDestroy |
| 135a076e | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Create RestrictionCreateIdentity, convert examples, simplify OperaterApply |
| a4b33194 | 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'batched-basis-apply' [PR #110]
* batched-basis-apply: Style and documentation updates Error message for BasisApply when nelem != 1 Add nelem argument to BasisApply |
| 0c7a96bb | 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Style and documentation updates |
| 2e181699 | 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'RestrictionBatch' [PR #106]
* RestrictionBatch: Clean up/reorder blocked loop Update loops Style More loop tightening Tighten loop structure for permute and pad Document nc
Merge branch 'RestrictionBatch' [PR #106]
* RestrictionBatch: Clean up/reorder blocked loop Update loops Style More loop tightening Tighten loop structure for permute and pad Document ncomp (description/name ndof is incorrect) Documentation update Loop and style updates Tap exception for backends that don't yet support Blocked restriction Added RestrictionCreateBlocked, only implimented in Ref, and t06
show more ...
|
| 06cdd269 | 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Clean up/reorder blocked loop |
| 7fe495dc | 06-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Update loops |
| 170d5e71 | 06-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Style |
| 5f2ab5ae | 06-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
More loop tightening |
| a92b91d6 | 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Loop and style updates |
| c44a85f4 | 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Error message for BasisApply when nelem != 1 |
| d3181881 | 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add nelem argument to BasisApply |
| 4e35ef05 | 01-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Added RestrictionCreateBlocked, only implimented in Ref, and t06 |
| cb661df1 | 01-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Remove !! in Operator setup |