| 2d260fa4 | 28-Jun-2018 |
camierjs <camier1@llnl.gov> |
[tests] t20-qfunction.c revert debug traces |
| c8e39fab | 28-Jun-2018 |
camierjs <camier1@llnl.gov> |
[occa] okl OpenCL hack to make all the tests run |
| f2079f43 | 21-Jun-2018 |
camierjs <camier1@llnl.gov> |
[occa] qfunction + okl and fortran __FILE__ (< 72 characters!) |
| 0548c81d | 21-Jun-2018 |
camierjs <camier1@llnl.gov> |
[occa] operator + qfunction alloc |
| ffc7147a | 20-Jun-2018 |
camierjs <camier1@llnl.gov> |
[t20] okl offsets |
| 22e22828 | 20-Jun-2018 |
camierjs <camier1@llnl.gov> |
[active/passive] t20 without operator |
| 54251743 | 24-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[MFEM][NEK] Converting example BPs to active-passive |
| 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 |
| 42877f77 | 26-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
style, updated ex1 |
| 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 ...
|
| 16c6c054 | 03-Jul-2018 |
Jed Brown <jed@jedbrown.org> |
Makefile: group prove-allexamples and follow patterns
* Speed up tests by exposing parallelism to prove * Use TESTARGS in examples rather than pattern matching in tap.sh * Use shallow clone and para
Makefile: group prove-allexamples and follow patterns
* Speed up tests by exposing parallelism to prove * Use TESTARGS in examples rather than pattern matching in tap.sh * Use shallow clone and parallel make to build MFEM * Use MFEM_CXXFLAGS=-O to speed up build * Use pattern rules to build MFEM examples in OBJDIR * Use non-phony dependencies to avoid overzealous building
show more ...
|
| 2158b1b0 | 03-Jul-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Using main MAKEFILE, added make mfem and make prove-mfem |
| ce41f623 | 27-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
tests: activate backends from Makefile; can also use command line |
| 20e3ffd5 | 28-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
[Opt] Add first version of opt backend, use colocated grad |
| 5560f562 | 28-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add t17-basis to test BasisApply for GRAD and TRANSPOSE |
| 7ec2e745 | 26-Jun-2018 |
Jed Brown <jed@jedbrown.org> |
CeedQRFactorization: simplify/tighten implementation
Fix small error and t15 output.. Note that this Householder factorization uses the usual sign convention to choose which reflection to choose. T
CeedQRFactorization: simplify/tighten implementation
Fix small error and t15 output.. Note that this Householder factorization uses the usual sign convention to choose which reflection to choose. This sometimes chooses a different reflector than the previous implementation. Also add a non-square t16-basis.
Thanks-to: Jeremy Thompson
show more ...
|
| 4ec33100 | 26-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add HouseholderApply function, modify arguments to QRFactorization and t15 |
| 5552cfc8 | 01-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
added t16-basis-f |
| 567d9990 | 01-Jun-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Update Fortran interface, add t15-basis-f |
| 48525cd2 | 30-May-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add QR Factorization of row-major matricess, CeedBasisGetColocatedGrad, and t16 |
| a718229c | 28-Apr-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Add template backend, requested in issue #38 |
| 21617c04 | 28-Apr-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Split Ref into multiple files, update style |
| 2ef00e88 | 19-Apr-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Fix a bug in the t30-operator.c test: the vector 'U' was not initialized. |