History log of /libCEED/include/ (Results 251 – 275 of 540)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ca5eadf812-Sep-2022 Jeremy L Thompson <jeremy@jeremylt.org>

qf - lazy access of qf kernel name and path


/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-restriction.c
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/magma/gemm_selector.cpp
/libCEED/backends/magma/gemm_tuning/a100.h
/libCEED/backends/magma/gemm_tuning/indices.h
/libCEED/backends/magma/gemm_tuning/mi100.h
/libCEED/backends/magma/gemm_tuning/mi250x.h
/libCEED/backends/magma/gemm_tuning/v100.h
/libCEED/backends/magma/magma_dgemm_nontensor.c
/libCEED/backends/magma/magma_sgemm_nontensor.c
/libCEED/backends/ref/ceed-ref-restriction.c
/libCEED/doc/sphinx/source/api/backend/CeedQFunction.rst
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/fluids/Makefile
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/advection.c
/libCEED/examples/fluids/problems/advection2d.c
/libCEED/examples/fluids/problems/blasius.c
/libCEED/examples/fluids/problems/channel.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/shocktube.c
/libCEED/examples/fluids/problems/stg_shur14.c
/libCEED/examples/fluids/qfunctions/advection.h
/libCEED/examples/fluids/qfunctions/advection2d.h
/libCEED/examples/fluids/qfunctions/blasius.h
/libCEED/examples/fluids/qfunctions/channel.h
/libCEED/examples/fluids/qfunctions/densitycurrent.h
/libCEED/examples/fluids/qfunctions/newtonian.h
/libCEED/examples/fluids/qfunctions/newtonian_state.h
/libCEED/examples/fluids/qfunctions/newtonian_types.h
/libCEED/examples/fluids/qfunctions/shocktube.h
/libCEED/examples/fluids/qfunctions/stg_shur14.h
/libCEED/examples/fluids/src/dirichlet.c
/libCEED/examples/fluids/src/setupdm.c
/libCEED/examples/fluids/tests-output/blasius_test.yaml
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius.bin
/libCEED/examples/petsc/bpsraw.c
/libCEED/examples/petsc/src/libceedsetup.c
ceed-impl.h
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-qfunction.c
/libCEED/tests/t568-operator.c
/libCEED/tests/t568-operator.h
228d9efb24-Aug-2022 James Wright <james@jameswright.xyz>

ceed: Add CEED_QFUNCTION_ATTR for inlining

GCC doesn't like to inline all Qfunction helpers, so this forces it do
so if inlining is allowed at all.

c9c2c07905-Aug-2022 Jeremy L Thompson <jeremy@jeremylt.org>

