| #
b11c1e72
|
| 11-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Doxygen interface comment updates
|
| #
9ddbf157
|
| 09-Aug-2018 |
jeremylt <jeremy.thompson@colorado.edu> |
Documentation updating for t500
|
| #
8c23e06a
|
| 07-Aug-2018 |
Jed Brown <jed@jedbrown.org> |
Doxygen cleanup
|
| #
e17b31af
|
| 05-May-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into evector_support
|
| #
8c7d3b77
|
| 29-Apr-2018 |
Jed Brown <jed@jedbrown.org> |
libCEED 0.2.1
|
| #
c957d7bf
|
| 19-Apr-2018 |
Veselin Dobrev <dobrev@llnl.gov> |
Merge branch 'master' into magma-dev
|
| #
113004cb
|
| 31-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
libCEED 0.2
|
| #
973cf595
|
| 29-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Merge branch 'master' into magma-dev
Conflicts: Makefile tests/tap.sh
|
| #
47a7da02
|
| 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into run_nek_fix
|
| #
a4855b74
|
| 29-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'master' into nek_gpu
|
| #
5dc1b4ec
|
| 29-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'unify-examples-dev' [PR #52]
* unify-examples-dev: examples/petsc: work around offensive astyle formatting Several improvements/unification between the libCEED examples
|
| #
182fbe45
|
| 28-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 ...
|
| #
965462bb
|
| 28-Mar-2018 |
Tzanio Kolev <tzanio@llnl.gov> |
Merge branch 'master' into nek5k_updates
|
| #
67e83253
|
| 28-Mar-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'occa-dev' [PR #42]
* occa-dev: (70 commits) Makefile: explicitly use bash because shell script does not have conforming shebang make okl-cache: simplify caching call and fix to fin
Merge branch 'occa-dev' [PR #42]
* occa-dev: (70 commits) Makefile: explicitly use bash because shell script does not have conforming shebang make okl-cache: simplify caching call and fix to find OCCA executable Cache OCCA kernels in PETSc examples makefile [occa] PETSc example with ctx inout, qfdatasize & offsets [occa] device from ressource, OpenCL TILE size tied to 1 [occa] fixed /ocl/occa Couple more OKL kernel fixes in example Makefiles Comment-out the restrict kernels using atomicAdd(double), so we can build the OCCA backends on GPU cards with lower SMs. [occa] occaPropertiesSet to match new C wrapper API [occa] dbg macros + ceed argument moved down to occa backend [occa] Makefile targets comments, occa source debug cleanup [test] t30 output removed, added V vector 0.0 check [occa] examples Makefile occa cache [occa] basis & restrict stat logic to test out of source examples [occa] pushing backends/occa/*.okl to install prefix/lib/okl and use them if needed [occa] style [occa] CeedDebug output when CEED_DEBUG or DBG are non null [occa] Updated to 1.0 C API [occa] make style [occa] cleanup + OCL but tests that use ex1-volume-annulus.okl ...
show more ...
|
| #
44b9b2cd
|
| 23-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'occa-dev' into nek_gpu
Conflicts: Makefile examples/nek5000/ex1.okl examples/nek5000/ex1.usr examples/nek5000/make-nek-examples.sh
|
| #
4d13f088
|
| 23-Mar-2018 |
Thilina Rathnayake <thilinarmtb@gmail.com> |
Merge branch 'occa-dev' of https://github.com/CEED/libCEED into occa-dev
Conflicts: Makefile
|
| #
bf000209
|
| 17-Mar-2018 |
Tzanio <tzanio@llnl.gov> |
Some small changes
|
| #
f55bf2eb
|
| 27-Feb-2018 |
camierjs <camier1@llnl.gov> |
Merge branch 'master' into occa-dev
|
| #
11de2d82
|
| 21-Feb-2018 |
Stan Tomov <tomov@eecs.utk.edu> |
Merge branch 'master' of https://github.com/CEED/libCEED
|
| #
a183245f
|
| 21-Feb-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'doxy-dev' [PR #34]
* doxy-dev: make doc: target is phony so prerequisites are irrelevant Adding a "make doc" target. Local build: 'doxygen Doxyfile' works codedocs.xyz-friendly
Merge branch 'doxy-dev' [PR #34]
* doxy-dev: make doc: target is phony so prerequisites are irrelevant Adding a "make doc" target. Local build: 'doxygen Doxyfile' works codedocs.xyz-friendly paths Improved Doxygen documentation with support for automatic onlne publishing via https://codedocs.xyz.
show more ...
|
| #
7bd3a522
|
| 21-Feb-2018 |
Tzanio <tzanio@llnl.gov> |
Adding a "make doc" target.
Replaced MathJax server with https://cdn.llnl.gov/mathjax/2.7.2.
|
| #
afef199b
|
| 20-Feb-2018 |
Tzanio <tzanio@llnl.gov> |
Local build: 'doxygen Doxyfile' works
|
| #
57f5cbe2
|
| 22-Dec-2017 |
Jed Brown <jed@jedbrown.org> |
Add basic doxygen docs (slightly incomplete)
|