History log of /libCEED/include/ceed/ (Results 151 – 175 of 338)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7132caa020-Oct-2023 Sebastian Grimberg <sjg@amazon.com>

Remove need to zero out V vector before applying basis transpose for magma backends

9e0c01fa20-Oct-2023 Sebastian Grimberg <sjg@amazon.com>

Initial commit to optimize magma backend transpose basis application

833aa12719-Oct-2023 Sebastian Grimberg <sjg@amazon.com>

Use shared-memory for transpose non-tensor basis kernel to accelerate load of A matrix

9d15e85b18-Oct-2023 Sebastian Grimberg <sjg@amazon.com>

H(div) and H(curl) basis support for magma backend

4018a20a25-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

release - update version number and notes

940a72f110-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Formatting consistency for magma backend with cuda-ref and hip-ref

Includes JiT upgrades for Magma non-tensor basis to only compile for N values which are used at runtime. Adds JiT for Magma non-ten

Formatting consistency for magma backend with cuda-ref and hip-ref

Includes JiT upgrades for Magma non-tensor basis to only compile for N values which are used at runtime. Adds JiT for Magma non-tensor basis CEED_EVAL_WEIGHT mode.

show more ...

3c1e2aff11-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Formatting updates for MAGMA JiT kernels

f80f4a7409-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Rename files in magma backend for consistency with other libCEED backends


/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-gemm-nontensor.c
/libCEED/backends/magma/ceed-magma-gemm-selector.cpp
/libCEED/backends/magma/tuning/a100.h
/libCEED/backends/magma/tuning/a100_grad_rtc.h
/libCEED/backends/magma/tuning/a100_interp_rtc.h
/libCEED/backends/magma/tuning/indices.h
/libCEED/backends/magma/tuning/mi100.h
/libCEED/backends/magma/tuning/mi250x.h
/libCEED/backends/magma/tuning/mi250x_grad_rtc.h
/libCEED/backends/magma/tuning/mi250x_interp_rtc.h
/libCEED/backends/magma/tuning/v100.h
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/benchmarks/petsc-bps.sh
/libCEED/benchmarks/petsc-bpsraw.sh
/libCEED/benchmarks/postprocess_base.py
/libCEED/benchmarks/postprocess_plot.py
/libCEED/benchmarks/postprocess_table.py
/libCEED/examples/fluids/blasius.yaml
/libCEED/examples/fluids/conv_plot.py
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/postprocess/vortexshedding.py
/libCEED/examples/fluids/problems/freestream_bc.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/qfunctions/blasius.h
/libCEED/examples/fluids/qfunctions/channel.h
/libCEED/examples/fluids/qfunctions/densitycurrent.h
/libCEED/examples/fluids/qfunctions/differential_filter.h
/libCEED/examples/fluids/qfunctions/freestream_bc.h
/libCEED/examples/fluids/qfunctions/gaussianwave.h
/libCEED/examples/fluids/qfunctions/newtonian.h
/libCEED/examples/fluids/qfunctions/newtonian_state.h
/libCEED/examples/fluids/qfunctions/sgs_dd_model.h
/libCEED/examples/fluids/qfunctions/stabilization.h
/libCEED/examples/fluids/qfunctions/taylorgreen.h
/libCEED/examples/fluids/qfunctions/turb_spanstats.h
/libCEED/examples/fluids/qfunctions/velocity_gradient_projection.h
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/tests-output/fluids-navierstokes-channel-prim.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-channel.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-explicit.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-dc-implicit-stab-none.bin
jit-source/magma/magma-basis-grad-1d.h
jit-source/magma/magma-basis-grad-2d.h
jit-source/magma/magma-basis-grad-3d.h
jit-source/magma/magma-basis-grad-nontensor.h
jit-source/magma/magma-basis-interp-1d.h
jit-source/magma/magma-basis-interp-2d.h
jit-source/magma/magma-basis-interp-3d.h
jit-source/magma/magma-basis-interp-nontensor.h
jit-source/magma/magma-basis-weight-1d.h
jit-source/magma/magma-basis-weight-2d.h
jit-source/magma/magma-basis-weight-3d.h
jit-source/magma/magma-common-defs.h
jit-source/magma/magma-common-nontensor.h
jit-source/magma/magma-common-tensor.h
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/rust/libceed/src/lib.rs
/libCEED/rust/libceed/src/operator.rs
/libCEED/tests/junit.py
/libCEED/tests/junit_common.py
1ff07f3d04-Oct-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - update CeedContextFieldLabelGetDescription with offset

