History log of /libCEED/include/ (Results 476 – 500 of 540)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2bc6258e09-Jan-2019 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #189 from CEED/fortran-tests-fform, close issue #84

Use -ffree-form for Fortran test suite

14922b2a07-Jan-2019 jeremylt <jeremy.thompson@colorado.edu>

Simplify accessing of inner context

10da579b31-Dec-2018 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Use -ffree-form for Fortran test suite

1e35832b19-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Add t401 to test QFunction with context

069aeaba19-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Getters updated for fCtx values

418fb8c219-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Improve QFunction ctx for Fortran interface

aedaa0e519-Nov-2018 jeremylt <jeremy.thompson@colorado.edu>

Vector inputs for BasisApply and QFApply; CPU backends, OCCA, and tests converted

1dfeef1d12-Dec-2018 jeremylt <jeremy.thompson@colorado.edu>

Make style

28d161ee15-Nov-2018 jeremylt <jeremy.thompson@colorado.edu>

Add global NUM_BACKEND, fix qf user pointer getter

fe2413ff14-Nov-2018 jeremylt <jeremy.thompson@colorado.edu>

Add setters, remove impl header from CPU, OCCA backends

2cd729ee16-Nov-2018 jeremylt <jeremy.thompson@colorado.edu>

CeedVecs - Check for read access before granting write access

4dccadb630-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Add lmode field to CeedOperatorSetField

5d6bafb226-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Improved documentation

d1bcdac923-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Add Operator/QFunction field getters

d863ab9b19-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

Separate to 3 header files

4ce2993f17-Oct-2018 jeremylt <jeremy.thompson@colorado.edu>

First round of getters

Use Getters in ref backend

Add Getters to blocked backend

Convert OCCA backend to use Getters

Add getters for backend data


/libCEED/.travis.yml
/libCEED/CODE_OF_CONDUCT.md
/libCEED/CONTRIBUTING.md
/libCEED/Doxyfile
/libCEED/backends/blocked/ceed-blocked-basis.c
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/blocked/ceed-blocked.c
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-qfunction-noop.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-vector.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/template/ceed-tmpl.c
/libCEED/examples/nek5000/bp1.okl
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/bp3.okl
/libCEED/examples/nek5000/bp3.usr
/libCEED/examples/petsc/Makefile
/libCEED/examples/petsc/bp1.c
/libCEED/examples/petsc/bp1.h
/libCEED/examples/petsc/bp1.okl
/libCEED/examples/petsc/bp3.c
/libCEED/examples/petsc/bp3.h
/libCEED/examples/petsc/bp3.okl
ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-vec.c
/libCEED/interface/ceed.c
/libCEED/tests/t310-basis-f.f
/libCEED/tests/t311-basis-f.f
/libCEED/tests/t312-basis-f.f
/libCEED/tests/t313-basis-f.f
/libCEED/tests/t510-operator-f.f
/libCEED/tests/t511-operator-f.f
/libCEED/tests/tap.sh
5fe0d4fa29-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Switch held ref ceed to delegate ceed recursively checked for

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

Refactor to standardize backend create functions

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

Non-tensor bases

Add simplex integration test

Add simplex grad test

Style changes

Common header for t32* tests, reorder grad

Add t520 operator test with 2D simplex basis

Add t501 and t521 non-z

Non-tensor bases

Add simplex integration test

Add simplex grad test

Style changes

Common header for t32* tests, reorder grad

Add t520 operator test with 2D simplex basis

Add t501 and t521 non-zero operator tests

Adjust Fortran tests for clarity

Explicitly cast Fortran values as doubles in tests

Modify PR97 for new Fortran interface

Flaten CEED_TOPO to include dimension

Rebase PR 97 to new testing convention

Reorder ElemTopo to embed dimension bitwise, doc fix

Switch numbering convention, add GetTopologyDimension

Fortran headers for t31* and t51*, adjust PR97 for COLLOCATED typo

show more ...


