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

Merge branch 'jed/occa-skip-ocl' [PR #124]

* jed/occa-skip-ocl:
test: remove /ocl/occa from BACKENDS

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

Merge branch 'cleanup' [PR #118]

* cleanup:
make style, excluding backends/{occa,magma}
make style: fix interface and include paths
docs: fix capitalization
doc: add developer notes on shape

Merge branch 'cleanup' [PR #118]

* cleanup:
make style, excluding backends/{occa,magma}
make style: fix interface and include paths
docs: fix capitalization
doc: add developer notes on shape and adopt convention
Standardize CeedIntPow and CeedIntMin
Move and document CeedIntMin, document CeedPowInt
Add function levels
Update Doxygen output naming
Add Test List to Doxygen
Doxygen interface comment updates
Remove redundant doxygen comments
Documentation updating for t500
Move ceed* files to 'inteface' directory, comment cleanup
Further CPU backend commenting and cleaning
Reorder tests, renumber for future expansion
Clean up and tighten Opt and Ref backends

show more ...


CONTRIBUTING.md
Doxyfile
Makefile
README.md
backends/occa/ceed-occa-basis.c
backends/optimized/ceed-opt-basis.c
backends/optimized/ceed-opt-operator.c
backends/optimized/ceed-opt.c
backends/ref/ceed-ref-basis.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-restriction.c
backends/ref/ceed-ref.c
backends/template/ceed-tmpl.c
doc/doxygenlayout.xml
doc/libCEEDapi.md
doc/libCEEDdev.md
examples/ceed/ex1.c
examples/mfem/bp1.hpp
examples/mfem/bp3.hpp
examples/petsc/bp1.c
include/ceed-fortran-name.h
include/ceed-impl.h
include/ceed.h
interface/ceed-basis.c
interface/ceed-elemrestriction.c
interface/ceed-fortran.c
interface/ceed-operator.c
interface/ceed-qfunction.c
interface/ceed-vec.c
interface/ceed.c
output/t202-elemrestriction-f.out
output/t202-elemrestriction.out
output/t203-elemrestriction-f.out
output/t203-elemrestriction.out
output/t300-basis-f.out
output/t300-basis.out
output/t306-basis-f.out
output/t306-basis.out
output/t307-basis-f.out
output/t307-basis.out
tests/t000-init-f.f
tests/t000-init.c
tests/t100-vec-f.f
tests/t100-vec.c
tests/t101-vec-f.f
tests/t101-vec.c
tests/t200-elemrestriction-f.f
tests/t200-elemrestriction.c
tests/t201-elemrestriction-f.f
tests/t201-elemrestriction.c
tests/t202-elemrestriction-f.f
tests/t202-elemrestriction.c
tests/t203-elemrestriction-f.f
tests/t203-elemrestriction.c
tests/t300-basis-f.f
tests/t300-basis.c
tests/t301-basis-f.f
tests/t301-basis.c
tests/t302-basis-f.f
tests/t302-basis.c
tests/t303-basis-f.f
tests/t303-basis.c
tests/t304-basis-f.f
tests/t304-basis.c
tests/t305-basis-f.f
tests/t305-basis.c
tests/t306-basis-f.f
tests/t306-basis.c
tests/t307-basis-f.f
tests/t307-basis.c
tests/t400-qfunction-f.f
tests/t400-qfunction-f.okl
tests/t400-qfunction.c
tests/t400-qfunction.okl
tests/t500-operator-f.f
tests/t500-operator-f.okl
tests/t500-operator.c
tests/t500-operator.okl
tests/tap.sh
4b8bea3b15-Aug-2018 Jed Brown <jed@jedbrown.org>

make style, excluding backends/{occa,magma}

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

make style: fix interface and include paths

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

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

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

Update Doxygen output naming

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

Add Test List to Doxygen

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

Doxygen interface comment updates

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

Remove redundant doxygen comments

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

Documentation updating for t500

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

Move ceed* files to 'inteface' directory, comment cleanup

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

Further CPU backend commenting and cleaning

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

Reorder tests, renumber for future expansion

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

Clean up and tighten Opt and Ref backends

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

Merge pull request #121 from CEED/occa-ci

Add OCCA to Travis CI

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

Add OCCA to Travis CI

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

test: remove /ocl/occa from BACKENDS

Based on discussion in PR #101, we are temporarily disabling OpenCL
testing. It should be possible to restore once these issues are
resolved:

https://github.

test: remove /ocl/occa from BACKENDS

Based on discussion in PR #101, we are temporarily disabling OpenCL
testing. It should be possible to restore once these issues are
resolved:

https://github.com/libocca/occa/issues/86
https://github.com/libocca/occa/issues/166

show more ...

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

Merge pull request #122 from CEED/tap-rm-tmpfiles

In tests/tap.sh, remove temporary files when interrupted

cc2d0e4913-Aug-2018 Veselin Dobrev <dobrev@llnl.gov>

In tests/tap.sh, remove temporary files when interrupted.

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

Merge branch 'mfem-bp-update' [PR #101]

* mfem-bp-update:
Move dims variables inside of loop
Put if/else inside of loop in .okl files
Add build dir to gitignore
Revert to using offsets in .o

Merge branch 'mfem-bp-update' [PR #101]

* mfem-bp-update:
Move dims variables inside of loop
Put if/else inside of loop in .okl files
Add build dir to gitignore
Revert to using offsets in .okl files
[OCCA] Qfunction data dim is set from basis
[OCCA] Initialized restriction kernels to occaUndefined
[OCCA] Attempting to 'turn on' CEED_EVAL_GRAD for output
Update MFEM bp1.okl, add bp3.okl

show more ...

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

Move dims variables inside of loop

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