a71faab103-Oct-2023 Sebastian Grimberg <sjg@amazon.com>

Remove unused parameter from CeedTensorContractCreate


/libCEED/Makefile
/libCEED/backends/avx/ceed-avx-tensor.c
/libCEED/backends/avx/ceed-avx.h
/libCEED/backends/magma/gemm_selector.cpp
/libCEED/backends/magma/magma_gemm_nontensor.c
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/opt/ceed-opt-tensor.c
/libCEED/backends/opt/ceed-opt.h
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref-tensor.c
/libCEED/backends/ref/ceed-ref-vector.c
/libCEED/backends/ref/ceed-ref.h
/libCEED/backends/xsmm/ceed-xsmm-tensor.c
/libCEED/backends/xsmm/ceed-xsmm.h
/libCEED/include/ceed-impl.h
backend.h
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-tensor.c
/libCEED/interface/ceed.c
/libCEED/julia/LibCEED.jl/src/generated/libceed_bindings.jl
/libCEED/tests/junit.py
/libCEED/tests/junit_common.py
/libCEED/tests/t003-ceed.c
/libCEED/tests/t004-ceed.c
/libCEED/tests/t006-ceed.c
/libCEED/tests/t007-ceed.c
/libCEED/tests/t102-vector.c
/libCEED/tests/t110-vector.c
/libCEED/tests/t111-vector.c
/libCEED/tests/t112-vector.c
/libCEED/tests/t113-vector.c
/libCEED/tests/t114-vector.c
/libCEED/tests/t115-vector.c
/libCEED/tests/t116-vector.c
/libCEED/tests/t117-vector.c
/libCEED/tests/t118-vector.c
/libCEED/tests/t125-vector.c
/libCEED/tests/t217-elemrestriction.c
/libCEED/tests/t218-elemrestriction.c
/libCEED/tests/t219-elemrestriction.c
/libCEED/tests/t231-elemrestriction.c
/libCEED/tests/t232-elemrestriction.c
/libCEED/tests/t233-elemrestriction.c
/libCEED/tests/t301-basis.c
/libCEED/tests/t303-basis.c
/libCEED/tests/t304-basis.c
/libCEED/tests/t305-basis.c
/libCEED/tests/t306-basis.c
/libCEED/tests/t340-basis.c
/libCEED/tests/t406-qfunction.c
/libCEED/tests/t408-qfunction.c
/libCEED/tests/t409-qfunction.c
/libCEED/tests/t501-operator.c
37eda34629-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - remove CeedOperatorSetNumQuadraturePoints

1c7d1e0320-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1340 from CEED/jeremy/fix-ptsc-orients-copy

Fix CEED_COPY_VALUES for ref rstr at points

