History log of /libCEED/interface/ (Results 751 – 775 of 779)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/include/ceedf.h
ceed-basis.c
ceed-fortran.c
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
783c99b328-Aug-2018 Valeria Barra <valeria.barra@colorado.edu>

Refactored 'colocated' misspelling

0c48d69e25-Aug-2018 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #134 from CEED/jed/fortran-api-array

Jed/fortran api array

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

Fix and use QFunctionGetNumArgs

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

Typo in basis create

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

fortran: fix string handling

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

CeedElemRestrictionIdentity: check for compatible sizes

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

fortran: support NULL for ceedoperatorapply

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

fortran: add offset argument to ceedvectorrestorearray, use in Nek examples

This allows the offset integers to be zeroed, thus preventing
potentially unpredictable behavior if that value is accident

fortran: add offset argument to ceedvectorrestorearray, use in Nek examples

This allows the offset integers to be zeroed, thus preventing
potentially unpredictable behavior if that value is accidentally used.

show more ...

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

fortran: use int64_t for offset

ptrdiff_t (from stddef.h) is the more precise C type, but we would
need a test to determine the equivalent type in Fortran. int64_t
should always be sufficient.

cbfd6a9009-Aug-2018 Thilina Rathnayake <thilinarmtb@gmail.com>

Remove the additional memcpy

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

Add default value of ceed_error_handler

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

Add check for env var CEED_ERROR_HANDLER

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

Merge pull request #127 from CEED/jed/test-setvalue

CeedVectorSetValue: fix doc and test prior to setting the array

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

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

Merge branch 'vec-state'

* origin/vec-state:
Typo fix

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

Typo fix

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

Merge branch 'vec-state' [PR #120]

* vec-state:
Add t102, t103, and t104 where t103 and t104 are expected to fail
Added state counter to CeedVec

[whitespace cleanup]

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

Add t102, t103, and t104 where t103 and t104 are expected to fail

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

CeedVectorSetValue: fix doc and test prior to setting the array

When backends provide a fast path, it would be easy to forget that it
is acceptable to set the value before setting or getting an arra

CeedVectorSetValue: fix doc and test prior to setting the array

When backends provide a fast path, it would be easy to forget that it
is acceptable to set the value before setting or getting an array.

show more ...

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}

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

docs: fix capitalization

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

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

Standardize CeedIntPow and CeedIntMin

1...<<3132