| ecf6354e | 15-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
doc: add developer notes on shape and adopt convention
Tensor/matrix shapes are now consistently described using a lexicographic convention in the documentation. Further details on the convention i
doc: add developer notes on shape and adopt convention
Tensor/matrix shapes are now consistently described using a lexicographic convention in the documentation. Further details on the convention is described in new developer notes. I did not change comments in backends/{occa,magma} because there is outstanding development that may interfere with merging.
show more ...
|
| b5cf12ee | 14-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Standardize CeedIntPow and CeedIntMin |
| 9ddbf157 | 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation updating for t500 |
| 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 |
| 3e754498 | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
8x vectorization for Opt |
| 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 |
| 668048e2 | 31-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Move predefined constants from NULL to addr of private static, update backends |
| 1018d60a | 04-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[NEK][WIP] Convert bp1 and bp3 |
| 0f5de9e9 | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation and style updates |
| 7ca8db16 | 30-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[MFEM] Convert MFEM bp1 to active passive |