History log of /libCEED/examples/ceed/ (Results 101 – 107 of 107)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f2079f4321-Jun-2018 camierjs <camier1@llnl.gov>

[occa] qfunction + okl and fortran __FILE__ (< 72 characters!)

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

Rename CEED_QDATA_NONE to CEED_VECTOR_ACTIVE and CEED_VECTOR_NONE

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

style, updated ex1

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


/libCEED/.gitignore
/libCEED/.travis.yml
/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/occa/ceed-occa.h
/libCEED/backends/optimized/ceed-opt-basis.c
/libCEED/backends/optimized/ceed-opt-operator.c
/libCEED/backends/optimized/ceed-opt-qfunction.c
/libCEED/backends/optimized/ceed-opt-restrict.c
/libCEED/backends/optimized/ceed-opt-vector.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-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-elemrestriction.c
/libCEED/ceed-fortran.c
/libCEED/ceed-operator.c
/libCEED/ceed-qfunction.c
/libCEED/ceed-vec.c
/libCEED/ceed.c
/libCEED/doc/libCEED.md
/libCEED/examples/Makefile
ex1.c
/libCEED/examples/mfem/Makefile
/libCEED/examples/mfem/bp1.cpp
/libCEED/examples/mfem/bp3.cpp
/libCEED/examples/nek5000/README.md
/libCEED/examples/nek5000/bp1.okl
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/bp3.usr
/libCEED/examples/nek5000/generate-boxes.sh
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/run-nek-example.sh
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/include/ceedf.h
/libCEED/output/t10-basis-f.out
/libCEED/output/t15-basis-f.out
/libCEED/output/t15-basis.out
/libCEED/output/t16-basis-f.out
/libCEED/output/t16-basis.out
/libCEED/tests/t05-elemrestriction-f.f
/libCEED/tests/t05-elemrestriction.c
/libCEED/tests/t10-basis-f.f
/libCEED/tests/t15-basis-f.f
/libCEED/tests/t15-basis.c
/libCEED/tests/t16-basis-f.f
/libCEED/tests/t16-basis.c
/libCEED/tests/t17-basis-f.f
/libCEED/tests/t17-basis.c
/libCEED/tests/t20-qfunction-f.f
/libCEED/tests/t20-qfunction.c
/libCEED/tests/t30-operator-f.f
/libCEED/tests/t30-operator.c
/libCEED/tests/tap.sh
54b2713b29-Mar-2018 Veselin Dobrev <dobrev@llnl.gov>

Remove kernel caching from the example/{ceed,mfem,petsc}/Makefiles.

In README.md, add a paragraph about the kernel sources being installed.

86c0b22f29-Mar-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'dladdr' [PR #51]

* dladdr:
[okl] removed fabs epsilon tests in all files (not used yet)
[occa] ceed-occa-okl file, CeedOklPath for qfunction too
[occa] OKL file occa_cache_dir &

Merge branch 'dladdr' [PR #51]

* dladdr:
[okl] removed fabs epsilon tests in all files (not used yet)
[occa] ceed-occa-okl file, CeedOklPath for qfunction too
[occa] OKL file occa_cache_dir & libceed_dir check
[occa] OKL file search refactoring, error checks & dladdr no ifdefs
[occa] style, typo & comments
[occa] use dladdr to find restrict, basis OKL files and look in the OCCA cache for user's qfunctions

show more ...

182fbe4528-Mar-2018 Tzanio <tzanio@llnl.gov>

Several improvements/unification between the libCEED examples

- All examples except Nek support '-ceed' now as command-line parameter for the Ceed spec
- The MFEM and PETSc examples were renamed to

Several improvements/unification between the libCEED examples

- All examples except Nek support '-ceed' now as command-line parameter for the Ceed spec
- The MFEM and PETSc examples were renamed to bp?
- The libceed example (ex1-volume-annulus) was moved to examples/ceed/ex1
- For clarity, the libCEED portion of the MFEM examples were moved to header files
- Documentation + sample runs were added

show more ...


/libCEED/.asanignore
/libCEED/.astylerc
/libCEED/.codedocs
/libCEED/.gitignore
/libCEED/.travis.yml
/libCEED/CONTRIBUTING.md
/libCEED/Doxyfile
/libCEED/LICENSE
/libCEED/Makefile
/libCEED/NOTICE
/libCEED/README.md
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-basis.okl
/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-restrict.okl
/libCEED/backends/occa/ceed-occa-vector.c
/libCEED/backends/occa/ceed-occa.c
/libCEED/backends/occa/ceed-occa.h
/libCEED/backends/ref/ceed-ref.c
/libCEED/ceed-basis.c
/libCEED/ceed-elemrestriction.c
/libCEED/ceed-fortran.c
/libCEED/ceed-operator.c
/libCEED/ceed-qfunction.c
/libCEED/ceed-vec.c
/libCEED/ceed.c
/libCEED/ceed.pc.template
/libCEED/doc/libCEED.md
/libCEED/doc/libCEED.png
/libCEED/doc/logo.svg
/libCEED/examples/.gitignore
Makefile
ex1.c
ex1.okl
/libCEED/examples/mfem/.gitignore
/libCEED/examples/mfem/Makefile
/libCEED/examples/mfem/bp1.cpp
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp1.okl
/libCEED/examples/mfem/bp3.cpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/nek5000/.gitignore
/libCEED/examples/nek5000/README.md
/libCEED/examples/nek5000/SIZE.in
/libCEED/examples/nek5000/boxes/b.box
/libCEED/examples/nek5000/boxes/b1e.rea
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/generate-boxes.sh
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/run-nek-example.sh
/libCEED/examples/petsc/.gitignore
/libCEED/examples/petsc/Makefile
/libCEED/examples/petsc/bp1.c
/libCEED/examples/petsc/bp1.okl
/libCEED/include/ceed-fortran-name.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/include/ceedf.h
/libCEED/output/ex1.out
/libCEED/output/t10-basis.out
/libCEED/tests/t00-init-f.f
/libCEED/tests/t00-init.c
/libCEED/tests/t01-vec-f.f
/libCEED/tests/t01-vec.c
/libCEED/tests/t05-elemrestriction-f.f
/libCEED/tests/t05-elemrestriction.c
/libCEED/tests/t10-basis-f.f
/libCEED/tests/t10-basis.c
/libCEED/tests/t11-basis-f.f
/libCEED/tests/t11-basis.c
/libCEED/tests/t12-basis-f.f
/libCEED/tests/t12-basis.c
/libCEED/tests/t13-basis-f.f
/libCEED/tests/t13-basis.c
/libCEED/tests/t14-basis-weight-f.f
/libCEED/tests/t14-basis-weight.c
/libCEED/tests/t20-qfunction-f.f
/libCEED/tests/t20-qfunction-f.okl
/libCEED/tests/t20-qfunction.c
/libCEED/tests/t20-qfunction.okl
/libCEED/tests/t30-operator-f.f
/libCEED/tests/t30-operator-f.okl
/libCEED/tests/t30-operator.c
/libCEED/tests/t30-operator.okl
/libCEED/tests/tap.sh

12345