History log of /libCEED/include/ (Results 501 – 525 of 540)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b5cf12ee14-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Standardize CeedIntPow and CeedIntMin

dce367d812-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Move and document CeedIntMin, document CeedPowInt

dfdf5a5312-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Add function levels


/libCEED/.gitignore
/libCEED/.travis.yml
/libCEED/CONTRIBUTING.md
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/README.md
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-qfunction-op.c
/libCEED/backends/occa/ceed-occa-qfunction.c
/libCEED/backends/occa/ceed-occa-restrict.c
/libCEED/backends/occa/ceed-occa.h
/libCEED/backends/optimized/ceed-opt-basis.c
/libCEED/backends/optimized/ceed-opt-operator.c
/libCEED/backends/optimized/ceed-opt.c
/libCEED/backends/optimized/ceed-opt.h
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref.c
/libCEED/backends/template/ceed-tmpl.c
/libCEED/doc/doxygenlayout.xml
/libCEED/doc/libCEEDapi.md
/libCEED/examples/mfem/bp1.okl
/libCEED/examples/mfem/bp3.okl
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/petsc/bp1.okl
ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-vec.c
/libCEED/interface/ceed.c
/libCEED/output/t202-elemrestriction-f.out
/libCEED/output/t202-elemrestriction.out
/libCEED/output/t203-elemrestriction-f.out
/libCEED/output/t203-elemrestriction.out
/libCEED/output/t300-basis-f.out
/libCEED/output/t300-basis.out
/libCEED/output/t306-basis-f.out
/libCEED/output/t306-basis.out
/libCEED/output/t307-basis-f.out
/libCEED/output/t307-basis.out
/libCEED/tests/t000-init-f.f
/libCEED/tests/t000-init.c
/libCEED/tests/t100-vec-f.f
/libCEED/tests/t100-vec.c
/libCEED/tests/t101-vec-f.f
/libCEED/tests/t101-vec.c
/libCEED/tests/t200-elemrestriction-f.f
/libCEED/tests/t200-elemrestriction.c
/libCEED/tests/t201-elemrestriction-f.f
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t202-elemrestriction-f.f
/libCEED/tests/t202-elemrestriction.c
/libCEED/tests/t203-elemrestriction-f.f
/libCEED/tests/t203-elemrestriction.c
/libCEED/tests/t300-basis-f.f
/libCEED/tests/t300-basis.c
/libCEED/tests/t301-basis-f.f
/libCEED/tests/t301-basis.c
/libCEED/tests/t302-basis-f.f
/libCEED/tests/t302-basis.c
/libCEED/tests/t303-basis-f.f
/libCEED/tests/t303-basis.c
/libCEED/tests/t304-basis-f.f
/libCEED/tests/t304-basis.c
/libCEED/tests/t305-basis-f.f
/libCEED/tests/t305-basis.c
/libCEED/tests/t306-basis-f.f
/libCEED/tests/t306-basis.c
/libCEED/tests/t307-basis-f.f
/libCEED/tests/t307-basis.c
/libCEED/tests/t400-qfunction-f.f
/libCEED/tests/t400-qfunction-f.okl
/libCEED/tests/t400-qfunction.c
/libCEED/tests/t400-qfunction.okl
/libCEED/tests/t500-operator-f.f
/libCEED/tests/t500-operator-f.okl
/libCEED/tests/t500-operator.c
/libCEED/tests/t500-operator.okl
/libCEED/tests/tap.sh
3d6c8b2d07-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 ...

f03d1fd807-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

2a1ab38507-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Updated to allow backend specific implimentation

8c23e06a07-Aug-2018 Jed Brown <jed@jedbrown.org>

Doxygen cleanup

5249cb1607-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Create VectorSetValue and tests

135a076e07-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Create RestrictionCreateIdentity, convert examples, simplify OperaterApply

a4b3319406-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

962ffb5f06-Aug-2018 Jed Brown <jed@jedbrown.org>

Tighten loop structure for permute and pad

d318188105-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Add nelem argument to BasisApply

4e35ef0501-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Added RestrictionCreateBlocked, only implimented in Ref, and t06

460d759306-Jul-2018 Jed Brown <jed@jedbrown.org>

Add CeedVectorGetLength

ef700c2c04-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

Further work on Nek5000 BPs, added error checking to OpApply

0f5de9e902-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

Documentation and style updates

a9308b0705-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Added Doxygen for CeedOperatorSetField constants

583b1d4c05-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Rename CEED_QDATA_NONE to CEED_VECTOR_ACTIVE and CEED_VECTOR_NONE

e86aaed426-May-2018 jeremylt <jeremy.thompson@colorado.edu>

fortran: ceed_restriction_identity, ceed_basis_colocated, ceed_qdata_none

b747109d26-May-2018 jeremylt <jeremy.thompson@colorado.edu>

added CEED_RESTRICTION_IDENTITY, CEED_BASIS_COLOCATION, CEED_QDATA_NONE

ff8ca64b21-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 ...

36ddeef602-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

44951fc628-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Add backend prioritization

4ec3310026-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

Add HouseholderApply function, modify arguments to QRFactorization and t15

48525cd230-May-2018 jeremylt <jeremy.thompson@colorado.edu>

Add QR Factorization of row-major matricess, CeedBasisGetColocatedGrad, and t16


/libCEED/.gitignore
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/README.md
/libCEED/backends/magma/atomics.cuh
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/magma/gccm.py
/libCEED/backends/magma/magma_check_cudaerror.h
/libCEED/backends/magma/magma_dtensor_contract.c
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-qfunction.c
/libCEED/backends/occa/ceed-occa-restrict.c
/libCEED/backends/occa/ceed-occa.c
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-qfunction.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref-vec.c
/libCEED/backends/ref/ceed-ref.c
/libCEED/backends/ref/ceed-ref.h
/libCEED/backends/template/ceed-tmpl-basis.c
/libCEED/backends/template/ceed-tmpl-operator.c
/libCEED/backends/template/ceed-tmpl-qfunction.c
/libCEED/backends/template/ceed-tmpl-restrict.c
/libCEED/backends/template/ceed-tmpl-vector.c
/libCEED/backends/template/ceed-tmpl.c
/libCEED/backends/template/ceed-tmpl.h
/libCEED/ceed-basis.c
/libCEED/ceed-qfunction.c
/libCEED/examples/Makefile
/libCEED/examples/ceed/Makefile
/libCEED/examples/mfem/Makefile
/libCEED/examples/mfem/bp1.cpp
/libCEED/examples/mfem/bp3.cpp
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/run-nek-example.sh
/libCEED/examples/petsc/Makefile
ceed.h
/libCEED/output/t15-basis.out
/libCEED/output/t16-basis.out
/libCEED/tests/t15-basis.c
/libCEED/tests/t16-basis.c
/libCEED/tests/t30-operator.c
/libCEED/tests/tap.sh

1...<<2122