506b1a0c20-Sep-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Non-square operator full assembly (#1316)

* Consistency formatting for operator tests

* Add (failing) test for non-square operator full assembly

* Add support for CPU-based full assembly of no

Non-square operator full assembly (#1316)

* Consistency formatting for operator tests

* Add (failing) test for non-square operator full assembly

* Add support for CPU-based full assembly of non-square CeedOperators

* Fix full assembly of identity quadrature functions and operators with CEED_BASIS_NONE

Also adds a unit test for full assembly which fails prior to the changes in this commit.

* Minor refactor to improve coverage

show more ...


/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/sycl-ref/ceed-sycl-ref-operator.sycl.cpp
/libCEED/doc/sphinx/source/libCEEDapi.md
/libCEED/doc/sphinx/source/libCEEDdev.md
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/petsc/qfunctions/area/areacube.h
/libCEED/include/ceed-impl.h
backend.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunction-register.c
/libCEED/interface/ceed-register.c
/libCEED/interface/ceed.c
/libCEED/tests/README.md
/libCEED/tests/t101-vector.c
/libCEED/tests/t105-vector.c
/libCEED/tests/t203-elemrestriction.c
/libCEED/tests/t204-elemrestriction.c
/libCEED/tests/t208-elemrestriction-f.f90
/libCEED/tests/t208-elemrestriction.c
/libCEED/tests/t209-elemrestriction.c
/libCEED/tests/t213-elemrestriction.c
/libCEED/tests/t300-basis.c
/libCEED/tests/t307-basis.c
/libCEED/tests/t320-basis-f.h
/libCEED/tests/t330-basis.h
/libCEED/tests/t356-basis.c
/libCEED/tests/t406-qfunction-scales.h
/libCEED/tests/t507-operator.c
/libCEED/tests/t509-operator.c
/libCEED/tests/t523-operator.c
/libCEED/tests/t539-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/t566-operator.c
/libCEED/tests/t567-operator.c
/libCEED/tests/t568-operator.c
/libCEED/tests/t569-operator.c
/libCEED/tests/t570-operator.c
/libCEED/tests/t580-operator.c
/libCEED/tests/t580-operator.h
/libCEED/tests/t581-operator.c
/libCEED/tests/t582-operator.c
/libCEED/tests/t583-operator.c
58c07c4f20-Sep-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Support CPU shared-memory parallelism with OpenMP (#1279)

* Updates for OpenMP thread safety (one Ceed per thread, potentially with shared output vector)

* Makefile tabs vs. spaces consistency

Support CPU shared-memory parallelism with OpenMP (#1279)

* Updates for OpenMP thread safety (one Ceed per thread, potentially with shared output vector)

* Makefile tabs vs. spaces consistency

* Fix unrelated pragma bug for Intel compilers in `backend.h`

* Address PR feedback: Use _OPENMP macro, simplify OpenMP pragma wrappers

* Address PR feedback: Add new statement macro CeedPragmaThreadPrivate to PREDEFINED entries in Doxyfile

* Add OpenMP support to Intel CI workflow for testing

* Add documentation for OPENMP option and Update releasenotes.md

* Revise OpenMP implementation: Rather than enforcing global variables to be threadprivate, just wrap potential race conditions in a critical block (during registration)

* Avoid returning from OpenMP blocks

* Early break on error when registering backends or QFunctions

* Formatting fixes after rebase, newline after variable declarations

* Address PR feedback: Revert some unintentional changes to debug output

* Update codecov exclusions

show more ...

07d5dec120-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - fix CEED_COPY_VALUES for ref rstr at points

05fa913c13-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - allow restriction to ordered points evec

3ac8f56212-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - add interface functions for CEED_RESTRICTION_POINTS

363aefef14-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Revert typo from #1315

cfa13e8914-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Enforce consistent pointer alignment with clang-format

672b0f2a14-Sep-2023 Sebastian Grimberg <sjg@amazon.com>

Fix some missing consistency issues from #1315

21f16bf613-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1315 from CEED/jeremy/queep

Backend Consistency Fixes


/libCEED/backends/avx/ceed-avx-blocked.c
/libCEED/backends/avx/ceed-avx-serial.c
/libCEED/backends/avx/ceed-avx-tensor.c
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/blocked/ceed-blocked.c
/libCEED/backends/blocked/ceed-blocked.h
/libCEED/backends/ceed-backend-weak.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-qfunction.c
/libCEED/backends/cuda-gen/ceed-cuda-gen.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-basis.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction-load.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-restriction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-vector.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/cuda-ref/kernels/cuda-ref-vector.cu
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/cuda-shared/ceed-cuda-shared.c
/libCEED/backends/cuda-shared/kernels/cuda-shared-basis.cu
/libCEED/backends/cuda/ceed-cuda-common.c
/libCEED/backends/cuda/ceed-cuda-compile.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-operator.c
/libCEED/backends/hip-gen/ceed-hip-gen-qfunction.c
/libCEED/backends/hip-gen/ceed-hip-gen.c
/libCEED/backends/hip-ref/ceed-hip-ref-basis.c
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction-load.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunctioncontext.c
/libCEED/backends/hip-ref/ceed-hip-ref-restriction.c
/libCEED/backends/hip-ref/ceed-hip-ref-vector.c
/libCEED/backends/hip-ref/ceed-hip-ref.c
/libCEED/backends/hip-ref/ceed-hip-ref.h
/libCEED/backends/hip-ref/kernels/hip-ref-vector.hip.cpp
/libCEED/backends/hip-shared/ceed-hip-shared-basis.c
/libCEED/backends/hip-shared/ceed-hip-shared.c
/libCEED/backends/hip/ceed-hip-common.c
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-common.c
/libCEED/backends/magma/ceed-magma-det.c
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/memcheck/ceed-memcheck-blocked.c
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/memcheck/ceed-memcheck-serial.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/opt/ceed-opt-blocked.c
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/opt/ceed-opt-serial.c
/libCEED/backends/opt/ceed-opt-tensor.c
/libCEED/backends/opt/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-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref-tensor.c
/libCEED/backends/ref/ceed-ref-vector.c
/libCEED/backends/ref/ceed-ref.c
/libCEED/backends/ref/ceed-ref.h
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen-qfunction.sycl.cpp
/libCEED/backends/sycl-gen/ceed-sycl-gen.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-basis.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-operator.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunction-load.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunction.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref.hpp
/libCEED/backends/sycl-ref/ceed-sycl-ref.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-vector.sycl.cpp
/libCEED/backends/sycl-ref/kernels/sycl-ref-vector.cpp
/libCEED/backends/sycl-shared/ceed-sycl-shared-basis.sycl.cpp
/libCEED/backends/sycl-shared/ceed-sycl-shared.sycl.cpp
/libCEED/backends/sycl/ceed-sycl-common.sycl.cpp
/libCEED/backends/sycl/ceed-sycl-compile.sycl.cpp
/libCEED/backends/xsmm/ceed-xsmm-blocked.c
/libCEED/backends/xsmm/ceed-xsmm-serial.c
/libCEED/backends/xsmm/ceed-xsmm-tensor.c
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/qfunctions/setupgeo_helpers.h
/libCEED/examples/fluids/qfunctions/sgs_dd_utils.h
/libCEED/examples/fluids/tests-output/fluids-navierstokes-gaussianwave-shell.bin
/libCEED/examples/rust/ex1-volume/src/main.rs
/libCEED/examples/rust/ex2-surface/src/main.rs
/libCEED/examples/rust/ex3-vector-volume/src/main.rs
/libCEED/examples/rust/ex4-vector-surface/src/main.rs
/libCEED/examples/rust/mesh/src/lib.rs
backend.h
jit-source/cuda/cuda-gen-templates.h
jit-source/cuda/cuda-ref-basis-nontensor.h
jit-source/cuda/cuda-ref-basis-tensor.h
jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
jit-source/cuda/cuda-ref-operator-assemble.h
jit-source/cuda/cuda-ref-restriction.h
jit-source/cuda/cuda-shared-basis-read-write-templates.h
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed.c
/libCEED/julia/LibCEED.jl/examples/common.jl
/libCEED/julia/LibCEED.jl/examples/ex1-volume-c.jl
/libCEED/julia/LibCEED.jl/examples/ex1-volume.jl
/libCEED/julia/LibCEED.jl/examples/ex2-surface.jl
/libCEED/julia/LibCEED.jl/src/Operator.jl
/libCEED/julia/LibCEED.jl/src/generated/libceed_bindings.jl
/libCEED/rust/libceed/src/elem_restriction.rs
/libCEED/tests/junit_common.py
ca73553031-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fixes for CUDA backends


/libCEED/.github/workflows/c-fortran-test-style.yml
/libCEED/backends/avx/ceed-avx-blocked.c
/libCEED/backends/avx/ceed-avx-serial.c
/libCEED/backends/avx/ceed-avx-tensor.c
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/blocked/ceed-blocked.c
/libCEED/backends/blocked/ceed-blocked.h
/libCEED/backends/ceed-backend-weak.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen-qfunction.c
/libCEED/backends/cuda-gen/ceed-cuda-gen.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-basis.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction-load.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-restriction.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-vector.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/cuda-ref/kernels/cuda-ref-vector.cu
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/cuda-shared/ceed-cuda-shared.c
/libCEED/backends/cuda-shared/kernels/cuda-shared-basis.cu
/libCEED/backends/cuda/ceed-cuda-common.c
/libCEED/backends/cuda/ceed-cuda-compile.cpp
/libCEED/backends/hip-gen/ceed-hip-gen.c
/libCEED/backends/hip-ref/ceed-hip-ref-restriction.c
/libCEED/backends/hip-ref/ceed-hip-ref-vector.c
/libCEED/backends/memcheck/ceed-memcheck-blocked.c
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/memcheck/ceed-memcheck-serial.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/opt/ceed-opt-blocked.c
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/opt/ceed-opt-serial.c
/libCEED/backends/opt/ceed-opt-tensor.c
/libCEED/backends/opt/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-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/backends/ref/ceed-ref-tensor.c
/libCEED/backends/ref/ceed-ref-vector.c
/libCEED/backends/ref/ceed-ref.c
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.hpp
/libCEED/backends/sycl-gen/ceed-sycl-gen.hpp
/libCEED/backends/sycl-gen/ceed-sycl-gen.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunction-load.hpp
/libCEED/backends/sycl-ref/ceed-sycl-ref.hpp
/libCEED/backends/sycl-ref/ceed-sycl-vector.sycl.cpp
/libCEED/backends/sycl-shared/ceed-sycl-shared.hpp
/libCEED/backends/sycl/ceed-sycl-common.hpp
/libCEED/backends/sycl/ceed-sycl-compile.hpp
/libCEED/backends/xsmm/ceed-xsmm-blocked.c
/libCEED/backends/xsmm/ceed-xsmm-serial.c
/libCEED/backends/xsmm/ceed-xsmm-tensor.c
/libCEED/backends/xsmm/ceed-xsmm.h
backend.h
jit-source/cuda/cuda-gen-templates.h
jit-source/cuda/cuda-ref-basis-nontensor.h
jit-source/cuda/cuda-ref-basis-tensor.h
jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
jit-source/cuda/cuda-ref-operator-assemble.h
jit-source/cuda/cuda-ref-restriction.h
jit-source/cuda/cuda-shared-basis-read-write-templates.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed.c
/libCEED/julia/LibCEED.jl/src/generated/libceed_bindings.jl
/libCEED/tests/t313-basis-f.f90
/libCEED/tests/t313-basis.c
/libCEED/tests/t314-basis-f.f90
/libCEED/tests/t314-basis.c
/libCEED/tests/t315-basis.c
/libCEED/tests/t316-basis.c
/libCEED/tests/t318-basis.c
/libCEED/tests/t319-basis.c
/libCEED/tests/t350-basis.c
/libCEED/tests/t351-basis.c
/libCEED/tests/t352-basis.c
/libCEED/tests/t353-basis.c
/libCEED/tests/t354-basis.c
/libCEED/tests/t355-basis.c
/libCEED/tests/t356-basis.c
/libCEED/tests/t570-operator.h
01f0e61518-Jun-2023 James Wright <james@jameswright.xyz>

Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic


/libCEED/.github/workflows/c-fortran-test-style.yml
/libCEED/backends/cuda-ref/ceed-cuda-ref-vector.c
/libCEED/backends/hip-ref/ceed-hip-ref-vector.c
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.hpp
/libCEED/backends/sycl-gen/ceed-sycl-gen.hpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunction-load.hpp
/libCEED/backends/sycl-ref/ceed-sycl-ref.hpp
/libCEED/backends/sycl-ref/ceed-sycl-vector.sycl.cpp
/libCEED/backends/sycl-shared/ceed-sycl-shared.hpp
/libCEED/backends/sycl/ceed-sycl-common.hpp
/libCEED/backends/sycl/ceed-sycl-compile.hpp
/libCEED/backends/xsmm/ceed-xsmm.h
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/fluids/qfunctions/advection.h
/libCEED/examples/fluids/qfunctions/blasius.h
/libCEED/examples/fluids/qfunctions/channel.h
/libCEED/examples/fluids/qfunctions/differential_filter.h
/libCEED/examples/fluids/qfunctions/eulervortex.h
/libCEED/examples/fluids/qfunctions/freestream_bc.h
/libCEED/examples/fluids/qfunctions/newtonian.h
/libCEED/examples/fluids/qfunctions/setupgeo.h
/libCEED/examples/fluids/qfunctions/sgs_dd_model.h
/libCEED/examples/fluids/qfunctions/shocktube.h
/libCEED/examples/fluids/qfunctions/stg_shur14.h
/libCEED/examples/fluids/qfunctions/utils.h
/libCEED/examples/fluids/qfunctions/velocity_gradient_projection.h
/libCEED/examples/fluids/src/setupts.c
ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed.c
/libCEED/tests/t313-basis-f.f90
/libCEED/tests/t313-basis.c
/libCEED/tests/t314-basis-f.f90
/libCEED/tests/t314-basis.c
/libCEED/tests/t315-basis.c
/libCEED/tests/t316-basis.c
/libCEED/tests/t318-basis.c
/libCEED/tests/t319-basis.c
/libCEED/tests/t350-basis.c
/libCEED/tests/t351-basis.c
/libCEED/tests/t352-basis.c
/libCEED/tests/t353-basis.c
/libCEED/tests/t354-basis.c
/libCEED/tests/t355-basis.c
/libCEED/tests/t356-basis.c
/libCEED/tests/t537-operator.c
/libCEED/tests/t570-operator.h
94b7b29b01-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fix header guards


/libCEED/backends/avx/ceed-avx-tensor.c
/libCEED/backends/avx/ceed-avx.h
/libCEED/backends/blocked/ceed-blocked.h
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.h
/libCEED/backends/cuda-gen/ceed-cuda-gen.h
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction-load.h
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/cuda-shared/ceed-cuda-shared.h
/libCEED/backends/cuda/ceed-cuda-common.h
/libCEED/backends/cuda/ceed-cuda-compile.h
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.h
/libCEED/backends/hip-gen/ceed-hip-gen.h
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction-load.h
/libCEED/backends/hip-ref/ceed-hip-ref.h
/libCEED/backends/hip-shared/ceed-hip-shared.h
/libCEED/backends/hip/ceed-hip-common.h
/libCEED/backends/hip/ceed-hip-compile.h
/libCEED/backends/magma/ceed-magma-common.h
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/memcheck/ceed-memcheck.h
/libCEED/backends/opt/ceed-opt.h
/libCEED/backends/ref/ceed-ref.h
/libCEED/include/ceed-fortran-name.h
/libCEED/include/ceed-impl.h
backend.h
ceed-f32.h
ceed-f64.h
ceed.h
cuda.h
hip.h
jit-source/cuda/cuda-atomic-add-fallback.h
jit-source/cuda/cuda-gen-templates.h
jit-source/cuda/cuda-jit.h
jit-source/cuda/cuda-ref-basis-nontensor.h
jit-source/cuda/cuda-ref-basis-tensor.h
jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
jit-source/cuda/cuda-ref-operator-assemble.h
jit-source/cuda/cuda-ref-qfunction.h
jit-source/cuda/cuda-ref-restriction.h
jit-source/cuda/cuda-shared-basis-read-write-templates.h
jit-source/cuda/cuda-shared-basis-tensor-templates.h
jit-source/cuda/cuda-shared-basis-tensor.h
jit-source/cuda/cuda-types.h
jit-source/gallery/ceed-identity.h
jit-source/gallery/ceed-mass1dbuild.h
jit-source/gallery/ceed-mass2dbuild.h
jit-source/gallery/ceed-mass3dbuild.h
jit-source/gallery/ceed-massapply.h
jit-source/gallery/ceed-poisson1dapply.h
jit-source/gallery/ceed-poisson1dbuild.h
jit-source/gallery/ceed-poisson2dapply.h
jit-source/gallery/ceed-poisson2dbuild.h
jit-source/gallery/ceed-poisson3dapply.h
jit-source/gallery/ceed-poisson3dbuild.h
jit-source/gallery/ceed-scale.h
jit-source/gallery/ceed-vectormassapply.h
jit-source/gallery/ceed-vectorpoisson1dapply.h
jit-source/gallery/ceed-vectorpoisson2dapply.h
jit-source/gallery/ceed-vectorpoisson3dapply.h
jit-source/hip/hip-gen-templates.h
jit-source/hip/hip-jit.h
jit-source/hip/hip-ref-basis-nontensor.h
jit-source/hip/hip-ref-basis-tensor.h
jit-source/hip/hip-ref-operator-assemble-diagonal.h
jit-source/hip/hip-ref-operator-assemble.h
jit-source/hip/hip-ref-qfunction.h
jit-source/hip/hip-ref-restriction.h
jit-source/hip/hip-shared-basis-read-write-templates.h
jit-source/hip/hip-shared-basis-tensor-templates.h
jit-source/hip/hip-shared-basis-tensor.h
jit-source/hip/hip-types.h
jit-source/sycl/sycl-gen-templates.h
jit-source/sycl/sycl-jit.h
jit-source/sycl/sycl-ref-qfunction.h
jit-source/sycl/sycl-shared-basis-read-write-templates.h
jit-source/sycl/sycl-shared-basis-tensor-templates.h
jit-source/sycl/sycl-shared-basis-tensor.h
jit-source/sycl/sycl-types.h
jit-tools.h
types.h
056ec19131-Aug-2023 James Wright <james@jameswright.xyz>

fix: Add `CEED_BASIS_COLLOCATED` to ceed.h

- `CEED_BASIS_COLLOCATED` is deprecated, so should still be available
to use

12345678910>>...14