History log of /libCEED/examples/ (Results 751 – 775 of 1703)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
caae649814-Sep-2021 Jed Brown <jed@jedbrown.org>

build/solids: fix order/uninitialized variable

17f0843f14-Sep-2021 Jeremy L Thompson <jeremy@jeremylt.org>

solids - add libCEED coarse level assembly

53b04fa609-Sep-2021 Jed Brown <jed@jedbrown.org>

examples/petsc/multigrid: assemble matrix analytically instead of coloring

This currently requires development PETSc to correctly handle negative
indices through the LocalToGlobalMapping.

b896299531-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - set minimum version for examples

d4f4329525-Jan-2022 James Wright <james@jameswright.xyz>

doc(fluids): Correct vector name in Tau dropdown

Otherwise $$\hat{\bm{n}}$$ is never defined.

a61c78d620-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

style - make qf/op field names human readable


/libCEED/.github/workflows/c-fortran-test-hardware.yml
/libCEED/Doxyfile
/libCEED/backends/avx/ceed-avx-tensor-f32.c
/libCEED/backends/avx/ceed-avx-tensor-f64.c
/libCEED/backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c
/libCEED/backends/cuda-ref/ceed-cuda-vector.c
/libCEED/backends/hip-ref/ceed-hip-ref-qfunctioncontext.c
/libCEED/backends/hip-ref/ceed-hip-ref-vector.c
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/opt/ceed-opt-tensor.c
/libCEED/doc/sphinx/requirements.txt
/libCEED/doc/sphinx/source/api/CeedQFunction.rst
fluids/src/setupdm.c
fluids/src/setuplibceed.c
fluids/src/setupts.c
petsc/src/libceedsetup.c
solids/include/structs.h
solids/problems/finite-strain-mooney-rivlin-initial-1.c
solids/problems/finite-strain-neo-hookean-current-1.c
solids/problems/finite-strain-neo-hookean-current-2.c
solids/problems/finite-strain-neo-hookean-initial-1.c
solids/problems/finite-strain-neo-hookean-initial-2.c
solids/problems/linear.c
solids/problems/small-strain-neo-hookean.c
solids/src/setup-libceed.c
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-vector.c
/libCEED/rust/libceed/src/lib.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/t407-qfunction.c
/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/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/t525-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/t540-operator-f.f90
/libCEED/tests/t540-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/t560-operator.c
/libCEED/tests/t561-operator.c
/libCEED/tests/t562-operator.c
/libCEED/tests/t563-operator.c
/libCEED/tests/t564-operator.c
7ed3e4cd04-Jan-2022 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - use DMPlexGetLocalOffsets for building restrictions

504dc8e012-Jan-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

examples/fluid: set c_tau = 0.5

32f166c611-Jan-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

eulervortex: add test_5 - non-smooth cylinder

e535bb4606-Jan-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

Scale velocity to user defined units in traveling vortex and advection(2d)

679c437205-Jan-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: explain edge measures and wave speeds

c94bf67204-Jan-2022 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

doc: explain tau for conservative variables

89ec833c04-Jan-2022 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

Update doc/sphinx/source/references.bib

932417b301-Jan-2022 Jed Brown <jed@jedbrown.org>

examples/fluids: tau as spatial criterion 2 of hughesetal2010

Testing traveling vortex with

$ build/fluids-navierstokes -problem euler_vortex -ts_adapt_monitor -lx 1000 -ly 1000 -lz 50 -dm_plex_box

examples/fluids: tau as spatial criterion 2 of hughesetal2010

Testing traveling vortex with

$ build/fluids-navierstokes -problem euler_vortex -ts_adapt_monitor -lx 1000 -ly 1000 -lz 50 -dm_plex_box_faces 20,20,1 -ts_adapt_safety 0.8 -implicit -snes_atol 1e-3 -ksp_atol 1e-4 -ksp_rtol 1e-3 -ts_type alpha -ts_dt 0.1 -ksp_type bcgs -pc_type lu -log_view -snes_monitor -ksp_monitor -snes_converged_reason -output_freq 1 -degree 1 -ts_max_time 5. -stab supg -snes_lag_jacobian 30 -snes_lag_jacobian_persists -snes_mf_operator

