History log of /libCEED/examples/petsc/ (Results 276 – 300 of 306)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4b8bea3b15-Aug-2018 Jed Brown <jed@jedbrown.org>

make style, excluding backends/{occa,magma}


/libCEED/.gitignore
/libCEED/.travis.yml
/libCEED/CONTRIBUTING.md
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/README.md
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/optimized/ceed-opt-basis.c
/libCEED/backends/optimized/ceed-opt-operator.c
/libCEED/backends/optimized/ceed-opt.c
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref.c
/libCEED/backends/template/ceed-tmpl.c
/libCEED/doc/doxygenlayout.xml
/libCEED/doc/libCEEDapi.md
/libCEED/doc/libCEEDdev.md
/libCEED/examples/ceed/ex1.c
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp1.okl
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/mfem/bp3.okl
bp1.c
/libCEED/include/ceed-fortran-name.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.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/output/t202-elemrestriction-f.out
/libCEED/output/t202-elemrestriction.out
/libCEED/output/t203-elemrestriction-f.out
/libCEED/output/t203-elemrestriction.out
/libCEED/output/t300-basis-f.out
/libCEED/output/t300-basis.out
/libCEED/output/t306-basis-f.out
/libCEED/output/t306-basis.out
/libCEED/output/t307-basis-f.out
/libCEED/output/t307-basis.out
/libCEED/tests/t000-init-f.f
/libCEED/tests/t000-init.c
/libCEED/tests/t100-vec-f.f
/libCEED/tests/t100-vec.c
/libCEED/tests/t101-vec-f.f
/libCEED/tests/t101-vec.c
/libCEED/tests/t200-elemrestriction-f.f
/libCEED/tests/t200-elemrestriction.c
/libCEED/tests/t201-elemrestriction-f.f
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t202-elemrestriction-f.f
/libCEED/tests/t202-elemrestriction.c
/libCEED/tests/t203-elemrestriction-f.f
/libCEED/tests/t203-elemrestriction.c
/libCEED/tests/t300-basis-f.f
/libCEED/tests/t300-basis.c
/libCEED/tests/t301-basis-f.f
/libCEED/tests/t301-basis.c
/libCEED/tests/t302-basis-f.f
/libCEED/tests/t302-basis.c
/libCEED/tests/t303-basis-f.f
/libCEED/tests/t303-basis.c
/libCEED/tests/t304-basis-f.f
/libCEED/tests/t304-basis.c
/libCEED/tests/t305-basis-f.f
/libCEED/tests/t305-basis.c
/libCEED/tests/t306-basis-f.f
/libCEED/tests/t306-basis.c
/libCEED/tests/t307-basis-f.f
/libCEED/tests/t307-basis.c
/libCEED/tests/t400-qfunction-f.f
/libCEED/tests/t400-qfunction-f.okl
/libCEED/tests/t400-qfunction.c
/libCEED/tests/t400-qfunction.okl
/libCEED/tests/t500-operator-f.f
/libCEED/tests/t500-operator-f.okl
/libCEED/tests/t500-operator.c
/libCEED/tests/t500-operator.okl
/libCEED/tests/tap.sh
071557d211-Aug-2018 jeremylt <jeremy.thompson@colorado.edu>

Revert to using offsets in .okl files

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

Create RestrictionCreateIdentity, convert examples, simplify OperaterApply

323c739c24-Jul-2018 Jed Brown <jed@jedbrown.org>

Makefile: add OPT for all-language opt/dbg flags

96e0953b19-Jul-2018 Jed Brown <jed@jedbrown.org>

Remove spurious comments

54d1e79b19-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

Make style

33795f5319-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

[PETSc] Modify Makefile for abspath for .okl

27331c4a19-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

[OCCA] PETSc bp1 works, but .okl error in prove-all

baf4261b19-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

[OCCA] Fix qfunction not shifting output pointers

80dfd7fb06-Jul-2018 Jed Brown <jed@jedbrown.org>

PETSc bp1: update okl kernels and extract ComputeErrorMax

8a9fc9e206-Jul-2018 Jed Brown <jed@jedbrown.org>

PETSc bp1: compute collocated error vector instead of reducing in kernel

e797ab9804-Jul-2018 Jed Brown <jed@jedbrown.org>

Add PETSc to prove-all target when PETSC_DIR is defined

6d854a8604-Jul-2018 Jed Brown <jed@jedbrown.org>

Upgrade PETSc bp1

76a4c82b02-Jul-2018 jeremylt <jeremy.thompson@colorado.edu>

[PETSc][WIP] Modifying PETSc BP1, .okl need error fn updated, libceed install/petsc makefile issue

7ca8db1630-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

[MFEM] Convert MFEM bp1 to active passive

4273954b24-Jun-2018 jeremylt <jeremy.thompson@colorado.edu>

[PETSc] Starting PETSc example conversion


