History log of /libCEED/include/ (Results 176 – 200 of 540)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
ceed-fortran-name.h
ceed-impl.h
ceed/backend.h
ceed/ceed-f32.h
ceed/ceed-f64.h
ceed/ceed.h
ceed/cuda.h
ceed/hip.h
ceed/jit-source/cuda/cuda-atomic-add-fallback.h
ceed/jit-source/cuda/cuda-gen-templates.h
ceed/jit-source/cuda/cuda-jit.h
ceed/jit-source/cuda/cuda-ref-basis-nontensor.h
ceed/jit-source/cuda/cuda-ref-basis-tensor.h
ceed/jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
ceed/jit-source/cuda/cuda-ref-operator-assemble.h
ceed/jit-source/cuda/cuda-ref-qfunction.h
ceed/jit-source/cuda/cuda-ref-restriction.h
ceed/jit-source/cuda/cuda-shared-basis-read-write-templates.h
ceed/jit-source/cuda/cuda-shared-basis-tensor-templates.h
ceed/jit-source/cuda/cuda-shared-basis-tensor.h
ceed/jit-source/cuda/cuda-types.h
ceed/jit-source/gallery/ceed-identity.h
ceed/jit-source/gallery/ceed-mass1dbuild.h
ceed/jit-source/gallery/ceed-mass2dbuild.h
ceed/jit-source/gallery/ceed-mass3dbuild.h
ceed/jit-source/gallery/ceed-massapply.h
ceed/jit-source/gallery/ceed-poisson1dapply.h
ceed/jit-source/gallery/ceed-poisson1dbuild.h
ceed/jit-source/gallery/ceed-poisson2dapply.h
ceed/jit-source/gallery/ceed-poisson2dbuild.h
ceed/jit-source/gallery/ceed-poisson3dapply.h
ceed/jit-source/gallery/ceed-poisson3dbuild.h
ceed/jit-source/gallery/ceed-scale.h
ceed/jit-source/gallery/ceed-vectormassapply.h
ceed/jit-source/gallery/ceed-vectorpoisson1dapply.h
ceed/jit-source/gallery/ceed-vectorpoisson2dapply.h
ceed/jit-source/gallery/ceed-vectorpoisson3dapply.h
ceed/jit-source/hip/hip-gen-templates.h
ceed/jit-source/hip/hip-jit.h
ceed/jit-source/hip/hip-ref-basis-nontensor.h
ceed/jit-source/hip/hip-ref-basis-tensor.h
ceed/jit-source/hip/hip-ref-operator-assemble-diagonal.h
ceed/jit-source/hip/hip-ref-operator-assemble.h
ceed/jit-source/hip/hip-ref-qfunction.h
ceed/jit-source/hip/hip-ref-restriction.h
ceed/jit-source/hip/hip-shared-basis-read-write-templates.h
ceed/jit-source/hip/hip-shared-basis-tensor-templates.h
ceed/jit-source/hip/hip-shared-basis-tensor.h
ceed/jit-source/hip/hip-types.h
ceed/jit-source/sycl/sycl-gen-templates.h
ceed/jit-source/sycl/sycl-jit.h
ceed/jit-source/sycl/sycl-ref-qfunction.h
ceed/jit-source/sycl/sycl-shared-basis-read-write-templates.h
ceed/jit-source/sycl/sycl-shared-basis-tensor-templates.h
ceed/jit-source/sycl/sycl-shared-basis-tensor.h
ceed/jit-source/sycl/sycl-types.h
ceed/jit-tools.h
ceed/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