show more ...

11dee7da31-Dec-2021 Jed Brown <jed@jedbrown.org>

examples/fluids docs: explain stabilization

e6225c4720-Dec-2021 Leila Ghaffari <Leila.Ghaffari@colorado.edu>

fluids - fix flux Jacobian and add su/supg to euler_vortex


/libCEED/Makefile
/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-gen/ceed-cuda-gen.h
/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-load.h
/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.c
/libCEED/backends/cuda-ref/ceed-cuda-ref.h
/libCEED/backends/cuda-ref/ceed-cuda-restriction.c
/libCEED/backends/cuda-ref/ceed-cuda-vector.c
/libCEED/backends/cuda-ref/kernels/cuda-ref-basis-nontensor.h
/libCEED/backends/cuda-ref/kernels/cuda-ref-basis-tensor.h
/libCEED/backends/cuda-ref/kernels/cuda-ref-qfunction.h
/libCEED/backends/cuda-ref/kernels/cuda-ref-restriction.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/ceed-cuda-shared.h
/libCEED/backends/cuda-shared/kernels/cuda-shared-basis.cu
/libCEED/backends/cuda-shared/kernels/cuda-shared-basis.h
/libCEED/backends/cuda/ceed-cuda-common.c
/libCEED/backends/cuda/ceed-cuda-common.h
/libCEED/backends/cuda/ceed-cuda-compile.c
/libCEED/backends/cuda/ceed-cuda-compile.h
/libCEED/backends/hip-gen/ceed-hip-gen-operator-build.cpp
/libCEED/backends/hip-gen/ceed-hip-gen-qfunction.c
/libCEED/backends/hip-gen/ceed-hip-gen.c
/libCEED/backends/hip-gen/ceed-hip-gen.h
/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-load.h
/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-basis-nontensor.h
/libCEED/backends/hip-ref/kernels/hip-ref-basis-tensor.h
/libCEED/backends/hip-ref/kernels/hip-ref-qfunction.h
/libCEED/backends/hip-ref/kernels/hip-ref-restriction.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-shared/ceed-hip-shared.h
/libCEED/backends/hip-shared/kernels/hip-shared-basis.h
/libCEED/backends/hip/ceed-hip-common.c
/libCEED/backends/hip/ceed-hip-common.h
/libCEED/backends/hip/ceed-hip-compile.cpp
/libCEED/backends/hip/ceed-hip-compile.h
/libCEED/doc/sphinx/source/releasenotes.md
fluids/navierstokes.c
fluids/navierstokes.h
fluids/problems/densitycurrent.c
fluids/problems/eulervortex.c
fluids/qfunctions/advection.h
fluids/qfunctions/advection2d.h
fluids/qfunctions/densitycurrent.h
fluids/qfunctions/eulervortex.h
fluids/src/setuplibceed.c
fluids/src/setupts.c
/libCEED/include/ceed/jit-tools.h
/libCEED/interface/ceed-jit-tools.c
/libCEED/rust/libceed/src/basis.rs
/libCEED/rust/libceed/src/elem_restriction.rs
/libCEED/rust/libceed/src/lib.rs
/libCEED/rust/libceed/src/operator.rs
/libCEED/rust/libceed/src/qfunction.rs
/libCEED/rust/libceed/src/vector.rs
d3677ae822-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - use for-in over for_each when not using iterator chain

72d78b3517-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - fix ex3 and ex4 for new vector access protections

9c774edd17-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

