History log of /libCEED/backends/ (Results 576 – 600 of 1139)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e0dd3b2726-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

vec - add CeedVectorScale

5997249321-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

device - drop forced device->host sync in certain cases, only sync when requested

fbfda19821-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

vec - add device impl of axpy and pointwisemult

ebc204c015-Apr-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #740 from CEED/natalie/device-id

Update device ID selection for HIP/CUDA/MAGMA backends


/libCEED/.github/workflows/python-test-with-style.yml
/libCEED/README.rst
cuda-gen/ceed-cuda-gen.c
cuda-gen/ceed-cuda-gen.h
cuda-shared/ceed-cuda-shared-basis.c
cuda-shared/ceed-cuda-shared.c
cuda-shared/ceed-cuda-shared.h
cuda/ceed-cuda.c
hip-gen/ceed-hip-gen.c
hip-gen/ceed-hip-gen.h
hip-shared/ceed-hip-shared-basis.c
hip-shared/ceed-hip-shared.c
hip-shared/ceed-hip-shared.h
hip/ceed-hip.c
magma/ceed-magma-det.c
magma/ceed-magma-restriction.c
magma/ceed-magma.c
/libCEED/python/make-wheels.sh
/libCEED/python/tests/.gitignore
/libCEED/python/tests/Makefile
/libCEED/python/tests/README.md
/libCEED/python/tests/buildmats.py
/libCEED/python/tests/check.py
/libCEED/python/tests/conftest.py
/libCEED/python/tests/libceed-qfunctions.c
/libCEED/python/tests/output/test_107.out
/libCEED/python/tests/output/test_202.out
/libCEED/python/tests/output/test_208.out
/libCEED/python/tests/output/test_210.out
/libCEED/python/tests/output/test_211.out
/libCEED/python/tests/output/test_212.out
/libCEED/python/tests/output/test_300.out
/libCEED/python/tests/output/test_301.out
/libCEED/python/tests/output/test_304.out
/libCEED/python/tests/output/test_305.out
/libCEED/python/tests/output/test_402.out
/libCEED/python/tests/output/test_413.out
/libCEED/python/tests/output/test_504.out
/libCEED/python/tests/output/test_523.out
/libCEED/python/tests/setup-qfunctions.py
/libCEED/python/tests/setup.cfg
/libCEED/python/tests/test-0-ceed.py
/libCEED/python/tests/test-1-vector.py
/libCEED/python/tests/test-2-elemrestriction.py
/libCEED/python/tests/test-3-basis.py
/libCEED/python/tests/test-4-qfunction.py
/libCEED/python/tests/test-5-operator.py
/libCEED/python/tests/test-qfunctions.h
14e5f01615-Apr-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Merge pull request #743 from CEED/jeremy/tidy

tidy - small fixes


/libCEED/.github/workflows/rust-test-with-style.yml
/libCEED/.gitlab-ci.yml
ceed-backend-weak.c
hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/examples/petsc/Makefile
/libCEED/examples/petsc/README.md
/libCEED/examples/petsc/area.c
/libCEED/examples/petsc/area.h
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/bps.h
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/bpssphere.c
/libCEED/examples/petsc/bpssphere.h
/libCEED/examples/petsc/include/areaproblemdata.h
/libCEED/examples/petsc/include/bcfunctions.h
/libCEED/examples/petsc/include/bpsproblemdata.h
/libCEED/examples/petsc/include/libceedsetup.h
/libCEED/examples/petsc/include/matops.h
/libCEED/examples/petsc/include/petscmacros.h
/libCEED/examples/petsc/include/petscutils.h
/libCEED/examples/petsc/include/sphereproblemdata.h
/libCEED/examples/petsc/include/structs.h
/libCEED/examples/petsc/index.rst
/libCEED/examples/petsc/multigrid.c
/libCEED/examples/petsc/qfunctions/area/areacube.h
/libCEED/examples/petsc/qfunctions/area/areasphere.h
/libCEED/examples/petsc/qfunctions/bps/bp1.h
/libCEED/examples/petsc/qfunctions/bps/bp1sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp2.h
/libCEED/examples/petsc/qfunctions/bps/bp2sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp3.h
/libCEED/examples/petsc/qfunctions/bps/bp3sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp4.h
/libCEED/examples/petsc/qfunctions/bps/bp4sphere.h
/libCEED/examples/petsc/qfunctions/bps/common.h
/libCEED/examples/petsc/src/bcfunctions.c
/libCEED/examples/petsc/src/libceedsetup.c
/libCEED/examples/petsc/src/matops.c
/libCEED/examples/petsc/src/petscutils.c
/libCEED/examples/solids/elasticity.c
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/tests/t009-ceed.c
/libCEED/tests/t120-vector.c
/libCEED/tests/t216-elemrestriction.c
/libCEED/tests/t307-basis.c
/libCEED/tests/t403-qfunction.c
/libCEED/tests/t508-operator.c
7846460814-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

tidy - small fixes


ceed-backend-weak.c
hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/examples/petsc/Makefile
/libCEED/examples/petsc/README.md
/libCEED/examples/petsc/area.c
/libCEED/examples/petsc/area.h
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/bps.h
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/bpssphere.c
/libCEED/examples/petsc/bpssphere.h
/libCEED/examples/petsc/include/areaproblemdata.h
/libCEED/examples/petsc/include/bcfunctions.h
/libCEED/examples/petsc/include/bpsproblemdata.h
/libCEED/examples/petsc/include/libceedsetup.h
/libCEED/examples/petsc/include/matops.h
/libCEED/examples/petsc/include/petscmacros.h
/libCEED/examples/petsc/include/petscutils.h
/libCEED/examples/petsc/include/sphereproblemdata.h
/libCEED/examples/petsc/include/structs.h
/libCEED/examples/petsc/index.rst
/libCEED/examples/petsc/multigrid.c
/libCEED/examples/petsc/qfunctions/area/areacube.h
/libCEED/examples/petsc/qfunctions/area/areasphere.h
/libCEED/examples/petsc/qfunctions/bps/bp1.h
/libCEED/examples/petsc/qfunctions/bps/bp1sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp2.h
/libCEED/examples/petsc/qfunctions/bps/bp2sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp3.h
/libCEED/examples/petsc/qfunctions/bps/bp3sphere.h
/libCEED/examples/petsc/qfunctions/bps/bp4.h
/libCEED/examples/petsc/qfunctions/bps/bp4sphere.h
/libCEED/examples/petsc/qfunctions/bps/common.h
/libCEED/examples/petsc/src/bcfunctions.c
/libCEED/examples/petsc/src/libceedsetup.c
/libCEED/examples/petsc/src/matops.c
/libCEED/examples/petsc/src/petscutils.c
/libCEED/examples/solids/elasticity.c
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed.c
34359f1612-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