QF headers for typedefs and macros (#1036)

* jit - qf headers for typedefs and macros

* jit - smaller list of permitted files

* ceed - only include ceed.h in QF source


/libCEED/.gitlab-ci.yml
/libCEED/Makefile
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunction-load.cpp
/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-ref/ceed-hip-ref-qfunction-load.cpp
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/hip/ceed-hip-compile.h
/libCEED/examples/ceed/ex1-volume.h
/libCEED/examples/ceed/ex2-surface.h
/libCEED/examples/fluids/.gitignore
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/blasius.c
/libCEED/examples/fluids/problems/channel.c
/libCEED/examples/fluids/problems/densitycurrent.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/advection.h
/libCEED/examples/fluids/qfunctions/advection2d.h
/libCEED/examples/fluids/qfunctions/blasius.h
/libCEED/examples/fluids/qfunctions/channel.h
/libCEED/examples/fluids/qfunctions/densitycurrent.h
/libCEED/examples/fluids/qfunctions/eulervortex.h
/libCEED/examples/fluids/qfunctions/mass.h
/libCEED/examples/fluids/qfunctions/newtonian.h
/libCEED/examples/fluids/qfunctions/newtonian_state.h
/libCEED/examples/fluids/qfunctions/newtonian_types.h
/libCEED/examples/fluids/qfunctions/setupgeo.h
/libCEED/examples/fluids/qfunctions/setupgeo2d.h
/libCEED/examples/fluids/qfunctions/shocktube.h
/libCEED/examples/fluids/qfunctions/stabilization.h
/libCEED/examples/fluids/qfunctions/stg_shur14.h
/libCEED/examples/fluids/qfunctions/utils.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/dirichlet.c
/libCEED/examples/fluids/src/setupdm.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/tests-output/blasius_stgtest.yaml
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius_STG.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius_STG_strongBC.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius_STG_weakT.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-channel-prim.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-channel.bin
/libCEED/examples/mfem/bp1.h
/libCEED/examples/mfem/bp3.h
/libCEED/examples/nek/bps/bps.h
/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/solids/qfunctions/common.h
/libCEED/examples/solids/qfunctions/constant-force.h
/libCEED/examples/solids/qfunctions/finite-strain-mooney-rivlin-initial-1.h
/libCEED/examples/solids/qfunctions/finite-strain-neo-hookean-current-1.h
/libCEED/examples/solids/qfunctions/finite-strain-neo-hookean-current-2.h
/libCEED/examples/solids/qfunctions/finite-strain-neo-hookean-initial-1.h
/libCEED/examples/solids/qfunctions/finite-strain-neo-hookean-initial-2.h
/libCEED/examples/solids/qfunctions/linear.h
/libCEED/examples/solids/qfunctions/manufactured-force.h
/libCEED/examples/solids/qfunctions/manufactured-true.h
/libCEED/examples/solids/qfunctions/small-strain-neo-hookean.h
/libCEED/examples/solids/qfunctions/traction-boundary.h
ceed/ceed-f32.h
ceed/ceed-f64.h
ceed/ceed.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.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-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.h
ceed/types.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/python/build_ceed_cffi.py
/libCEED/rust/libceed-sys/build.rs
/libCEED/tests/t319-basis.c
/libCEED/tests/t400-qfunction.h
/libCEED/tests/t401-qfunction.h
/libCEED/tests/t405-qfunction.h
/libCEED/tests/t406-qfunction-helper.h
/libCEED/tests/t406-qfunction.h
/libCEED/tests/t409-qfunction.h
/libCEED/tests/t500-operator.h
/libCEED/tests/t502-operator.h
/libCEED/tests/t507-operator.h
/libCEED/tests/t510-operator.h
/libCEED/tests/t522-operator.h
/libCEED/tests/t530-operator.h
/libCEED/tests/t531-operator.h
/libCEED/tests/t532-operator.h
/libCEED/tests/t534-operator.h
/libCEED/tests/t535-operator.h
/libCEED/tests/t537-operator.h
/libCEED/tests/t540-operator.h
/libCEED/tests/t541-operator.h
/libCEED/tests/t566-operator.h
/libCEED/tests/t567-operator.h
a76a04e707-Jul-2022 Jeremy L Thompson <jeremy@jeremylt.org>

basis - make CreateProjectionMatrix internal fn

151157ab07-Jul-2022 Jeremy L Thompson <jeremy@jeremylt.org>

doc - fix CEED_BASIS_COLLOCATED documentation


/libCEED/backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/memcheck/ceed-memcheck-qfunctioncontext.c
/libCEED/backends/memcheck/ceed-memcheck.h
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/eulervortex.c
/libCEED/examples/fluids/problems/stg_shur14.c
/libCEED/examples/fluids/problems/stg_shur14.h
/libCEED/examples/fluids/qfunctions/dirichlet_boundary.h
/libCEED/examples/fluids/qfunctions/stg_shur14.h
/libCEED/examples/fluids/src/dirichlet.c
/libCEED/examples/fluids/src/misc.c
/libCEED/examples/fluids/src/setupdm.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius_STG_strongBC.bin
ceed/ceed.h
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/tests/junit.py
/libCEED/tests/t001-ceed.c
/libCEED/tests/t002-ceed.c
/libCEED/tests/t005-ceed.c
/libCEED/tests/t009-ceed.c
/libCEED/tests/t100-vector.c
/libCEED/tests/t101-vector.c
/libCEED/tests/t103-vector.c
/libCEED/tests/t104-vector.c
/libCEED/tests/t105-vector.c
/libCEED/tests/t106-vector.c
/libCEED/tests/t109-vector.c
/libCEED/tests/t114-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/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/t213-elemrestriction.c
/libCEED/tests/t216-elemrestriction.c
/libCEED/tests/t220-elemrestriction.c
/libCEED/tests/t300-basis.c
/libCEED/tests/t301-basis.c
/libCEED/tests/t304-basis.c
/libCEED/tests/t305-basis.c
/libCEED/tests/t306-basis.c
/libCEED/tests/t307-basis.c
/libCEED/tests/t310-basis.c
/libCEED/tests/t311-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/t321-basis.c
/libCEED/tests/t323-basis.c
/libCEED/tests/t324-basis.c
/libCEED/tests/t325-basis.c
/libCEED/tests/t400-qfunction.c
/libCEED/tests/t401-qfunction.c
/libCEED/tests/t403-qfunction.c
/libCEED/tests/t405-qfunction.c
/libCEED/tests/t406-qfunction.c
/libCEED/tests/t407-qfunction.c
/libCEED/tests/t409-qfunction.c
/libCEED/tests/t410-qfunction.c
/libCEED/tests/t411-qfunction.c
/libCEED/tests/t412-qfunction.c
/libCEED/tests/t414-qfunction.c
/libCEED/tests/t415-qfunction.c
/libCEED/tests/t500-operator.c
/libCEED/tests/t508-operator.c
/libCEED/tests/t509-operator.c
/libCEED/tests/t510-operator.c
/libCEED/tests/t520-operator.c
/libCEED/tests/t525-operator.c
/libCEED/tests/t530-operator.c
/libCEED/tests/t531-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/t541-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/tap.sh
990fdeb621-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

fmt - add CeedInt_FMT

121d4b7f27-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

gallery - fix bad indexing in 3d poission det

3cb1359427-Jun-2022 Natalie Beams <246972+nbeams@users.noreply.github.com>

Merge pull request #973 from CEED/icl/magma-rtc

Use RTC for MAGMA tensor basis kernels and element restrictions


/libCEED/CODE_OF_CONDUCT.md
/libCEED/CONTRIBUTING.md
/libCEED/Makefile
/libCEED/README.md
/libCEED/RELEASING.md
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-det.c
/libCEED/backends/magma/ceed-magma-restriction.c
/libCEED/backends/magma/ceed-magma.c
/libCEED/backends/magma/ceed-magma.h
/libCEED/backends/magma/kernels/common/weight.h
/libCEED/backends/magma/kernels/cuda/weight_generic.cu
/libCEED/backends/magma/kernels/hip/weight_generic.hip.cpp
/libCEED/backends/magma/magma_dgemm_nontensor.c
/libCEED/backends/magma/magma_sgemm_nontensor.c
/libCEED/doc/sphinx/source/api/CeedBasis.rst
/libCEED/doc/sphinx/source/api/CeedElemRestriction.rst
/libCEED/doc/sphinx/source/api/CeedOperator.rst
/libCEED/doc/sphinx/source/api/CeedQFunction.rst
/libCEED/doc/sphinx/source/api/CeedVector.rst
/libCEED/doc/sphinx/source/ffi.md
/libCEED/doc/sphinx/source/intro.md
/libCEED/doc/sphinx/source/libCEEDapi.md
/libCEED/doc/sphinx/source/libCEEDdev.md
/libCEED/doc/sphinx/source/precision.md
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/README.md
/libCEED/examples/bps.md
/libCEED/examples/ceed/README.md
/libCEED/examples/fluids/README.md
/libCEED/examples/nek/README.md
/libCEED/examples/notation.md
/libCEED/examples/solids/README.md
ceed/jit-source/magma/elem_restriction.h
ceed/jit-source/magma/grad-1d.h
ceed/jit-source/magma/grad-2d.h
ceed/jit-source/magma/grad-3d.h
ceed/jit-source/magma/interp-1d.h
ceed/jit-source/magma/interp-2d.h
ceed/jit-source/magma/interp-3d.h
ceed/jit-source/magma/magma_common_device.h
ceed/jit-source/magma/weight-1d.h
ceed/jit-source/magma/weight-2d.h
ceed/jit-source/magma/weight-3d.h
ceed/jit-tools.h
/libCEED/interface/ceed-jit-tools.c
/libCEED/julia/LibCEED.jl/README.md
/libCEED/rust/libceed-sys/README.md
/libCEED/tests/README.md
/libCEED/tests/junit.py
/libCEED/tests/tap.sh
446e7af425-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

basis - use ncomp from 'from' basis for projection (#1012)

* basis - use ncomp from 'from' basis for projection

* doc - document numcomp convention for CeedBasisCreateProjection

* basis - reor

basis - use ncomp from 'from' basis for projection (#1012)

* basis - use ncomp from 'from' basis for projection

* doc - document numcomp convention for CeedBasisCreateProjection

* basis - reorder BasisCreateProjection arguments

show more ...

f113e5dc22-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add CeedBasisCreateProlongation

a2cba4be21-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

Merge branch 'main' into jeremy/assembly-fix

3b190ab821-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - shift QFContextDestroyData to interface only

e5f091eb08-Jun-2022 nbeams <246972+nbeams@users.noreply.github.com>

MAGMA: Use more specific macro name for HIP mode

f6af633f06-May-2022 nbeams <246972+nbeams@users.noreply.github.com>

Use rtc for MAGMA elem restriction and tensor basis kernels

2e64a2b915-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - allow backend specific data destroy behavior

69bf922d09-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

pc - drop qf value thresholding in assembly

b451f70309-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

minor - fix indentation

ed9e99e609-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

pc - clean up LinearAssemble implementation

cefa267306-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

pc - fix GPU single operator fallback

d04bbc7803-Jun-2022 Jeremy L Thompson <jeremy@jeremylt.org>

op - add debugging output to fallback creation

9e77b9c826-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

pc - fix qf fallback cloning

8687e1d426-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

ceed - refactor fallback Ceed creation into separate fn


/libCEED/.gitlab-ci.yml
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-ref/ceed-hip-ref-qfunction-load.cpp
/libCEED/doc/sphinx/source/references.bib
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/STGInflow_blasius.dat
/libCEED/examples/fluids/STGRand.dat
/libCEED/examples/fluids/blasius.yaml
/libCEED/examples/fluids/channel.yaml
/libCEED/examples/fluids/index.md
/libCEED/examples/fluids/navierstokes.c
/libCEED/examples/fluids/navierstokes.h
/libCEED/examples/fluids/problems/advection.c
/libCEED/examples/fluids/problems/advection2d.c
/libCEED/examples/fluids/problems/blasius.c
/libCEED/examples/fluids/problems/channel.c
/libCEED/examples/fluids/problems/densitycurrent.c
/libCEED/examples/fluids/problems/eulervortex.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/shocktube.c
/libCEED/examples/fluids/problems/stg_shur14.c
/libCEED/examples/fluids/problems/stg_shur14.h
/libCEED/examples/fluids/qfunctions/advection.h
/libCEED/examples/fluids/qfunctions/advection2d.h
/libCEED/examples/fluids/qfunctions/blasius.h
/libCEED/examples/fluids/qfunctions/channel.h
/libCEED/examples/fluids/qfunctions/densitycurrent.h
/libCEED/examples/fluids/qfunctions/eulervortex.h
/libCEED/examples/fluids/qfunctions/mass.h
/libCEED/examples/fluids/qfunctions/newtonian.h
/libCEED/examples/fluids/qfunctions/newtonian_types.h
/libCEED/examples/fluids/qfunctions/setupgeo.h
/libCEED/examples/fluids/qfunctions/setupgeo2d.h
/libCEED/examples/fluids/qfunctions/shocktube.h
/libCEED/examples/fluids/qfunctions/stabilization_types.h
/libCEED/examples/fluids/qfunctions/stg_shur14.h
/libCEED/examples/fluids/qfunctions/stg_shur14_type.h
/libCEED/examples/fluids/src/misc.c
/libCEED/examples/fluids/src/setupdm.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/tests-output/blasius_stgtest.yaml
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius_STG.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-blasius_STG_weakT.bin
/libCEED/examples/fluids/tests-output/fluids-navierstokes-channel.bin
ceed/backend.h
/libCEED/interface/ceed-basis.c
/libCEED/interface/ceed-elemrestriction.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
4030acc110-May-2022 Toby Isaac <toby.isaac@gmail.com>

Use standard khash header guard

ea6b582106-May-2022 Jeremy L Thompson <jeremy@jeremylt.org>

op - add optional name for Operators


/libCEED/doc/sphinx/source/references.bib
/libCEED/doc/sphinx/source/releasenotes.md
/libCEED/examples/fluids/README.md
/libCEED/examples/fluids/blasius.yaml
/libCEED/examples/fluids/channel.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/channel.c
/libCEED/examples/fluids/problems/densitycurrent.c
/libCEED/examples/fluids/problems/newtonian.c
/libCEED/examples/fluids/problems/shocktube.c
/libCEED/examples/fluids/qfunctions/advection.h
/libCEED/examples/fluids/qfunctions/advection2d.h
/libCEED/examples/fluids/qfunctions/blasius.h
/libCEED/examples/fluids/qfunctions/channel.h
/libCEED/examples/fluids/qfunctions/densitycurrent.h
/libCEED/examples/fluids/qfunctions/eulervortex.h
/libCEED/examples/fluids/qfunctions/newtonian.h
/libCEED/examples/fluids/qfunctions/shocktube.h
/libCEED/examples/fluids/src/cloptions.c
/libCEED/examples/fluids/src/setupdm.c
/libCEED/examples/fluids/src/setuplibceed.c
/libCEED/examples/fluids/src/setupts.c
/libCEED/examples/fluids/tests-output/fluids-navierstokes-shocktube-explicit-su-yzb.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
ceed-impl.h
ceed/ceed.h
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunction.c
/libCEED/julia/LibCEED.jl/test/rundevtests.jl
/libCEED/julia/LibCEED.jl/test/runtests.jl
/libCEED/python/ceed_operator.py
/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/test-5-operator.py
/libCEED/rust/libceed/src/operator.rs
/libCEED/rust/libceed/src/qfunction.rs
/libCEED/tests/output/t402-qfunction-f.out
/libCEED/tests/output/t402-qfunction.out
/libCEED/tests/output/t413-qfunction-f.out
/libCEED/tests/output/t413-qfunction.out
/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/t523-operator-f.f90
/libCEED/tests/t523-operator.c
2790b72b28-Apr-2022 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - add interface for additional destroy

1...<<11121314151617181920>>...22