/libCEED/Makefile
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/occa/ceed-occa-basis.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.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.c
/libCEED/backends/ref/ceed-ref.h
/libCEED/backends/template/ceed-tmpl-basis.c
/libCEED/backends/template/ceed-tmpl.c
/libCEED/backends/template/ceed-tmpl.h
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/bp3.usr
ceed-impl.h
ceed.h
ceedf.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed.c
/libCEED/output/t310-basis-f.out
/libCEED/output/t310-basis.out
/libCEED/tests/t300-basis.c
/libCEED/tests/t310-basis-f.f
/libCEED/tests/t310-basis-f.h
/libCEED/tests/t310-basis.c
/libCEED/tests/t310-basis.h
/libCEED/tests/t311-basis-f.f
/libCEED/tests/t311-basis.c
/libCEED/tests/t312-basis-f.f
/libCEED/tests/t312-basis.c
/libCEED/tests/t313-basis-f.f
/libCEED/tests/t313-basis.c
/libCEED/tests/t500-operator-f.f
/libCEED/tests/t500-operator.c
/libCEED/tests/t501-operator-f.f
/libCEED/tests/t501-operator-f.okl
/libCEED/tests/t501-operator.c
/libCEED/tests/t501-operator.okl
/libCEED/tests/t510-operator-f.f
/libCEED/tests/t510-operator-f.okl
/libCEED/tests/t510-operator.c
/libCEED/tests/t510-operator.okl
/libCEED/tests/t511-operator-f.f
/libCEED/tests/t511-operator-f.okl
/libCEED/tests/t511-operator.c
/libCEED/tests/t511-operator.okl
/libCEED/tests/tap.sh
266a904f28-Aug-2018 Valeria Barra <valeria.barra@colorado.edu>

fixed misalignment

783c99b328-Aug-2018 Valeria Barra <valeria.barra@colorado.edu>

Refactored 'colocated' misspelling


/libCEED/.codecov.yml
/libCEED/.travis.yml
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-restrict.c
/libCEED/backends/occa/ceed-occa-vector.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/ref/ceed-ref-operator.c
/libCEED/examples/ceed/ex1.c
/libCEED/examples/mfem/bp1.cpp
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp3.cpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/bp3.usr
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/run-nek-example.sh
/libCEED/examples/petsc/bp1.c
ceed.h
ceedf.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/tests/t100-vec-f.f
/libCEED/tests/t101-vec-f.f
/libCEED/tests/t101-vec.c
/libCEED/tests/t102-vec-f.f
/libCEED/tests/t103-vec-f.f
/libCEED/tests/t104-vec-f.f
/libCEED/tests/t105-vec-f.f
/libCEED/tests/t105-vec.c
/libCEED/tests/t200-elemrestriction-f.f
/libCEED/tests/t201-elemrestriction-f.f
/libCEED/tests/t202-elemrestriction-f.f
/libCEED/tests/t203-elemrestriction-f.f
/libCEED/tests/t304-basis-f.f
/libCEED/tests/t307-basis-f.f
/libCEED/tests/t307-basis.c
/libCEED/tests/t500-operator.c
/libCEED/tests/tap.sh
56e866f415-Aug-2018 Jed Brown <jed@jedbrown.org>

Add CeedErrorExit to exit without signals, use in tests

This allows gcov to finish writing outputs even if the test
crashes (especially in tests that confirm error handling).

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

Added state counter to CeedVec

4b8bea3b15-Aug-2018 Jed Brown <jed@jedbrown.org>

make style, excluding backends/{occa,magma}

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

doc: add developer notes on shape and adopt convention

Tensor/matrix shapes are now consistently described using a
lexicographic convention in the documentation. Further details on the
convention i

doc: add developer notes on shape and adopt convention

Tensor/matrix shapes are now consistently described using a
lexicographic convention in the documentation. Further details on the
convention is described in new developer notes. I did not change
comments in backends/{occa,magma} because there is outstanding
development that may interfere with merging.

show more ...

1...<<11121314151617181920>>...22