History log of /libCEED/ (Results 3026 – 3050 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4856494706-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

petsc - rename header guards for consistency

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

petsc - refactor examples to reduce redundant code

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

Merge pull request #735 from CEED/jeremy/style-guide

Style Unification


backends/avx/ceed-avx-blocked.c
backends/avx/ceed-avx-serial.c
backends/avx/ceed-avx-tensor.c
backends/blocked/ceed-blocked-operator.c
backends/blocked/ceed-blocked.c
backends/blocked/ceed-blocked.h
backends/memcheck/ceed-memcheck-blocked.c
backends/memcheck/ceed-memcheck-qfunction.c
backends/memcheck/ceed-memcheck-serial.c
backends/memcheck/ceed-memcheck.h
backends/opt/ceed-opt-blocked.c
backends/opt/ceed-opt-operator.c
backends/opt/ceed-opt-serial.c
backends/opt/ceed-opt.h
backends/ref/ceed-ref-basis.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-qfunction.c
backends/ref/ceed-ref-qfunctioncontext.c
backends/ref/ceed-ref-restriction.c
backends/ref/ceed-ref-tensor.c
backends/ref/ceed-ref-vector.c
backends/ref/ceed-ref.h
backends/template/ceed-tmpl-sub.c
backends/template/ceed-tmpl.c
backends/xsmm/ceed-xsmm-blocked.c
backends/xsmm/ceed-xsmm-serial.c
backends/xsmm/ceed-xsmm-tensor.c
backends/xsmm/ceed-xsmm.h
doc/sphinx/source/libCEEDapi.rst
doc/sphinx/source/libCEEDdev.rst
examples/ceed/ex1-volume.c
examples/ceed/ex1-volume.h
examples/ceed/ex2-surface.c
examples/ceed/ex2-surface.h
examples/mfem/bp1.hpp
examples/mfem/bp3.hpp
examples/solids/elasticity.c
examples/solids/elasticity.h
examples/solids/qfunctions/FSCurrent-NH1.h
examples/solids/qfunctions/FSCurrent-NH2.h
examples/solids/qfunctions/FSInitial-NH1.h
examples/solids/qfunctions/FSInitial-NH2.h
examples/solids/qfunctions/Linear.h
examples/solids/qfunctions/SS-NH.h
examples/solids/qfunctions/common.h
examples/solids/qfunctions/constantForce.h
examples/solids/qfunctions/manufacturedForce.h
examples/solids/src/boundary.c
examples/solids/src/cloptions.c
examples/solids/src/matops.c
examples/solids/src/misc.c
examples/solids/src/setupdm.c
examples/solids/src/setuplibceed.c
gallery/mass1d/ceed-mass1dbuild.h
gallery/mass1d/ceed-massapply.h
gallery/mass2d/ceed-mass2dbuild.h
gallery/mass3d/ceed-mass3dbuild.h
gallery/poisson1d/ceed-poisson1dapply.h
gallery/poisson1d/ceed-poisson1dbuild.h
gallery/poisson2d/ceed-poisson2dapply.h
gallery/poisson2d/ceed-poisson2dbuild.h
gallery/poisson3d/ceed-poisson3dapply.h
gallery/poisson3d/ceed-poisson3dbuild.h
include/ceed-impl.h
include/ceed/backend.h
include/ceed/ceed.h
interface/ceed-basis.c
interface/ceed-cuda.c
interface/ceed-elemrestriction.c
interface/ceed-fortran.c
interface/ceed-hip.c
interface/ceed-operator.c
interface/ceed-qfunction.c
interface/ceed-qfunctioncontext.c
interface/ceed-tensor.c
interface/ceed-vector.c
interface/ceed.c
tests/t002-ceed.c
tests/t004-ceed.c
tests/t005-ceed.c
tests/t200-elemrestriction.c
tests/t201-elemrestriction.c
tests/t202-elemrestriction.c
tests/t203-elemrestriction.c
tests/t204-elemrestriction.c
tests/t205-elemrestriction.c
tests/t206-elemrestriction.c
tests/t207-elemrestriction.c
tests/t208-elemrestriction.c
tests/t209-elemrestriction.c
tests/t210-elemrestriction.c
tests/t211-elemrestriction.c
tests/t212-elemrestriction.c
tests/t213-elemrestriction.c
tests/t214-elemrestriction.c
tests/t215-elemrestriction.c
tests/t302-basis.c
tests/t303-basis.c
tests/t310-basis.c
tests/t311-basis.c
tests/t312-basis.c
tests/t313-basis.c
tests/t314-basis.c
tests/t315-basis.c
tests/t316-basis.c
tests/t317-basis.c
tests/t318-basis.c
tests/t320-basis.c
tests/t320-basis.h
tests/t321-basis.c
tests/t322-basis.c
tests/t323-basis.c
tests/t324-basis.c
tests/t325-basis.c
tests/t400-qfunction.c
tests/t400-qfunction.h
tests/t401-qfunction.c
tests/t401-qfunction.h
tests/t402-qfunction.c
tests/t410-qfunction.c
tests/t411-qfunction.c
tests/t412-qfunction.c
tests/t413-qfunction.c
tests/t500-operator.c
tests/t501-operator.c
tests/t502-operator.c
tests/t503-operator.c
tests/t504-operator.c
tests/t505-operator.c
tests/t506-operator.c
tests/t507-operator.c
tests/t510-operator.c
tests/t511-operator.c
tests/t520-operator.c
tests/t521-operator.c
tests/t522-operator.c
tests/t523-operator.c
tests/t524-operator.c
tests/t530-operator.c
tests/t531-operator.c
tests/t532-operator.c
tests/t533-operator.c
tests/t534-operator.c
tests/t535-operator.c
tests/t536-operator.c
tests/t537-operator.c
tests/t538-operator.c
tests/t540-operator.c
tests/t550-operator.c
tests/t551-operator.c
tests/t552-operator.c
tests/t553-operator.c
tests/t560-operator.c
tests/t561-operator.c
tests/t562-operator.c
tests/t563-operator.c
tests/t564-operator.c
tests/t565-operator.c
333d076109-Apr-2021 jeremylt <thompson.jeremy.luke@gmail.com>

docs - update header file notes with example

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

style - updating C variable style


backends/avx/ceed-avx-blocked.c
backends/avx/ceed-avx-serial.c
backends/avx/ceed-avx-tensor.c
backends/blocked/ceed-blocked-operator.c
backends/blocked/ceed-blocked.c
backends/blocked/ceed-blocked.h
backends/memcheck/ceed-memcheck-blocked.c
backends/memcheck/ceed-memcheck-qfunction.c
backends/memcheck/ceed-memcheck-serial.c
backends/memcheck/ceed-memcheck.h
backends/opt/ceed-opt-blocked.c
backends/opt/ceed-opt-operator.c
backends/opt/ceed-opt-serial.c
backends/opt/ceed-opt.h
backends/ref/ceed-ref-basis.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-qfunction.c
backends/ref/ceed-ref-qfunctioncontext.c
backends/ref/ceed-ref-restriction.c
backends/ref/ceed-ref-tensor.c
backends/ref/ceed-ref-vector.c
backends/ref/ceed-ref.h
backends/template/ceed-tmpl-sub.c
backends/template/ceed-tmpl.c
backends/xsmm/ceed-xsmm-blocked.c
backends/xsmm/ceed-xsmm-serial.c
backends/xsmm/ceed-xsmm-tensor.c
backends/xsmm/ceed-xsmm.h
doc/sphinx/source/libCEEDapi.rst
doc/sphinx/source/libCEEDdev.rst
examples/ceed/ex1-volume.c
examples/ceed/ex1-volume.h
examples/ceed/ex2-surface.c
examples/ceed/ex2-surface.h
examples/mfem/bp1.hpp
examples/mfem/bp3.hpp
examples/solids/elasticity.c
examples/solids/elasticity.h
examples/solids/qfunctions/FSCurrent-NH1.h
examples/solids/qfunctions/FSCurrent-NH2.h
examples/solids/qfunctions/FSInitial-NH1.h
examples/solids/qfunctions/FSInitial-NH2.h
examples/solids/qfunctions/Linear.h
examples/solids/qfunctions/SS-NH.h
examples/solids/qfunctions/common.h
examples/solids/qfunctions/constantForce.h
examples/solids/qfunctions/manufacturedForce.h
examples/solids/src/boundary.c
examples/solids/src/cloptions.c
examples/solids/src/matops.c
examples/solids/src/misc.c
examples/solids/src/setupdm.c
examples/solids/src/setuplibceed.c
gallery/mass1d/ceed-mass1dbuild.h
gallery/mass1d/ceed-massapply.h
gallery/mass2d/ceed-mass2dbuild.h
gallery/mass3d/ceed-mass3dbuild.h
gallery/poisson1d/ceed-poisson1dapply.h
gallery/poisson1d/ceed-poisson1dbuild.h
gallery/poisson2d/ceed-poisson2dapply.h
gallery/poisson2d/ceed-poisson2dbuild.h
gallery/poisson3d/ceed-poisson3dapply.h
gallery/poisson3d/ceed-poisson3dbuild.h
include/ceed-impl.h
include/ceed/backend.h
include/ceed/ceed.h
interface/ceed-basis.c
interface/ceed-cuda.c
interface/ceed-elemrestriction.c
interface/ceed-fortran.c
interface/ceed-hip.c
interface/ceed-operator.c
interface/ceed-qfunction.c
interface/ceed-qfunctioncontext.c
interface/ceed-tensor.c
interface/ceed-vector.c
interface/ceed.c
tests/t002-ceed.c
tests/t004-ceed.c
tests/t005-ceed.c
tests/t200-elemrestriction.c
tests/t201-elemrestriction.c
tests/t202-elemrestriction.c
tests/t203-elemrestriction.c
tests/t204-elemrestriction.c
tests/t205-elemrestriction.c
tests/t206-elemrestriction.c
tests/t207-elemrestriction.c
tests/t208-elemrestriction.c
tests/t209-elemrestriction.c
tests/t210-elemrestriction.c
tests/t211-elemrestriction.c
tests/t212-elemrestriction.c
tests/t213-elemrestriction.c
tests/t214-elemrestriction.c
tests/t215-elemrestriction.c
tests/t302-basis.c
tests/t303-basis.c
tests/t310-basis.c
tests/t311-basis.c
tests/t312-basis.c
tests/t313-basis.c
tests/t314-basis.c
tests/t315-basis.c
tests/t316-basis.c
tests/t317-basis.c
tests/t318-basis.c
tests/t320-basis.c
tests/t320-basis.h
tests/t321-basis.c
tests/t322-basis.c
tests/t323-basis.c
tests/t324-basis.c
tests/t325-basis.c
tests/t400-qfunction.c
tests/t400-qfunction.h
tests/t401-qfunction.c
tests/t401-qfunction.h
tests/t402-qfunction.c
tests/t410-qfunction.c
tests/t411-qfunction.c
tests/t412-qfunction.c
tests/t413-qfunction.c
tests/t500-operator.c
tests/t501-operator.c
tests/t502-operator.c
tests/t503-operator.c
tests/t504-operator.c
tests/t505-operator.c
tests/t506-operator.c
tests/t507-operator.c
tests/t510-operator.c
tests/t511-operator.c
tests/t520-operator.c
tests/t521-operator.c
tests/t522-operator.c
tests/t523-operator.c
tests/t524-operator.c
tests/t530-operator.c
tests/t531-operator.c
tests/t532-operator.c
tests/t533-operator.c
tests/t534-operator.c
tests/t535-operator.c
tests/t536-operator.c
tests/t537-operator.c
tests/t538-operator.c
tests/t540-operator.c
tests/t550-operator.c
tests/t551-operator.c
tests/t552-operator.c
tests/t553-operator.c
tests/t560-operator.c
tests/t561-operator.c
tests/t562-operator.c
tests/t563-operator.c
tests/t564-operator.c
tests/t565-operator.c
581813bf08-Apr-2021 Will Pazner <11493037+pazner@users.noreply.github.com>

Copy LICENSE to LibCEED.jl (#734)

9e2058d608-Apr-2021 Will Pazner <11493037+pazner@users.noreply.github.com>

Update LibCEED.jl version number (#724)

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

header - update minor version in header definition (#732)

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

Merge pull request #730 from CEED/jeremy/match-error

interface - improved resource matching check

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

interface - update CeedRegistryGetList to use malloc directly, make priorities array optional

707c9c5307-Apr-2021 Matthew Knepley <knepley@gmail.com>

Update intro.rst (#731)

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

interface - add help option for CeedInit and function to access arrays of resources + priorities

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

codecov - add exclusion markers for t006/7

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

interface - improved resource matching check

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

Merge pull request #727 from CEED/valeria/fluid-docs

Tiny fluid docs rewording

43496f6d06-Apr-2021 Valeria Barra <valeriabarra21@gmail.com>

Tiny fluid docs rewording

e8f2345901-Apr-2021 Jed Brown <jed@jedbrown.org>

libCEED 0.8

80132a9301-Apr-2021 Jed Brown <jed@jedbrown.org>

tests/python: fix double free remnant after switch to context manager

f45e5ea101-Apr-2021 Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com>

update release notes (#723)

* doc: update release notes

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

952aa24101-Apr-2021 Jed Brown <jed@jedbrown.org>

Makefile: fix typo

Reported-by: Yohann Dudouit <yohann.dudouit@gmail.com>

aa8cce7431-Mar-2021 Jed Brown <jed@jedbrown.org>

make configure: add OCCA_DIR

7997023531-Mar-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #722 from CEED/jed/no-default-cuda-hip

Disable autodetection of HIP and CUDA

96f2f97431-Mar-2021 Jed Brown <jed@jedbrown.org>

Disable autodetection of HIP and CUDA

Some machines, especially HPC machines with shared filesystems (e.g., at
LLNL) have CUDA and/or HIP compilation stacks despite no such devices.
Autodetection pr

Disable autodetection of HIP and CUDA

Some machines, especially HPC machines with shared filesystems (e.g., at
LLNL) have CUDA and/or HIP compilation stacks despite no such devices.
Autodetection produces confusing errors in such environments, so we
disable them and require explicitly setting CUDA_DIR and/or HIP_DIR to
locate them (picked up automatically from the environment if present).
Document this behavior.

Reported-by: Natalie Beams <nbeams@icl.utk.edu>

show more ...

874019bc31-Mar-2021 Jed Brown <jed@jedbrown.org>

Merge pull request #716 from CEED/jed/install-backend.h

Jed/install backend.h


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

Merge pull request #721 from CEED/jeremy/email

mailmap - update jeremy's email

1...<<121122123124125126127128129130>>...226