| b5cf12ee | 14-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Standardize CeedIntPow and CeedIntMin |
| dce367d8 | 12-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Move and document CeedIntMin, document CeedPowInt |
| dfdf5a53 | 12-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add function levels |
| 3d6c8b2d | 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'restriction-identity' [PR #113]
* restriction-identity: Fix dangling bracket in MAGMA Comment update, remove unneeded guard on VectorDestroy Updated restriction tests Create Re
Merge branch 'restriction-identity' [PR #113]
* restriction-identity: Fix dangling bracket in MAGMA Comment update, remove unneeded guard on VectorDestroy Updated restriction tests Create RestrictionCreateIdentity, convert examples, simplify OperaterApply
show more ...
|
| f03d1fd8 | 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'vector-set-val' [PR #114, close #105]
* vector-set-val: Remove extra comment Updated to allow backend specific implimentation Create VectorSetValue and tests |
| 2a1ab385 | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Updated to allow backend specific implimentation |
| 8c23e06a | 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Doxygen cleanup |
| 5249cb16 | 07-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Create VectorSetValue and tests |
| 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 |
| 962ffb5f | 06-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Tighten loop structure for permute and pad |
| 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 |
| 460d7593 | 06-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Add CeedVectorGetLength |
| ef700c2c | 04-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Further work on Nek5000 BPs, added error checking to OpApply |
| 0f5de9e9 | 02-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation and style updates |
| a9308b07 | 05-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Added Doxygen for CeedOperatorSetField constants |
| 583b1d4c | 05-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Rename CEED_QDATA_NONE to CEED_VECTOR_ACTIVE and CEED_VECTOR_NONE |
| e86aaed4 | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
fortran: ceed_restriction_identity, ceed_basis_colocated, ceed_qdata_none |
| b747109d | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
added CEED_RESTRICTION_IDENTITY, CEED_BASIS_COLOCATION, CEED_QDATA_NONE |
| ff8ca64b | 21-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
WIP passive fields
Fleshed out OperatorSetup, built comments for frame of OperatorApply. Need to finish OperatorApply and deallocate arrays in OperatorDestroy
WIP, attemped to flesh out OpApply
de
WIP passive fields
Fleshed out OperatorSetup, built comments for frame of OperatorApply. Need to finish OperatorApply and deallocate arrays in OperatorDestroy
WIP, attemped to flesh out OpApply
debugging
more debugging
modified Fortran interface, need to add new operator/qfunction functions
pointer fix
CeedElemRestrictionCreateVector added, currently assumes one comp
Dedugged OpSetup
Debugging OperatorApply
rebuilt code, error at QFuncApply
pointer errors
my pointers are a mess
malloc issues
error in OpApply, in output RestrictApply
minor fixes, still broken
both known errors identified
moved edata, indata, outdata to opref
error only when no print statement in code
possible location of mem issue IDed
Impliment OperatorApply
Fortran interface improvements started
Started rewriting Fortran tests
started Fortran conversion, ex1-vol-ann working in 1D ONLY
debugging ex1
ex1-vol-ann works
t20 fortran working, not happy with it though
cleanup
Fortran QFunc Apply with 32 arguments
t30 runs
cleanup
show more ...
|
| 36ddeef6 | 02-Jul-2018 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #75 from thilinarmtb/evector_support
[WIP][Nek] Update BP1 and add BP3 |
| 44951fc6 | 28-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add backend prioritization |
| 4ec33100 | 26-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add HouseholderApply function, modify arguments to QRFactorization and t15 |
| 48525cd2 | 30-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add QR Factorization of row-major matricess, CeedBasisGetColocatedGrad, and t16 |