History log of /libCEED/ (Results 4926 – 4950 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fa86cc6d16-Aug-2018 Jed Brown <jed@jedbrown.org>

run-nek-example.sh: only run specified example with -e

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

Nek bp1,bp3: fix use of restriction and vector sizes

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

fortran: support NULL for ceedoperatorapply

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

Nek examples: use ceedelemrestrictioncreateidentity

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

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

codecov: create flags

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

Merge pull request #133 from CEED/occa-malloc-restr

Malloc'd toffsets and tindices in OCCA ElemRestrCreate [Issue #132]

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

Malloc'd toffsets and tindices in OCCA ElemRestrCreate

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

Merge branch 'check-err-var' [PR #131]

* origin/check-err-var:
Add default value of ceed_error_handler
Add check for env var CEED_ERROR_HANDLER

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

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

Merge pull request #130 from CEED/doxygen-image

Add image location to Doxygen

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

Add image location to Doxygen

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

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

Remove some extra line in OpApply

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

Merge branch 'jed/ceed-error-exit' [PR #126]

* jed/ceed-error-exit:
Add CeedErrorExit to exit without signals, use in tests

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

1...<<191192193194195196197198199200>>...226