356036fa31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-operator.sycl.cpp
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/ceed/ex1-volume.c
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/fluids/problems/sgs_dd_model.c
/libCEED/examples/fluids/src/differential_filter.c
/libCEED/examples/fluids/src/grid_anisotropy_tensor.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/src/strong_boundary_conditions.c
/libCEED/examples/fluids/src/turb_spanstats.c
/libCEED/examples/fluids/src/velocity_gradient_projection.c
/libCEED/examples/mfem/bp1.hpp
/libCEED/examples/mfem/bp3.hpp
/libCEED/examples/nek/bps/bps.usr
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/bpssphere.c
/libCEED/examples/petsc/multigrid.c
/libCEED/examples/petsc/src/libceedsetup.c
/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/solids/src/setup-libceed.c
ceed-impl.h
ceed/ceed.h
ceed/fortran.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/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/Basis.jl
/libCEED/julia/LibCEED.jl/src/C.jl
/libCEED/julia/LibCEED.jl/src/LibCEED.jl
/libCEED/julia/LibCEED.jl/src/Operator.jl
/libCEED/julia/LibCEED.jl/test/rundevtests.jl
/libCEED/julia/LibCEED.jl/test/runtests.jl
/libCEED/python/ceed_constants.py
/libCEED/python/ceed_operator.py
/libCEED/python/tests/output/test_504.out
/libCEED/python/tests/output/test_523.out
/libCEED/python/tests/test-5-operator.py
/libCEED/rust/libceed/src/basis.rs
/libCEED/rust/libceed/src/lib.rs
/libCEED/rust/libceed/src/operator.rs
/libCEED/tests/output/t504-operator-f.out
/libCEED/tests/output/t504-operator.out
/libCEED/tests/output/t523-operator-f.out
/libCEED/tests/output/t523-operator.out
/libCEED/tests/t500-operator-f.f90
/libCEED/tests/t500-operator.c
/libCEED/tests/t501-operator-f.f90
/libCEED/tests/t501-operator.c
/libCEED/tests/t502-operator-f.f90
/libCEED/tests/t502-operator.c
/libCEED/tests/t503-operator-f.f90
/libCEED/tests/t503-operator.c
/libCEED/tests/t504-operator-f.f90
/libCEED/tests/t504-operator.c
/libCEED/tests/t505-operator-f.f90
/libCEED/tests/t505-operator.c
/libCEED/tests/t506-operator-f.f90
/libCEED/tests/t506-operator.c
/libCEED/tests/t507-operator.c
/libCEED/tests/t509-operator.c
/libCEED/tests/t510-operator-f.f90
/libCEED/tests/t510-operator.c
/libCEED/tests/t511-operator-f.f90
/libCEED/tests/t511-operator.c
/libCEED/tests/t520-operator-f.f90
/libCEED/tests/t520-operator.c
/libCEED/tests/t521-operator-f.f90
/libCEED/tests/t521-operator.c
/libCEED/tests/t522-operator-f.f90
/libCEED/tests/t522-operator.c
/libCEED/tests/t523-operator-f.f90
/libCEED/tests/t523-operator.c
/libCEED/tests/t524-operator-f.f90
/libCEED/tests/t524-operator.c
/libCEED/tests/t526-operator.c
/libCEED/tests/t530-operator-f.f90
/libCEED/tests/t530-operator.c
/libCEED/tests/t531-operator-f.f90
/libCEED/tests/t531-operator.c
/libCEED/tests/t532-operator-f.f90
/libCEED/tests/t532-operator.c
/libCEED/tests/t533-operator-f.f90
/libCEED/tests/t533-operator.c
/libCEED/tests/t534-operator-f.f90
/libCEED/tests/t534-operator.c
/libCEED/tests/t535-operator-f.f90
/libCEED/tests/t535-operator.c
/libCEED/tests/t536-operator-f.f90
/libCEED/tests/t536-operator.c
/libCEED/tests/t537-operator.c
/libCEED/tests/t538-operator.c
/libCEED/tests/t539-operator.c
/libCEED/tests/t540-operator-f.f90
/libCEED/tests/t540-operator.c
/libCEED/tests/t541-operator.c
/libCEED/tests/t550-operator-f.f90
/libCEED/tests/t550-operator.c
/libCEED/tests/t551-operator.c
/libCEED/tests/t552-operator-f.f90
/libCEED/tests/t552-operator.c
/libCEED/tests/t553-operator-f.f90
/libCEED/tests/t553-operator.c
/libCEED/tests/t554-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/t571-operator.c
/libCEED/tests/t572-operator.c
/libCEED/tests/t573-operator.c
bb229da903-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - clarify op fallback parent interface