interface - add Ceed*Reference functions

6dbfb41105-Apr-2021 nbeams <246972+nbeams@users.noreply.github.com>

Update device ID selection for HIP/CUDA backends; add for MAGMA backends

8725033709-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

minor - improve error message for uncompiled backends

d0c91ce908-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

ceed - create CEED_MAX_BACKEND_PRIORITY, use to repair registry list reporting

71415c5107-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

build - register exact names of backends in CeedRegister_Weak for better error messages

d1d35e2f09-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

style - updating C variable style


/libCEED/.gitlab-ci.yml
/libCEED/.mailmap
/libCEED/Doxyfile
/libCEED/Makefile
/libCEED/README.rst
avx/ceed-avx-blocked.c
avx/ceed-avx-serial.c
avx/ceed-avx-tensor.c
blocked/ceed-blocked-operator.c
blocked/ceed-blocked.c
blocked/ceed-blocked.h
memcheck/ceed-memcheck-blocked.c
memcheck/ceed-memcheck-qfunction.c
memcheck/ceed-memcheck-serial.c
memcheck/ceed-memcheck.h
opt/ceed-opt-blocked.c
opt/ceed-opt-operator.c
opt/ceed-opt-serial.c
opt/ceed-opt.h
ref/ceed-ref-basis.c
ref/ceed-ref-operator.c
ref/ceed-ref-qfunction.c
ref/ceed-ref-qfunctioncontext.c
ref/ceed-ref-restriction.c
ref/ceed-ref-tensor.c
ref/ceed-ref-vector.c
ref/ceed-ref.h
template/ceed-tmpl-sub.c
template/ceed-tmpl.c
xsmm/ceed-xsmm-blocked.c
xsmm/ceed-xsmm-serial.c
xsmm/ceed-xsmm-tensor.c
xsmm/ceed-xsmm.h
/libCEED/ceed.pc.template
/libCEED/doc/sphinx/source/intro.rst
/libCEED/doc/sphinx/source/libCEEDapi.rst
/libCEED/doc/sphinx/source/libCEEDdev.rst
/libCEED/doc/sphinx/source/releasenotes.rst
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex1-volume.h
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/ceed/ex2-surface.h
/libCEED/examples/fluids/index.rst
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/solids/elasticity.c
/libCEED/examples/solids/elasticity.h
/libCEED/examples/solids/qfunctions/FSCurrent-NH1.h
/libCEED/examples/solids/qfunctions/FSCurrent-NH2.h
/libCEED/examples/solids/qfunctions/FSInitial-NH1.h
/libCEED/examples/solids/qfunctions/FSInitial-NH2.h
/libCEED/examples/solids/qfunctions/Linear.h
/libCEED/examples/solids/qfunctions/SS-NH.h
/libCEED/examples/solids/qfunctions/common.h
/libCEED/examples/solids/qfunctions/constantForce.h
/libCEED/examples/solids/qfunctions/manufacturedForce.h
/libCEED/examples/solids/src/boundary.c
/libCEED/examples/solids/src/cloptions.c
/libCEED/examples/solids/src/matops.c
/libCEED/examples/solids/src/misc.c
/libCEED/examples/solids/src/setupdm.c
/libCEED/examples/solids/src/setuplibceed.c
/libCEED/gallery/mass1d/ceed-mass1dbuild.h
/libCEED/gallery/mass1d/ceed-massapply.h
/libCEED/gallery/mass2d/ceed-mass2dbuild.h
/libCEED/gallery/mass3d/ceed-mass3dbuild.h
/libCEED/gallery/poisson1d/ceed-poisson1dapply.h
/libCEED/gallery/poisson1d/ceed-poisson1dbuild.h
/libCEED/gallery/poisson2d/ceed-poisson2dapply.h
/libCEED/gallery/poisson2d/ceed-poisson2dbuild.h
/libCEED/gallery/poisson3d/ceed-poisson3dapply.h
/libCEED/gallery/poisson3d/ceed-poisson3dbuild.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-cuda.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-hip.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/julia/LibCEED.jl/LICENSE
/libCEED/julia/LibCEED.jl/Project.toml
/libCEED/rust/Cargo.toml
/libCEED/rust/build.rs
/libCEED/tests/junit.py
/libCEED/tests/python/test-3-basis.py
/libCEED/tests/t002-ceed.c
/libCEED/tests/t004-ceed.c
/libCEED/tests/t005-ceed.c
/libCEED/tests/t006-ceed.c
/libCEED/tests/t007-ceed.c
/libCEED/tests/t008-ceed.c
/libCEED/tests/t200-elemrestriction.c
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t202-elemrestriction.c
/libCEED/tests/t203-elemrestriction.c
/libCEED/tests/t204-elemrestriction.c
/libCEED/tests/t205-elemrestriction.c
/libCEED/tests/t206-elemrestriction.c
/libCEED/tests/t207-elemrestriction.c
/libCEED/tests/t208-elemrestriction.c
/libCEED/tests/t209-elemrestriction.c
/libCEED/tests/t210-elemrestriction.c
/libCEED/tests/t211-elemrestriction.c
/libCEED/tests/t212-elemrestriction.c
/libCEED/tests/t213-elemrestriction.c
/libCEED/tests/t214-elemrestriction.c
/libCEED/tests/t215-elemrestriction.c
/libCEED/tests/t302-basis.c
/libCEED/tests/t303-basis.c
/libCEED/tests/t310-basis.c
/libCEED/tests/t311-basis.c
/libCEED/tests/t312-basis.c
/libCEED/tests/t313-basis.c
/libCEED/tests/t314-basis.c
/libCEED/tests/t315-basis.c
/libCEED/tests/t316-basis.c
/libCEED/tests/t317-basis.c
/libCEED/tests/t318-basis.c
/libCEED/tests/t320-basis.c
/libCEED/tests/t320-basis.h
/libCEED/tests/t321-basis.c
/libCEED/tests/t322-basis.c
/libCEED/tests/t323-basis.c
/libCEED/tests/t324-basis.c
/libCEED/tests/t325-basis.c
/libCEED/tests/t400-qfunction.c
/libCEED/tests/t400-qfunction.h
/libCEED/tests/t401-qfunction.c
/libCEED/tests/t401-qfunction.h
/libCEED/tests/t402-qfunction.c
/libCEED/tests/t410-qfunction.c
/libCEED/tests/t411-qfunction.c
/libCEED/tests/t412-qfunction.c
/libCEED/tests/t413-qfunction.c
/libCEED/tests/t500-operator.c
/libCEED/tests/t501-operator.c
/libCEED/tests/t502-operator.c
/libCEED/tests/t503-operator.c
/libCEED/tests/t504-operator.c
/libCEED/tests/t505-operator.c
/libCEED/tests/t506-operator.c
/libCEED/tests/t507-operator.c
/libCEED/tests/t510-operator.c
/libCEED/tests/t511-operator.c
/libCEED/tests/t520-operator.c
/libCEED/tests/t521-operator.c
/libCEED/tests/t522-operator.c
/libCEED/tests/t523-operator.c
/libCEED/tests/t524-operator.c
/libCEED/tests/t530-operator.c
/libCEED/tests/t531-operator.c
/libCEED/tests/t532-operator.c
/libCEED/tests/t533-operator.c
/libCEED/tests/t534-operator.c
/libCEED/tests/t535-operator.c
/libCEED/tests/t536-operator.c
/libCEED/tests/t537-operator.c
/libCEED/tests/t538-operator.c
/libCEED/tests/t540-operator.c
/libCEED/tests/t550-operator.c
/libCEED/tests/t551-operator.c
/libCEED/tests/t552-operator.c
/libCEED/tests/t553-operator.c
/libCEED/tests/t560-operator.c
/libCEED/tests/t561-operator.c
/libCEED/tests/t562-operator.c
/libCEED/tests/t563-operator.c
/libCEED/tests/t564-operator.c
/libCEED/tests/t565-operator.c
/libCEED/tests/tap.sh
ec3da8bc26-Mar-2021 Jed Brown <jed@jedbrown.org>