vec/qf - initial valid/borrowed/owned split for data (#853)

* vec/qf - initial valid/borrowed/owned split for data

* vec/qf - tidy logic for checking active/stale data

* minor - add missing NU

vec/qf - initial valid/borrowed/owned split for data (#853)

* vec/qf - initial valid/borrowed/owned split for data

* vec/qf - tidy logic for checking active/stale data

* minor - add missing NULL

* doc - explain VectorTakeArray update

* minor - update error messages

* test - update error message in junit/tap

* gpu - fix stray CeedScalar vs void for QFunctionContext

* vec/qf - clarify/simplify access logic

* vec - calloc host arrays when no value set to make empty

* style - minor

* style - minor

* minor - fix error messages

* vec/qf - move data validity checking to backend interface

* gpu - add missing sync error checking for qfcontext

* gpu - homogonize use of impl for backend data to reduce confusion

* vec - clarify access conditions

* python - update test for stricter vector access

* vec - minor fixes

* minor - fix ipython change

* vec - add missing declarations in ceed/backend.h

* ctx - mirror vector borrowed data check in ctx interface

* vec - add CeedVectorGetArrayWrite

* vec - consistent use of CeedVectorGetArray vs CeedVectorGetArrayWrite

* python - small vec fixes

* doc - describe vector data semantics

* magma - update restriction

* gpu - fix restr bug I added, need to sum into target

* magma - fix restriction bug

* cpu - fix restriction bug here too

* op - fix evec allocations

* julia - fix ElemRestriction for new vector access rules

* op - double check GetArray vs Read vs Write usage

* doc - small fix

* restr - clean up read/write logic for restr

* python - add vec.array_write

* magma - typo fix

show more ...


/libCEED/.github/workflows/rust-test-with-style.yml
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/cuda-shared/ceed-cuda-shared-basis.c
/libCEED/backends/cuda/ceed-cuda-basis.c
/libCEED/backends/cuda/ceed-cuda-operator.c
/libCEED/backends/cuda/ceed-cuda-qfunction.c
/libCEED/backends/cuda/ceed-cuda-qfunctioncontext.c
/libCEED/backends/cuda/ceed-cuda-restriction.c
/libCEED/backends/cuda/ceed-cuda-vector.c
/libCEED/backends/cuda/ceed-cuda.h
/libCEED/backends/hip-shared/ceed-hip-shared-basis.c
/libCEED/backends/hip/ceed-hip-basis.c
/libCEED/backends/hip/ceed-hip-operator.c
/libCEED/backends/hip/ceed-hip-qfunction.c
/libCEED/backends/hip/ceed-hip-qfunctioncontext.c
/libCEED/backends/hip/ceed-hip-restriction.c
/libCEED/backends/hip/ceed-hip-vector.c
/libCEED/backends/hip/ceed-hip.h
/libCEED/backends/magma/ceed-magma-basis.c
/libCEED/backends/magma/ceed-magma-restriction.c
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/opt/ceed-opt-operator.c
/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-vector.c
/libCEED/backends/ref/ceed-ref.h
/libCEED/doc/sphinx/source/libCEEDdev.md
/libCEED/doc/sphinx/source/releasenotes.md
ceed/ex1-volume.c
ceed/ex2-surface.c
petsc/area.c
rust/ex2-surface/src/main.rs
rust/mesh/src/lib.rs
/libCEED/include/ceed-impl.h
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/ceed.h
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-preconditioning.c
/libCEED/interface/ceed-qfunctioncontext.c
/libCEED/interface/ceed-vector.c
/libCEED/interface/ceed.c
/libCEED/julia/LibCEED.jl/examples/ex2-surface.jl
/libCEED/julia/LibCEED.jl/src/ElemRestriction.jl
/libCEED/python/ceed_vector.py
/libCEED/python/tests/test-0-ceed.py
/libCEED/python/tests/test-1-vector.py
/libCEED/python/tests/test-5-operator.py
/libCEED/rust/libceed/src/operator.rs
/libCEED/tests/junit.py
/libCEED/tests/t102-vector-f.f90
/libCEED/tests/t102-vector.c
/libCEED/tests/t109-vector-f.f90
/libCEED/tests/t109-vector.c
/libCEED/tests/t110-vector.c
/libCEED/tests/t111-vector.c
/libCEED/tests/t112-vector.c
/libCEED/tests/t113-vector.c
/libCEED/tests/t115-vector.c
/libCEED/tests/t116-vector.c
/libCEED/tests/t117-vector.c
/libCEED/tests/t118-vector.c
/libCEED/tests/t122-vector.c
/libCEED/tests/t124-vector-f.f90
/libCEED/tests/t124-vector.c
/libCEED/tests/t325-basis.c
/libCEED/tests/t410-qfunction.c
/libCEED/tests/t414-qfunction.c
/libCEED/tests/t415-qfunction.c
/libCEED/tests/t502-operator-f.f90
/libCEED/tests/t502-operator.c
/libCEED/tests/t506-operator-f.f90
/libCEED/tests/t506-operator.c
/libCEED/tests/t507-operator.c
/libCEED/tests/tap.sh
d5e20e6716-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - scale each component seprately for ex3 and ex4

eab5b1a216-Dec-2021 Jeremy L Thompson <jeremy@jeremylt.org>

rust - add ex3 and ex4 for vector problems


/libCEED/.github/workflows/rust-test-with-style.yml
/libCEED/.gitlab-ci.yml
/libCEED/Cargo.toml
/libCEED/backends/blocked/ceed-blocked-operator.c
/libCEED/backends/blocked/ceed-blocked.h
/libCEED/backends/cuda-gen/ceed-cuda-gen-operator.c
/libCEED/backends/cuda-gen/ceed-cuda-gen.h
/libCEED/backends/cuda/ceed-cuda-operator.c
/libCEED/backends/cuda/ceed-cuda.h
/libCEED/backends/hip-gen/ceed-hip-gen.h
/libCEED/backends/hip/ceed-hip-operator.c
/libCEED/backends/hip/ceed-hip.h
/libCEED/backends/memcheck/ceed-memcheck-qfunction.c
/libCEED/backends/opt/ceed-opt-operator.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.h
/libCEED/doc/sphinx/source/releasenotes.md
rust/ex1-volume/src/opt.rs
rust/ex2-surface/src/opt.rs
rust/ex3-vector-volume/.gitignore
rust/ex3-vector-volume/Cargo.toml
rust/ex3-vector-volume/src/main.rs
rust/ex3-vector-volume/src/opt.rs
rust/ex3-vector-volume/src/transform.rs
rust/ex4-vector-surface/.gitignore
rust/ex4-vector-surface/Cargo.toml
rust/ex4-vector-surface/src/main.rs
rust/ex4-vector-surface/src/opt.rs
rust/ex4-vector-surface/src/transform.rs
/libCEED/gallery/ceed-gallery-list.h
/libCEED/gallery/mass-vector/ceed-vectormassapply.c
/libCEED/gallery/mass-vector/ceed-vectormassapply.h
/libCEED/gallery/mass/ceed-mass1dbuild.c
/libCEED/gallery/mass/ceed-mass1dbuild.h
/libCEED/gallery/mass/ceed-mass2dbuild.c
/libCEED/gallery/mass/ceed-mass2dbuild.h
/libCEED/gallery/mass/ceed-mass3dbuild.c
/libCEED/gallery/mass/ceed-mass3dbuild.h
/libCEED/gallery/mass/ceed-massapply.c
/libCEED/gallery/mass/ceed-massapply.h
/libCEED/gallery/poisson-vector/ceed-vectorpoisson1dapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson1dapply.h
/libCEED/gallery/poisson-vector/ceed-vectorpoisson2dapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson2dapply.h
/libCEED/gallery/poisson-vector/ceed-vectorpoisson3dapply.c
/libCEED/gallery/poisson-vector/ceed-vectorpoisson3dapply.h
/libCEED/gallery/poisson/ceed-poisson1dapply.c
/libCEED/gallery/poisson/ceed-poisson1dapply.h
/libCEED/gallery/poisson/ceed-poisson1dbuild.c
/libCEED/gallery/poisson/ceed-poisson1dbuild.h
/libCEED/gallery/poisson/ceed-poisson2dapply.c
/libCEED/gallery/poisson/ceed-poisson2dapply.h
/libCEED/gallery/poisson/ceed-poisson2dbuild.c
/libCEED/gallery/poisson/ceed-poisson2dbuild.h
/libCEED/gallery/poisson/ceed-poisson3dapply.c
/libCEED/gallery/poisson/ceed-poisson3dapply.h
/libCEED/gallery/poisson/ceed-poisson3dbuild.c
/libCEED/gallery/poisson/ceed-poisson3dbuild.h
/libCEED/include/ceed/backend.h
/libCEED/interface/ceed-fortran.c
/libCEED/interface/ceed-operator.c
/libCEED/interface/ceed-qfunction.c
/libCEED/tests/junit.py
6523369629-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

petsc - use PetscFECreateLagrange

cea2814629-Nov-2021 rezgarshakeri <rezgar.shakeri@colorado.edu>

Solids: fixed duplicate definitions in structs.h

08849eac10-Nov-2021 Jeremy L Thompson <jeremy@jeremylt.org>

qf - drop unneeded guards on math.h


/libCEED/.gitlab-ci.yml
/libCEED/CITATION.cff
/libCEED/Makefile
/libCEED/azure-pipelines.yml
/libCEED/backends/cuda-gen/ceed-cuda-gen-qfunction.c
/libCEED/backends/cuda/ceed-cuda-qfunction.c
/libCEED/backends/hip-gen/ceed-hip-gen-qfunction.c
/libCEED/backends/hip/ceed-hip-qfunction.c
/libCEED/backends/occa/ceed-occa.cpp
/libCEED/doc/sphinx/source/libCEEDdev.md
/libCEED/doc/sphinx/source/releasenotes.md
fluids/qfunctions/advection.h
fluids/qfunctions/advection2d.h
fluids/qfunctions/densitycurrent.h
fluids/qfunctions/eulervortex.h
fluids/qfunctions/mass.h
fluids/qfunctions/setupgeo.h
fluids/qfunctions/setupgeo2d.h
nek/bps/bps.h
petsc/qfunctions/area/areacube.h
petsc/qfunctions/area/areasphere.h
petsc/qfunctions/bps/bp1.h
petsc/qfunctions/bps/bp1sphere.h
petsc/qfunctions/bps/bp2.h
petsc/qfunctions/bps/bp2sphere.h
petsc/qfunctions/bps/bp3.h
petsc/qfunctions/bps/bp3sphere.h
petsc/qfunctions/bps/bp4.h
petsc/qfunctions/bps/bp4sphere.h
solids/qfunctions/constant-force.h
solids/qfunctions/finite-strain-mooney-rivlin-initial-1.h
solids/qfunctions/finite-strain-neo-hookean-current-1.h
solids/qfunctions/finite-strain-neo-hookean-current-2.h
solids/qfunctions/finite-strain-neo-hookean-initial-1.h
solids/qfunctions/finite-strain-neo-hookean-initial-2.h
solids/qfunctions/linear.h
solids/qfunctions/manufactured-force.h
solids/qfunctions/manufactured-true.h
solids/qfunctions/small-strain-neo-hookean.h
/libCEED/include/ceed-impl.h
/libCEED/include/ceed/backend.h
/libCEED/include/ceed/jit-tools.h
/libCEED/interface/ceed-jit-tools.c
/libCEED/interface/ceed-qfunction.c
/libCEED/interface/ceed.c
/libCEED/python/tests/output/test_402.out
/libCEED/tests/output/t402-qfunction-f.out
/libCEED/tests/output/t402-qfunction.out
/libCEED/tests/t406-qfunction-helper.h
/libCEED/tests/t406-qfunction.c
/libCEED/tests/t406-qfunction.h
3075221101-Oct-2021 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #812 from CEED/jeremy/check-op

Promote Operator check to public API; Strengthen composite Operator check

1...<<31323334353637383940>>...69