| 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 |
| 7f6cf205 | 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: move ceed.pc prereq to PETSc targets |
| 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 |
| 962ffb5f | 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Tighten loop structure for permute and pad |
| f8605c42 | 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Document ncomp (description/name ndof is incorrect) |
| 2cf23e15 | 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation update |
| 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 |
| 9cd55741 | 05-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Tap exception for backends that don't yet support Blocked restriction |
| 4e35ef05 | 01-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Added RestrictionCreateBlocked, only implimented in Ref, and t06 |
| b904e572 | 01-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/flag-values' [PR #104]
* jed/flag-values: Remove !! in Operator setup Move predefined constants from NULL to addr of private static, update backends |
| 6703f5b2 | 01-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
CeedElemRestrictionCreate: small doc fix |
| 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 |
| b1b1662c | 01-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/makefile-optflags' [PR #102]
* jed/makefile-optflags: Makefile: use LINK.* for clearer output/less duplication Makefile: add OPT for all-language opt/dbg flags |
| 34fdc922 | 25-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: use LINK.* for clearer output/less duplication |
| 323c739c | 24-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: add OPT for all-language opt/dbg flags |
| 93b58276 | 23-Jul-2018 |
Steven Roberts <roberts115@llnl.gov> |
Remove large stack allocation |