Install install backend headers under include/ceed/

This makes it possible to distribute source plugins that provide
additional backends. It's also used in MFEM, perhaps temporarily.

Deprecate ceed

Install install backend headers under include/ceed/

This makes it possible to distribute source plugins that provide
additional backends. It's also used in MFEM, perhaps temporarily.

Deprecate ceed-backend.h, which was not previously installed, but some
users accessed it from an in-place build.

Also install CUDA and HIP headers that allow users to provide CUfunction
and hipFunction_t.

Co-authored-by: Jeremy L. Thompson <jeremy.thompson@colorado.edu>
Requested-by: Andrew T. Barker <barker29@llnl.gov>

show more ...


/libCEED/.mailmap
/libCEED/Makefile
/libCEED/README.rst
avx/ceed-avx-blocked.c
avx/ceed-avx-serial.c
avx/ceed-avx-tensor.c
avx/ceed-avx.h
blocked/ceed-blocked-operator.c
blocked/ceed-blocked.c
blocked/ceed-blocked.h
ceed-backend-weak.c
cuda-gen/ceed-cuda-gen-operator-build.cpp
cuda-gen/ceed-cuda-gen-operator.c
cuda-gen/ceed-cuda-gen-qfunction.c
cuda-gen/ceed-cuda-gen.c
cuda-gen/ceed-cuda-gen.h
cuda-shared/ceed-cuda-shared-basis.c
cuda-shared/ceed-cuda-shared.c
cuda-shared/ceed-cuda-shared.h
cuda-shared/kernels/cuda-shared-basis.cu
cuda/ceed-cuda-basis.c
cuda/ceed-cuda-operator.c
cuda/ceed-cuda-qfunction-load.cpp
cuda/ceed-cuda-qfunction.c
cuda/ceed-cuda-qfunctioncontext.c
cuda/ceed-cuda-restriction.c
cuda/ceed-cuda-vector.c
cuda/ceed-cuda.c
cuda/ceed-cuda.h
cuda/kernels/cuda-vector.cu
hip-gen/ceed-hip-gen-operator-build.cpp
hip-gen/ceed-hip-gen-operator.c
hip-gen/ceed-hip-gen-qfunction.c
hip-gen/ceed-hip-gen.c
hip-gen/ceed-hip-gen.h
hip-shared/ceed-hip-shared-basis.c
hip-shared/ceed-hip-shared.c
hip-shared/ceed-hip-shared.h
hip/ceed-hip-basis.c
hip/ceed-hip-compile.cpp
hip/ceed-hip-compile.h
hip/ceed-hip-operator.c
hip/ceed-hip-qfunction-load.cpp
hip/ceed-hip-qfunction.c
hip/ceed-hip-qfunctioncontext.c
hip/ceed-hip-restriction.c
hip/ceed-hip-vector.c
hip/ceed-hip.c
hip/ceed-hip.h
hip/kernels/hip-vector.hip.cpp
magma/ceed-magma-basis.c
magma/ceed-magma-det.c
magma/ceed-magma-restriction.c
magma/ceed-magma.c
magma/ceed-magma.h
magma/kernels/common/grad.h
magma/kernels/common/interp.h
magma/kernels/common/interp_device.h
magma/kernels/common/magma_common_device.h
magma/kernels/common/weight.h
magma/kernels/cuda/grad_1d.cu
magma/kernels/cuda/gradn_2d.cu
magma/kernels/cuda/gradn_3d.cu
magma/kernels/cuda/gradt_2d.cu
magma/kernels/cuda/gradt_3d.cu
magma/kernels/cuda/interp_1d.cu
magma/kernels/cuda/interp_2d.cu
magma/kernels/cuda/interp_3d.cu
magma/kernels/cuda/magma_devptr.cu
magma/kernels/cuda/magma_drestrictApply.cu
magma/kernels/hip/grad_1d.hip.cpp
magma/kernels/hip/gradn_2d.hip.cpp
magma/kernels/hip/gradn_3d.hip.cpp
magma/kernels/hip/gradt_2d.hip.cpp
magma/kernels/hip/gradt_3d.hip.cpp
magma/kernels/hip/interp_1d.hip.cpp
magma/kernels/hip/interp_2d.hip.cpp
magma/kernels/hip/interp_3d.hip.cpp
magma/kernels/hip/magma_devptr.hip.cpp
magma/kernels/hip/magma_drestrictApply.hip.cpp
memcheck/ceed-memcheck-blocked.c
memcheck/ceed-memcheck-qfunction.c
memcheck/ceed-memcheck-serial.c
memcheck/ceed-memcheck.h
occa/ceed-occa-basis.cpp
occa/ceed-occa-basis.hpp
occa/ceed-occa-ceed-object.cpp
occa/ceed-occa-ceed-object.hpp
occa/ceed-occa-cpu-operator.cpp
occa/ceed-occa-cpu-operator.hpp
occa/ceed-occa-elem-restriction.hpp
occa/ceed-occa-gpu-operator.cpp
occa/ceed-occa-gpu-operator.hpp
occa/ceed-occa-operator-field.cpp
occa/ceed-occa-operator.cpp
occa/ceed-occa-operator.hpp
occa/ceed-occa-qfunction-args.cpp
occa/ceed-occa-qfunction-field.cpp
occa/ceed-occa-qfunction.cpp
occa/ceed-occa-qfunction.hpp
occa/ceed-occa-qfunctioncontext.cpp
occa/ceed-occa-qfunctioncontext.hpp
occa/ceed-occa-simplex-basis.cpp
occa/ceed-occa-simplex-basis.hpp
occa/ceed-occa-tensor-basis.hpp
occa/ceed-occa-types.hpp
occa/ceed-occa-vector.cpp
occa/ceed-occa-vector.hpp
occa/ceed-occa.cpp
occa/ceed-occa.h
occa/kernels/simplex-basis/cpu-simplex-basis.cpp
occa/kernels/simplex-basis/gpu-simplex-basis.cpp
occa/kernels/tensor-basis/cpu/tensor-basis-1d.cpp
occa/kernels/tensor-basis/cpu/tensor-basis-2d.cpp
occa/kernels/tensor-basis/cpu/tensor-basis-3d.cpp
occa/kernels/tensor-basis/gpu/tensor-basis-1d.cpp
occa/kernels/tensor-basis/gpu/tensor-basis-2d.cpp
occa/kernels/tensor-basis/gpu/tensor-basis-3d.cpp
opt/ceed-opt-blocked.c
opt/ceed-opt-operator.c
opt/ceed-opt-serial.c
opt/ceed-opt.h
ref/ceed-ref-basis.c
ref/ceed-ref-operator.c
ref/ceed-ref-qfunction.c
ref/ceed-ref-qfunctioncontext.c
ref/ceed-ref-restriction.c
ref/ceed-ref-tensor.c
ref/ceed-ref-vector.c
ref/ceed-ref.c
ref/ceed-ref.h
template/ceed-tmpl-sub.c
template/ceed-tmpl.c
xsmm/ceed-xsmm-blocked.c
xsmm/ceed-xsmm-serial.c
xsmm/ceed-xsmm-tensor.c
xsmm/ceed-xsmm.h
/libCEED/benchmarks/benchmark.sh
/libCEED/doc/sphinx/Makefile
/libCEED/doc/sphinx/requirements.txt
/libCEED/doc/sphinx/source/conf.py
/libCEED/doc/sphinx/source/references.bib
/libCEED/doc/sphinx/source/releasenotes.rst
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/fluids/.gitignore
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/advection.h
/libCEED/examples/fluids/advection2d.h
/libCEED/examples/fluids/conv_plot.py
/libCEED/examples/fluids/conv_test.sh
/libCEED/examples/fluids/densitycurrent.h
/libCEED/examples/fluids/euler-vortex.h
/libCEED/examples/fluids/index.rst
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/stdoutParsing.py
/libCEED/examples/fluids/tests-output/fluids_navierstokes_etv.csv
/libCEED/examples/nek/bps/bps.usr
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/multigrid.c
/libCEED/examples/petsc/qfunctions/bps/bp1.h
/libCEED/examples/solids/README.rst
/libCEED/examples/solids/elasticity.c
/libCEED/examples/solids/elasticity.h
/libCEED/examples/solids/index.rst
/libCEED/examples/solids/qfunctions/FSCurrent-NH1.h
/libCEED/examples/solids/qfunctions/FSCurrent-NH2.h
/libCEED/examples/solids/qfunctions/FSInitial-NH1.h
/libCEED/examples/solids/qfunctions/FSInitial-NH2.h
/libCEED/examples/solids/qfunctions/Linear.h
/libCEED/examples/solids/qfunctions/SS-NH.h
/libCEED/examples/solids/src/cloptions.c
/libCEED/examples/solids/src/setuplibceed.c
/libCEED/gallery/ceed-gallery-weak.c
/libCEED/gallery/ceed-gallerytemplate.c
/libCEED/gallery/identity/ceed-identity.c
/libCEED/gallery/mass1d/ceed-mass1dbuild.c
/libCEED/gallery/mass1d/ceed-massapply.c
/libCEED/gallery/mass2d/ceed-mass2dbuild.c
/libCEED/gallery/mass3d/ceed-mass3dbuild.c
/libCEED/gallery/poisson1d/ceed-poisson1dapply.c
/libCEED/gallery/poisson1d/ceed-poisson1dbuild.c
/libCEED/gallery/poisson2d/ceed-poisson2dapply.c
/libCEED/gallery/poisson2d/ceed-poisson2dbuild.c
/libCEED/gallery/poisson3d/ceed-poisson3dapply.c
/libCEED/gallery/poisson3d/ceed-poisson3dbuild.c
/libCEED/gallery/scale/ceed-scale.c
/libCEED/include/ceed-backend.h
/libCEED/include/ceed-hash.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed-khash.h
/libCEED/include/ceed.h
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/include/ceed/cuda.h
/libCEED/include/ceed/fortran.h
/libCEED/include/ceed/hash.h
/libCEED/include/ceed/hip.h
/libCEED/include/ceed/khash.h
/libCEED/include/ceedf.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-cuda.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-hip.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction-register.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-register.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-types.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/julia/LibCEED.jl/src/generated/generate_bindings.jl
/libCEED/python/build_ceed_cffi.py
/libCEED/rust/build.rs
/libCEED/tests/python/libceed-qfunctions.c
/libCEED/tests/t000-ceed-f.f90
/libCEED/tests/t001-ceed-f.f90
/libCEED/tests/t003-ceed-f.f90
/libCEED/tests/t004-ceed-f.f90
/libCEED/tests/t100-vector-f.f90
/libCEED/tests/t101-vector-f.f90
/libCEED/tests/t101-vector.c
/libCEED/tests/t102-vector-f.f90
/libCEED/tests/t103-vector-f.f90
/libCEED/tests/t104-vector-f.f90
/libCEED/tests/t105-vector-f.f90
/libCEED/tests/t106-vector-f.f90
/libCEED/tests/t107-vector-f.f90
/libCEED/tests/t108-vector-f.f90
/libCEED/tests/t109-vector-f.f90
/libCEED/tests/t119-vector-f.f90
/libCEED/tests/t200-elemrestriction-f.f90
/libCEED/tests/t201-elemrestriction-f.f90
/libCEED/tests/t201-elemrestriction.c
/libCEED/tests/t202-elemrestriction-f.f90
/libCEED/tests/t204-elemrestriction.c
/libCEED/tests/t205-elemrestriction.c
/libCEED/tests/t206-elemrestriction.c
/libCEED/tests/t207-elemrestriction.c
/libCEED/tests/t208-elemrestriction-f.f90
/libCEED/tests/t209-elemrestriction-f.f90
/libCEED/tests/t210-elemrestriction-f.f90
/libCEED/tests/t211-elemrestriction-f.f90
/libCEED/tests/t212-elemrestriction-f.f90
/libCEED/tests/t214-elemrestriction.c
/libCEED/tests/t215-elemrestriction.c
/libCEED/tests/t300-basis-f.f90
/libCEED/tests/t301-basis-f.f90
/libCEED/tests/t302-basis-f.f90
/libCEED/tests/t302-basis.c
/libCEED/tests/t304-basis-f.f90
/libCEED/tests/t305-basis-f.f90
/libCEED/tests/t306-basis-f.f90
/libCEED/tests/t313-basis-f.f90
/libCEED/tests/t314-basis-f.f90
/libCEED/tests/t320-basis-f.f90
/libCEED/tests/t322-basis-f.f90
/libCEED/tests/t323-basis-f.f90
/libCEED/tests/t400-qfunction-f.f90
/libCEED/tests/t400-qfunction.c
/libCEED/tests/t401-qfunction-f.f90
/libCEED/tests/t401-qfunction.c
/libCEED/tests/t402-qfunction-f.f90
/libCEED/tests/t402-qfunction.c
/libCEED/tests/t410-qfunction-f.f90
/libCEED/tests/t410-qfunction.c
/libCEED/tests/t411-qfunction-f.f90
/libCEED/tests/t412-qfunction-f.f90
/libCEED/tests/t413-qfunction-f.f90
/libCEED/tests/t413-qfunction.c
/libCEED/tests/t500-operator-f.f90
/libCEED/tests/t501-operator-f.f90
/libCEED/tests/t502-operator-f.f90
/libCEED/tests/t503-operator-f.f90
/libCEED/tests/t504-operator-f.f90
/libCEED/tests/t504-operator.c
/libCEED/tests/t505-operator-f.f90
/libCEED/tests/t506-operator-f.f90
/libCEED/tests/t510-operator-f.f90
/libCEED/tests/t511-operator-f.f90
/libCEED/tests/t511-operator.c
/libCEED/tests/t520-operator-f.f90
/libCEED/tests/t521-operator-f.f90
/libCEED/tests/t522-operator-f.f90
/libCEED/tests/t523-operator-f.f90
/libCEED/tests/t524-operator-f.f90
/libCEED/tests/t530-operator-f.f90
/libCEED/tests/t531-operator-f.f90
/libCEED/tests/t532-operator-f.f90
/libCEED/tests/t533-operator-f.f90
/libCEED/tests/t534-operator-f.f90
/libCEED/tests/t535-operator-f.f90
/libCEED/tests/t536-operator-f.f90
/libCEED/tests/t540-operator-f.f90
/libCEED/tests/t550-operator-f.f90
/libCEED/tests/t552-operator-f.f90
/libCEED/tests/t553-operator-f.f90
e2f0418131-Mar-2021 Andrew T. Barker <barker29@llnl.gov>