1c66c39730-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Interface consistency fixes (#1312)

* format - consistency fixes

* format - test name consistency

* format - drop comma operator

* format - drop git add . in favor coercion

* format - ad

Interface consistency fixes (#1312)

* format - consistency fixes

* format - test name consistency

* format - drop comma operator

* format - drop git add . in favor coercion

* format - add CeedScalarSwap macro

show more ...


/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-vector.c
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-qfunctioncontext.c
/libCEED/backends/hip-ref/ceed-hip-ref-vector.c
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/memcheck/ceed-memcheck-vector.c
/libCEED/backends/opt/ceed-opt-operator.c
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-qfunctioncontext.c
/libCEED/backends/ref/ceed-ref-vector.c
/libCEED/backends/sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp
/libCEED/backends/sycl-ref/ceed-sycl-vector.sycl.cpp
/libCEED/examples/ceed/ex2-surface.c
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/blasius.c
/libCEED/examples/fluids/problems/densitycurrent.c
/libCEED/examples/fluids/problems/freestream_bc.c
/libCEED/examples/fluids/problems/gaussianwave.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/sgs_dd_model.c
/libCEED/examples/fluids/problems/shocktube.c
/libCEED/examples/fluids/problems/stg_shur14.c
/libCEED/examples/fluids/problems/stg_shur14.h
/libCEED/examples/fluids/problems/taylorgreen.c
/libCEED/examples/fluids/qfunctions/sgs_dd_model.h
/libCEED/examples/fluids/qfunctions/stg_shur14.h
/libCEED/examples/fluids/qfunctions/stg_shur14_type.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/differential_filter.c
/libCEED/examples/fluids/src/dm_utils.c
/libCEED/examples/fluids/src/grid_anisotropy_tensor.c
/libCEED/examples/fluids/src/misc.c
/libCEED/examples/fluids/src/petsc_ops.c
/libCEED/examples/fluids/src/setupdm.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/src/strong_boundary_conditions.c
/libCEED/examples/fluids/src/turb_spanstats.c
/libCEED/examples/fluids/src/velocity_gradient_projection.c
ceed/backend.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-cuda.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-hip.c
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
7fc69c1529-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1293 from CEED/jeremy/warn-set-qfpts

CeedOperatorSetNumQuadraturePoints Deprecation

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

Whitespace, style, and formatting updates for consistency between CUDA and HIP backends

Adds include guards in JiT header files, even if not strictly necessary, to match the precedent set in cuda-sh

Whitespace, style, and formatting updates for consistency between CUDA and HIP backends

Adds include guards in JiT header files, even if not strictly necessary, to match the precedent set in cuda-shared and hip-shared as well as sycl.

show more ...


/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.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-vector.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/cuda-shared/ceed-cuda-shared.c
/libCEED/backends/cuda/ceed-cuda-common.c
/libCEED/backends/cuda/ceed-cuda-common.h
/libCEED/backends/cuda/ceed-cuda-compile.cpp
/libCEED/backends/cuda/ceed-cuda-compile.h
/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.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.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunctioncontext.c
/libCEED/backends/hip-ref/ceed-hip-ref-vector.c
/libCEED/backends/hip-ref/ceed-hip-ref.h
/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-common.h
/libCEED/backends/opt/ceed-opt-blocked.c
/libCEED/backends/opt/ceed-opt-serial.c
/libCEED/backends/ref/ceed-ref-basis.c
/libCEED/backends/ref/ceed-ref-vector.c
ceed/jit-source/cuda/cuda-ref-basis-nontensor.h
ceed/jit-source/cuda/cuda-ref-basis-tensor.h
ceed/jit-source/cuda/cuda-ref-operator-assemble-diagonal.h
ceed/jit-source/cuda/cuda-ref-operator-assemble.h
ceed/jit-source/cuda/cuda-ref-qfunction.h
ceed/jit-source/cuda/cuda-ref-restriction.h
ceed/jit-source/hip/hip-ref-basis-nontensor.h
ceed/jit-source/hip/hip-ref-basis-tensor.h
ceed/jit-source/hip/hip-ref-operator-assemble-diagonal.h
ceed/jit-source/hip/hip-ref-operator-assemble.h
ceed/jit-source/hip/hip-ref-qfunction.h
ceed/jit-source/hip/hip-ref-restriction.h
ceed/jit-source/hip/hip-shared-basis-tensor.h
4a56ddfb11-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Remove two unused files from cuda-shared and hip-shared backends


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

Minor formatting consistency for SYCL backend files

53f7acb124-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1292 from CEED/sjg/gpu-rstr-unify

Unify `magma` backend restriction with `cuda-ref` and `hip-ref`

e7f679fc24-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

restr - check l-vec length for strided rstr creation


/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/blasius.yaml
/libCEED/examples/fluids/gaussianwave.yaml
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/blasius.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/stg_shur14.c
/libCEED/examples/fluids/problems/stg_shur14.h
/libCEED/examples/fluids/qfunctions/differential_filter.h
/libCEED/examples/fluids/qfunctions/stg_shur14.h
/libCEED/examples/fluids/qfunctions/stg_shur14_type.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/tests-output/blasius_stgtest.yaml
/libCEED/examples/fluids/tests-output/blasius_test.yaml
/libCEED/examples/fluids/tests-output/stats_test.yaml
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/src/matops.c
/libCEED/examples/petsc/src/petscutils.c
ceed-impl.h
ceed/ceed.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-vector.c
/libCEED/python/tests/output/test_211.out
/libCEED/python/tests/output/test_212.out
/libCEED/python/tests/test-2-elemrestriction.py
/libCEED/tests/junit.py
/libCEED/tests/junit_common.py
/libCEED/tests/output/t211-elemrestriction-f.out
/libCEED/tests/output/t211-elemrestriction.out
/libCEED/tests/output/t212-elemrestriction-f.out
/libCEED/tests/output/t212-elemrestriction.out
/libCEED/tests/t100-vector.c
/libCEED/tests/t101-vector.c
/libCEED/tests/t108-vector.c
/libCEED/tests/t111-vector.c
/libCEED/tests/t119-vector.c
/libCEED/tests/t120-vector.c
/libCEED/tests/t121-vector.c
/libCEED/tests/t122-vector.c
/libCEED/tests/t123-vector.c
/libCEED/tests/t124-vector.c
/libCEED/tests/t125-vector.c
/libCEED/tests/t211-elemrestriction-f.f90
/libCEED/tests/t211-elemrestriction.c
/libCEED/tests/t212-elemrestriction-f.f90
/libCEED/tests/t212-elemrestriction.c
/libCEED/tests/t351-basis.c
aca496be17-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - dont error on redundant CeedOperatorSetNumQuadraturePoints call, add deprecation warning


/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/backends/cuda-ref/ceed-cuda-ref-operator.c
/libCEED/backends/hip-ref/ceed-hip-ref-operator.c
/libCEED/backends/ref/ceed-ref-operator.c
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/blasius.yaml
/libCEED/examples/fluids/gaussianwave.yaml
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/blasius.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/stg_shur14.c
/libCEED/examples/fluids/problems/stg_shur14.h
/libCEED/examples/fluids/qfunctions/differential_filter.h
/libCEED/examples/fluids/qfunctions/stg_shur14.h
/libCEED/examples/fluids/qfunctions/stg_shur14_type.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/tests-output/blasius_stgtest.yaml
/libCEED/examples/fluids/tests-output/blasius_test.yaml
/libCEED/examples/fluids/tests-output/stats_test.yaml
/libCEED/examples/petsc/bps.c
/libCEED/examples/petsc/src/matops.c
/libCEED/examples/petsc/src/petscutils.c
ceed/backend.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-vector.c
/libCEED/tests/junit.py
/libCEED/tests/junit_common.py
/libCEED/tests/t100-vector.c
/libCEED/tests/t101-vector.c
/libCEED/tests/t108-vector.c
/libCEED/tests/t111-vector.c
/libCEED/tests/t119-vector.c
/libCEED/tests/t120-vector.c
/libCEED/tests/t121-vector.c
/libCEED/tests/t122-vector.c
/libCEED/tests/t123-vector.c
/libCEED/tests/t124-vector.c
/libCEED/tests/t125-vector.c
/libCEED/tests/t351-basis.c
5854909415-Aug-2023 Sebastian Grimberg <sjg@amazon.com>

Unify magma backend restriction with cuda/hip-ref, keeping runtime option for deterministic and non-deterministic using magma/det

This also opens the opportunity to make cuda/hip-ref non-determinist

Unify magma backend restriction with cuda/hip-ref, keeping runtime option for deterministic and non-deterministic using magma/det

This also opens the opportunity to make cuda/hip-ref non-deterministic by default and add cuda/hip-ref/det variants.

show more ...

585a562d03-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - fix tidy error

d109957b03-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

internal - simplify logic in error handling macros

89edb9e326-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Attempting to resolve NVRTC and HIPRTC compilation errors

61a27d7425-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD

7c1dbaff06-May-2023 Sebastian Grimberg <sjg@amazon.com>

Operator full assembly with oriented or curl-conforming element restrictions (RT or ND elements)

0c73c03922-Jun-2023 Sebastian Grimberg <sjg@amazon.com>

Improve element restriction for H(curl) spaces by reorganizing loops, including use of int8_t for tridiagonal matrix

fcbe8c0624-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

enum CeedRestrictionType for CeedElemRestriction type

77d1c12702-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations

Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transfo

Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations

Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transformation matrix, typically with entries {-1, 0, 1}.

show more ...

b05f7e9f01-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - use fallback parent for QFunction assembly if possible

6ca0f39420-Jul-2023 Umesh Unnikrishnan <umesh.aero@gatech.edu>

Add sycl/gen backend and other sycl changes (#1258)

---------

Co-authored-by: Kris Rowe <kris.rowe@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jed Brown <jed@jedbrown.org

Add sycl/gen backend and other sycl changes (#1258)

---------

Co-authored-by: Kris Rowe <kris.rowe@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Varsha Madananth <vmadananth@uan-0002.head.cm.americas.sgi.com>
Co-authored-by: James Wright <jrwrigh.iii@gmail.com>

show more ...

c8a5553112-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Combine ceed-avx-tensor-f64 and -f32 into a single file for all precisions

c8c3fa7d21-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add CeedBasisApplyAtPoints

12345678910>>...22