/libCEED/.gitignore
/libCEED/.travis.yml
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/README.md
/libCEED/backends/magma/atomics.cuh
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/magma/gccm.py
/libCEED/backends/magma/magma_check_cudaerror.h
/libCEED/backends/magma/magma_dtensor_contract.c
/libCEED/backends/occa/ceed-occa-basis.c
/libCEED/backends/occa/ceed-occa-operator.c
/libCEED/backends/occa/ceed-occa-qfunction.c
/libCEED/backends/occa/ceed-occa-restrict.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-qfunction.c
/libCEED/backends/optimized/ceed-opt-restrict.c
/libCEED/backends/optimized/ceed-opt-vector.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-qfunction.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref-vec.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-operator.c
/libCEED/backends/template/ceed-tmpl-qfunction.c
/libCEED/backends/template/ceed-tmpl-restrict.c
/libCEED/backends/template/ceed-tmpl-vector.c
/libCEED/backends/template/ceed-tmpl.c
/libCEED/backends/template/ceed-tmpl.h
/libCEED/ceed-basis.c
/libCEED/ceed-elemrestriction.c
/libCEED/ceed-fortran.c
/libCEED/ceed-operator.c
/libCEED/ceed-qfunction.c
/libCEED/ceed-vec.c
/libCEED/ceed.c
/libCEED/doc/libCEED.md
/libCEED/examples/Makefile
/libCEED/examples/ceed/ex1.c
/libCEED/examples/mfem/Makefile
/libCEED/examples/mfem/bp1.cpp
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp1.okl
/libCEED/examples/mfem/bp3.cpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/nek5000/README.md
/libCEED/examples/nek5000/bp1.okl
/libCEED/examples/nek5000/bp1.usr
/libCEED/examples/nek5000/bp3.usr
/libCEED/examples/nek5000/generate-boxes.sh
/libCEED/examples/nek5000/make-nek-examples.sh
/libCEED/examples/nek5000/run-nek-example.sh
bp1.c
bp1.okl
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/include/ceedf.h
/libCEED/output/t10-basis-f.out
/libCEED/output/t15-basis-f.out
/libCEED/output/t15-basis.out
/libCEED/output/t16-basis-f.out
/libCEED/output/t16-basis.out
/libCEED/tests/t05-elemrestriction-f.f
/libCEED/tests/t05-elemrestriction.c
/libCEED/tests/t10-basis-f.f
/libCEED/tests/t15-basis-f.f
/libCEED/tests/t15-basis.c
/libCEED/tests/t16-basis-f.f
/libCEED/tests/t16-basis.c
/libCEED/tests/t17-basis-f.f
/libCEED/tests/t17-basis.c
/libCEED/tests/t20-qfunction-f.f
/libCEED/tests/t20-qfunction.c
/libCEED/tests/t30-operator-f.f
/libCEED/tests/t30-operator.c
/libCEED/tests/tap.sh
54b2713b29-Mar-2018 Veselin Dobrev <dobrev@llnl.gov>

Remove kernel caching from the example/{ceed,mfem,petsc}/Makefiles.

In README.md, add a paragraph about the kernel sources being installed.

0877980529-Mar-2018 Veselin Dobrev <dobrev@llnl.gov>

In examples/{mfem,petsc}/Makefile:

* support the use of 'make -B'
* prevent rebuilding due to okl-lib-cache dependency.

Reported-by: Jed Brown jed@jedbrown.org

c0c38e3529-Mar-2018 Veselin Dobrev <dobrev@llnl.gov>

Some small tweaks and improvements in the MFEM and PETSc examples.

86c0b22f29-Mar-2018 Jed Brown <jed@jedbrown.org>

Merge branch 'dladdr' [PR #51]

* dladdr:
[okl] removed fabs epsilon tests in all files (not used yet)
[occa] ceed-occa-okl file, CeedOklPath for qfunction too
[occa] OKL file occa_cache_dir &

Merge branch 'dladdr' [PR #51]

* dladdr:
[okl] removed fabs epsilon tests in all files (not used yet)
[occa] ceed-occa-okl file, CeedOklPath for qfunction too
[occa] OKL file occa_cache_dir & libceed_dir check
[occa] OKL file search refactoring, error checks & dladdr no ifdefs
[occa] style, typo & comments
[occa] use dladdr to find restrict, basis OKL files and look in the OCCA cache for user's qfunctions

show more ...

d54f026c29-Mar-2018 camierjs <camier1@llnl.gov>

[okl] removed fabs epsilon tests in all files (not used yet)

19a816d929-Mar-2018 Jed Brown <jed@jedbrown.org>

examples/petsc: work around offensive astyle formatting

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

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

90d5dd7f28-Mar-2018 Jed Brown <jed@jedbrown.org>

examples/petsc: add -std=c99 to CFLAGS

1...<<111213