Full assembly of CeedOperator (#712)

* Add CeedOperatorLinearFullAssemble() to explicitly assemble a CeedOperator

The output format is a stream of (row, column, value) triples, which client
code

Full assembly of CeedOperator (#712)

* Add CeedOperatorLinearFullAssemble() to explicitly assemble a CeedOperator

The output format is a stream of (row, column, value) triples, which client
code can use to assemble a sparse matrix by adding the values in the
appropriate places.

* Add full assembly test for triangular mesh, t563-operator.c, which is analogous to t536-operator.c

* assembly: change interface to separate nonzero structure from values

* assembly: add potential backends for CeedOperatorLinearAssemble, CeedOperatorLinearAssemblySymbolic

* assembly: use CeedMatrixMultiply() instead of hand-rolled duplicated code

This also involves switching some arrays from column-major ordering to
row-major ordering.

* Remove CeedMatrixMultiply from ceed-impl.h because it is already in ceed-backend.h

* assembly: modify use of fallback resource

* operator - use new error codes in full assembly

* style - minor

* operator - switch default fallback to none

* operator - fix fallback for full assembly

* operator - fix fallback usage

* operator - fix fallback for digonal assembly

* avx - revert bug

* avx - revert bug

Co-authored-by: jeremylt <thompson.jeremy.luke@gmail.com>

show more ...


/libCEED/.gitlab-ci.yml
avx/ceed-avx-serial.c
blocked/ceed-blocked.c
opt/ceed-opt-blocked.c
opt/ceed-opt-serial.c
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/tests-output/fluids-navierstokes-adv-rotation-explicit-strong.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-adv-rotation-implicit-stab-supg.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-adv-translation-implicit-stab-su.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-adv2d-rotation-explicit-strong.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-adv2d-rotation-implicit-stab-supg.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-adv2d-translation-implicit-stab-su.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-implicit-stab-none.bin
/libCEED/examples/nek/bps/bps.usr
/libCEED/examples/solids/README.rst
/libCEED/examples/solids/elasticity.c
/libCEED/examples/solids/elasticity.h
/libCEED/examples/solids/src/cloptions.c
/libCEED/examples/solids/src/misc.c
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed.c
/libCEED/tests/junit.py
/libCEED/tests/t560-operator.c
/libCEED/tests/t561-operator.c
/libCEED/tests/t562-operator.c
/libCEED/tests/t563-operator.c
/libCEED/tests/t564-operator.c
/libCEED/tests/t565-operator.c
/libCEED/tests/tap.sh
e15f9bd020-Mar-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Error Handling Improvement [fix #696] (#691)

* Operator - add operator/qfunction field compatibility checks

* QFunction - do not allow adding fields to QFunction in use with an operator

* Exam

Error Handling Improvement [fix #696] (#691)

* Operator - add operator/qfunction field compatibility checks

* QFunction - do not allow adding fields to QFunction in use with an operator

* Examples - add some extra exclusion markers in ceed example

* error - add error enum

* error - update error enum names and numbering

* error - use CEED_ERROR_BACKEND in all backend errors

* error - begin classifying interface errors

* error - update backends to use CEED_ERROR_SUCCESS and CeedChkBackend

* error - use new errors in gallery

* error - add some unsaved modifications

* error - improve documentation

* error - define CEED_ERROR_SUCCESS in GPU JiT; we really should have a common header to pipe defines to the JiT code

* error - more error code editing

* error - fix error string

* operator - fix setting field qpts

* basis - add input/output dimension error checking

* python - move basis utility methods to ceed object, no basis required or used

* python - force exit with negative error code

* make style-py

* rust - initial work to add error handling logic

* rust - add ceed.resource method

* rust - add results for methods that may fail

* rust - also format doctests

* minor - drop unused CeedChk()

* error - rename terminal/nonterminal to major/minor

* rust - set ErrorStore as default errorhandler

* python - revert error handing change for python

* python - use success error code from C bindings

* error - only upgrade error code in backend if positive

show more ...


/libCEED/.rustfmt.toml
/libCEED/Makefile
avx/ceed-avx-blocked.c
avx/ceed-avx-serial.c
avx/ceed-avx-tensor.c
blocked/ceed-blocked-operator.c
blocked/ceed-blocked.c
ceed-backend-weak.c
cuda-gen/ceed-cuda-gen-operator-build.cpp
cuda-gen/ceed-cuda-gen-operator.c
cuda-gen/ceed-cuda-gen-qfunction.c
cuda-gen/ceed-cuda-gen.c
cuda-shared/ceed-cuda-shared-basis.c
cuda-shared/ceed-cuda-shared.c
cuda/ceed-cuda-basis.c
cuda/ceed-cuda-operator.c
cuda/ceed-cuda-qfunction-load.cpp
cuda/ceed-cuda-qfunction.c
cuda/ceed-cuda-qfunctioncontext.c
cuda/ceed-cuda-restriction.c
cuda/ceed-cuda-vector.c
cuda/ceed-cuda.c
cuda/ceed-cuda.h
hip-gen/ceed-hip-gen-operator-build.cpp
hip-gen/ceed-hip-gen-operator.c
hip-gen/ceed-hip-gen-qfunction.c
hip-gen/ceed-hip-gen.c
hip-shared/ceed-hip-shared-basis.c
hip-shared/ceed-hip-shared.c
hip/ceed-hip-basis.c
hip/ceed-hip-compile.cpp
hip/ceed-hip-operator.c
hip/ceed-hip-qfunction-load.cpp
hip/ceed-hip-qfunction.c
hip/ceed-hip-qfunctioncontext.c
hip/ceed-hip-restriction.c
hip/ceed-hip-vector.c
hip/ceed-hip.c
magma/ceed-magma-basis.c
magma/ceed-magma-det.c
magma/ceed-magma-restriction.c
magma/ceed-magma.c
memcheck/ceed-memcheck-blocked.c
memcheck/ceed-memcheck-qfunction.c
memcheck/ceed-memcheck-serial.c
occa/ceed-occa-basis.cpp
occa/ceed-occa-ceed-object.cpp
occa/ceed-occa-elem-restriction.cpp
occa/ceed-occa-operator.cpp
occa/ceed-occa-qfunction.cpp
occa/ceed-occa-qfunctioncontext.cpp
occa/ceed-occa-simplex-basis.cpp
occa/ceed-occa-tensor-basis.cpp
occa/ceed-occa-types.hpp
occa/ceed-occa-vector.cpp
occa/ceed-occa.cpp
opt/ceed-opt-blocked.c
opt/ceed-opt-operator.c
opt/ceed-opt-serial.c
ref/ceed-ref-basis.c
ref/ceed-ref-operator.c
ref/ceed-ref-qfunction.c
ref/ceed-ref-qfunctioncontext.c
ref/ceed-ref-restriction.c
ref/ceed-ref-tensor.c
ref/ceed-ref-vector.c
ref/ceed-ref.c
template/ceed-tmpl-sub.c
template/ceed-tmpl.c
xsmm/ceed-xsmm-blocked.c
xsmm/ceed-xsmm-serial.c
xsmm/ceed-xsmm-tensor.c
/libCEED/doc/sphinx/source/api/Ceed.rst
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/rust/ex1-volume/src/main.rs
/libCEED/examples/rust/ex2-surface/src/main.rs
/libCEED/examples/rust/mesh/src/lib.rs
/libCEED/examples/tutorials/tutorial-0-ceed.ipynb
/libCEED/examples/tutorials/tutorial-1-vector.ipynb
/libCEED/examples/tutorials/tutorial-2-elemrestriction.ipynb
/libCEED/examples/tutorials/tutorial-3-basis.ipynb
/libCEED/examples/tutorials/tutorial-4-qfunction.ipynb
/libCEED/examples/tutorials/tutorial-5-operator.ipynb
/libCEED/examples/tutorials/tutorial-6-shell.ipynb
/libCEED/gallery/ceed-gallery-weak.c
/libCEED/gallery/ceed-gallerytemplate.c
/libCEED/gallery/ceed-gallerytemplate.h
/libCEED/gallery/identity/ceed-identity.c
/libCEED/gallery/identity/ceed-identity.h
/libCEED/gallery/mass1d/ceed-mass1dbuild.c
/libCEED/gallery/mass1d/ceed-mass1dbuild.h
/libCEED/gallery/mass1d/ceed-massapply.c
/libCEED/gallery/mass1d/ceed-massapply.h
/libCEED/gallery/mass2d/ceed-mass2dbuild.c
/libCEED/gallery/mass2d/ceed-mass2dbuild.h
/libCEED/gallery/mass3d/ceed-mass3dbuild.c
/libCEED/gallery/mass3d/ceed-mass3dbuild.h
/libCEED/gallery/poisson1d/ceed-poisson1dapply.c
/libCEED/gallery/poisson1d/ceed-poisson1dapply.h
/libCEED/gallery/poisson1d/ceed-poisson1dbuild.c
/libCEED/gallery/poisson1d/ceed-poisson1dbuild.h
/libCEED/gallery/poisson2d/ceed-poisson2dapply.c
/libCEED/gallery/poisson2d/ceed-poisson2dapply.h
/libCEED/gallery/poisson2d/ceed-poisson2dbuild.c
/libCEED/gallery/poisson2d/ceed-poisson2dbuild.h
/libCEED/gallery/poisson3d/ceed-poisson3dapply.c
/libCEED/gallery/poisson3d/ceed-poisson3dapply.h
/libCEED/gallery/poisson3d/ceed-poisson3dbuild.c
/libCEED/gallery/poisson3d/ceed-poisson3dbuild.h
/libCEED/gallery/scale/ceed-scale.c
/libCEED/include/ceed-backend.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-cuda.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-hip.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction-register.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-register.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-types.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/python/build_ceed_cffi.py
/libCEED/python/ceed.py
/libCEED/python/ceed_basis.py
/libCEED/rust/src/basis.rs
/libCEED/rust/src/elem_restriction.rs
/libCEED/rust/src/lib.rs
/libCEED/rust/src/operator.rs
/libCEED/rust/src/qfunction.rs
/libCEED/rust/src/vector.rs
/libCEED/tests/python/test-3-basis.py
/libCEED/tests/t000-ceed.c
5525050928-Jan-2021 nbeams <246972+nbeams@users.noreply.github.com>

add syncthreads after array read

e913242728-Jan-2021 nbeams <246972+nbeams@users.noreply.github.com>

change c_* to s_* for shared memory arrays and remove old fcn declarations

54dd8e9621-Jan-2021 nbeams <246972+nbeams@users.noreply.github.com>

remove constant array pointers from hip-shared basis data struct

9dd8864621-Jan-2021 nbeams <246972+nbeams@users.noreply.github.com>

remove constant memory usage for hip-shared

3d57682429-Jan-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

headers - clearify includes to not rely on transitive includes (#701)

* headers - clearify includes to not rely on transitive includes

* style - add header recommendations from 'include-what-you-

headers - clearify includes to not rely on transitive includes (#701)

* headers - clearify includes to not rely on transitive includes

* style - add header recommendations from 'include-what-you-use'

* style - apply 'include-what-you-use' changes to CUDA backends

* style - 'include-what-you-use' for hip backends

* style - drop ceed.h includes in gallery qf source

* docs - add dev notes for header files

* style - header style and alphabetize

show more ...


/libCEED/.github/workflows/rust-documentation.yml
avx/ceed-avx-blocked.c
avx/ceed-avx-serial.c
avx/ceed-avx-tensor.c
avx/ceed-avx.h
blocked/ceed-blocked-operator.c
blocked/ceed-blocked.c
blocked/ceed-blocked.h
ceed-backend-weak.c
cuda-gen/ceed-cuda-gen-operator-build.cpp
cuda-gen/ceed-cuda-gen-operator-build.h
cuda-gen/ceed-cuda-gen-operator.c
cuda-gen/ceed-cuda-gen-qfunction.c
cuda-gen/ceed-cuda-gen.c
cuda-gen/ceed-cuda-gen.h
cuda-shared/ceed-cuda-shared-basis.c
cuda-shared/ceed-cuda-shared.c
cuda-shared/ceed-cuda-shared.h
cuda/ceed-cuda-basis.c
cuda/ceed-cuda-operator.c
cuda/ceed-cuda-qfunction-load.cpp
cuda/ceed-cuda-qfunction-load.h
cuda/ceed-cuda-qfunction.c
cuda/ceed-cuda-qfunctioncontext.c
cuda/ceed-cuda-restriction.c
cuda/ceed-cuda-vector.c
cuda/ceed-cuda.c
cuda/ceed-cuda.h
hip-gen/ceed-hip-gen-operator-build.cpp
hip-gen/ceed-hip-gen-operator-build.h
hip-gen/ceed-hip-gen-operator.c
hip-gen/ceed-hip-gen-qfunction.c
hip-gen/ceed-hip-gen.c
hip-gen/ceed-hip-gen.h
hip-shared/ceed-hip-shared-basis.c
hip-shared/ceed-hip-shared.c
hip-shared/ceed-hip-shared.h
hip/ceed-hip-basis.c
hip/ceed-hip-compile.cpp
hip/ceed-hip-compile.h
hip/ceed-hip-operator.c
hip/ceed-hip-qfunction-load.cpp
hip/ceed-hip-qfunction-load.h
hip/ceed-hip-qfunction.c
hip/ceed-hip-qfunctioncontext.c
hip/ceed-hip-restriction.c
hip/ceed-hip-vector.c
hip/ceed-hip.c
hip/ceed-hip.h
hip/kernels/hip-vector.hip.cpp
magma/ceed-magma-basis.c
magma/ceed-magma-det.c
magma/ceed-magma-restriction.c
magma/ceed-magma.c
magma/ceed-magma.h
memcheck/ceed-memcheck-blocked.c
memcheck/ceed-memcheck-qfunction.c
memcheck/ceed-memcheck-serial.c
memcheck/ceed-memcheck.h
occa/ceed-occa.h
opt/ceed-opt-blocked.c
opt/ceed-opt-operator.c
opt/ceed-opt-serial.c
opt/ceed-opt.h
ref/ceed-ref-basis.c
ref/ceed-ref-operator.c
ref/ceed-ref-qfunction.c
ref/ceed-ref-qfunctioncontext.c
ref/ceed-ref-restriction.c
ref/ceed-ref-tensor.c
ref/ceed-ref-vector.c
ref/ceed-ref.c
ref/ceed-ref.h
template/ceed-tmpl-sub.c
template/ceed-tmpl.c
xsmm/ceed-xsmm-blocked.c
xsmm/ceed-xsmm-serial.c
xsmm/ceed-xsmm-tensor.c
xsmm/ceed-xsmm.h
/libCEED/doc/sphinx/source/libCEEDdev.rst
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/petsc/area.c
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/bpssphere.c
/libCEED/examples/petsc/setup.h
/libCEED/examples/petsc/setuparea.h
/libCEED/examples/petsc/setupsphere.h
/libCEED/examples/rust/ex1-volume/src/main.rs
/libCEED/examples/rust/ex1-volume/src/opt.rs
/libCEED/examples/rust/ex2-surface/src/main.rs
/libCEED/examples/rust/ex2-surface/src/opt.rs
/libCEED/examples/rust/mesh/Cargo.toml
/libCEED/examples/solids/elasticity.h
/libCEED/gallery/ceed-gallery-weak.c
/libCEED/gallery/ceed-gallerytemplate.c
/libCEED/gallery/ceed-gallerytemplate.h
/libCEED/gallery/identity/ceed-identity.c
/libCEED/gallery/mass1d/ceed-mass1dbuild.c
/libCEED/gallery/mass1d/ceed-massapply.c
/libCEED/gallery/mass2d/ceed-mass2dbuild.c
/libCEED/gallery/mass3d/ceed-mass3dbuild.c
/libCEED/gallery/poisson1d/ceed-poisson1dapply.c
/libCEED/gallery/poisson1d/ceed-poisson1dbuild.c
/libCEED/gallery/poisson2d/ceed-poisson2dapply.c
/libCEED/gallery/poisson2d/ceed-poisson2dbuild.c
/libCEED/gallery/poisson2d/ceed-poisson2dbuild.h
/libCEED/gallery/poisson3d/ceed-poisson3dapply.c
/libCEED/gallery/poisson3d/ceed-poisson3dbuild.c
/libCEED/gallery/scale/ceed-scale.c
/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-register.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-register.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
ded9b81d12-Jan-2021 Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com>

Rust - add examples (#683)

* Rust - initial version of ex1

Example - move closure

Co-authored-by: Jed Brown <jed@jedbrown.org>

typo fix

Co-authored-by: Jed Brown <jed@jedbrown.org>

mi

Rust - add examples (#683)

* Rust - initial version of ex1

Example - move closure

Co-authored-by: Jed Brown <jed@jedbrown.org>

typo fix

Co-authored-by: Jed Brown <jed@jedbrown.org>

minor tidying

order -> degree

drop operator applicaiton messages

* rust: make top-level workspace and use libceed from path

This allows a single "cargo test" from the top level.

* rust: add version-sync (to help us remember when we publish a crate)

* examples - consistency update

* Rust - add Cargo.lock to top level gitignore

* rust - refactor example to add tests

* Rust - test and style from workspace

* Rust - update year in header

* Rust - add error values to Error, switch to String

* Rust - add input validation in check

* Rust - format volume output in example

* Rust - update example help output

* Rust - example tests rename to simplify

* Rust - split example 1 into 3 parts

* rust: std::sync::Once for CeedRegisterAll()

* Promote CeedRegisterAll() and CeedQFunctionRegisterAll() to User
* Guard calls to CeedInit() to avoid races in parallel testing

* Examples - update rust example to new builder syntax

* Examples - add rust ex2

* Rust - add CEED_STRIDES_BACKEND

* Examples - drop unused restriction in ceed ex2

* Rust - minor documentation update

* Rust - adopt convention of 'dimension-like' values all using usize; reduces casting

* Actions - add Rust code coverage

* Rust - fix usize conversion

* Rust - update casting between i32(C interface) and usize(Rust interface)

* Actions - include Rust doctests

* Actions - Rust doctest coverange only avaliable in nightly

* Rust - drop explict typing of values passed to C get* functions

* Rust - modify version numbers tests, cargo-tarpaulin and cargo have different calling paths in tests

* cargo fmt

* Examples - add separate Rust example quiet mode

* Actions - rustfmt not always avaliable on nightly

* Rust - simplify version tests

* Actions - add a few notes

* CodeCov - try adding gallery to 'fixes'

* CodeCov - drop some codecov noise in examples

* Examples - test all combinations in ex1/ex2

* Rust - test 3d examples without quiet flag

* Actions - use gcc-10 for compatibility in gcov reports

* Examples - test gallery in 1/2/3d in Rust ex

* Gitlab - also report gcov version

* JUnit - adjust indentation

* Gitlab - make it easier to find complier info in logs

* Tests - fix minor styling strangeness in t002

* Actions - only upload rust coverage

* Actions - exclude non-rust files from rust coverage

* Cov - exclude weak symbols code, not useful cov info

* Examples - clean up options creation for tests in Rust examples

* Examples - simplify tolerance for testing Rust examples

* cargo fmt

* Examples - another match

* Examples - common Rust example code in shared local crate

Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...


/libCEED/.codecov.yml
/libCEED/.github/workflows/rust-test-with-style.yml
/libCEED/.gitignore
/libCEED/.gitlab-ci.yml
/libCEED/Cargo.toml
/libCEED/README.rst
ceed-backend-weak.c
/libCEED/doc/sphinx/requirements.txt
/libCEED/doc/sphinx/source/conf.py
/libCEED/doc/sphinx/source/references.bib
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/fluids/advection.h
/libCEED/examples/fluids/advection2d.h
/libCEED/examples/index.rst
/libCEED/examples/rust/ex1-volume/.gitignore
/libCEED/examples/rust/ex1-volume/Cargo.toml
/libCEED/examples/rust/ex1-volume/src/main.rs
/libCEED/examples/rust/ex1-volume/src/opt.rs
/libCEED/examples/rust/ex1-volume/src/transform.rs
/libCEED/examples/rust/ex2-surface/.gitignore
/libCEED/examples/rust/ex2-surface/Cargo.toml
/libCEED/examples/rust/ex2-surface/src/main.rs
/libCEED/examples/rust/ex2-surface/src/opt.rs
/libCEED/examples/rust/ex2-surface/src/transform.rs
/libCEED/examples/rust/mesh/.gitignore
/libCEED/examples/rust/mesh/Cargo.toml
/libCEED/examples/rust/mesh/src/lib.rs
/libCEED/examples/solids/index.rst
/libCEED/gallery/ceed-gallery-weak.c
/libCEED/gallery/ceed-gallerytemplate.c
/libCEED/gallery/ceed-gallerytemplate.h
/libCEED/include/ceed-backend.h
/libCEED/include/ceed.h
/libCEED/interface/ceed-qfunction-register.c
/libCEED/interface/ceed-register.c
/libCEED/julia/LibCEED.jl/.style/Project.toml
/libCEED/julia/LibCEED.jl/src/QFunction.jl
/libCEED/julia/LibCEED.jl/src/UserQFunction.jl
/libCEED/rust/Cargo.toml
/libCEED/rust/src/basis.rs
/libCEED/rust/src/elem_restriction.rs
/libCEED/rust/src/lib.rs
/libCEED/rust/src/operator.rs
/libCEED/rust/src/qfunction.rs
/libCEED/rust/src/vector.rs
/libCEED/rust/tests/version-numbers.rs
/libCEED/tests/junit.py
/libCEED/tests/t002-ceed.c
32f542f028-Dec-2020 Jed Brown <jed@jedbrown.org>

Merge pull request #679 from CEED/jed/petsc-hip

examples/petsc: use VecGetArrayAndMemType() to support CUDA/HIP/Kokkos

fdf826bb25-Dec-2020 Jed Brown <jed@jedbrown.org>

Skip hipSetDevice/cudaSetDevice unless specified by user

Some applications will set the device before using libCEED (perhaps
according to a policy based on MPI rank). In such cases, we should leave

Skip hipSetDevice/cudaSetDevice unless specified by user

Some applications will set the device before using libCEED (perhaps
according to a policy based on MPI rank). In such cases, we should leave
it by default rather than override it back to zero.

show more ...

69b9612d18-Dec-2020 nbeams <246972+nbeams@users.noreply.github.com>

remove CUDA-specific atomicAdd code from hip-gen

1d01379014-Dec-2020 Jed Brown <jed@jedbrown.org>

Add static library (libceed.a) [resolve #670]

We no longer use __attribute__((constructor)) to register backends and
gallery implementations because we can't ensure that the symbols are
linked into

Add static library (libceed.a) [resolve #670]

We no longer use __attribute__((constructor)) to register backends and
gallery implementations because we can't ensure that the symbols are
linked into applications that link the static library. We've switched to
creating CeedRegisterAll() and CeedQFunctionRegisterAll(), which are
called automatically by the library, and call weak symbols to register
all the backend/gallery implementations. This strategy was partly
motivated by not wanting to have preprocessor macros describing what is
available, and the associated need to recompile rather than just relink
when those macros change.

So we now have backends/ceed-backend-list.h that declares all the
backends wrapped in a macro. It is included by
backends/ceed-backend-weak.c to create weak definitions of all the
backends. In the makefile, we sort so this comes last when linking a
shared or static library, and thus these weak symbols will only be
picked up if they were not defined by the actual backend source files.
The same header is included (with different macro wrapping) in
interface/ceed-register.c, where CeedRegisterAll() is defined.

To add a new backend, one must do essentially the same registration
strategy as in the past, plus add one line to the common
ceed-backend-list.h.

show more ...

1...<<21222324252627282930>>...46