History log of /libCEED/ (Results 1751 – 1775 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b5404d5d16-Feb-2023 Sebastian Grimberg <sjg@amazon.com>

Add tests

5330800f24-Feb-2023 Sebastian Grimberg <sjg@amazon.com>

Update function comments for CeedQFunctions related to H(div) and H(curl) support

352a5e7c24-Feb-2023 Sebastian Grimberg <sjg@amazon.com>

Operator diagonal and full assembly support for H(curl) and H(div), on CPU

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

Update p-multigrid to work with H(div) and H(curl)

For multigrid, H(curl) and H(div) projection bases don't have a CEED_EVAL_CURL or CEED_EVAL_DIV operation currently. I'm not sure if a similar form

Update p-multigrid to work with H(div) and H(curl)

For multigrid, H(curl) and H(div) projection bases don't have a CEED_EVAL_CURL or CEED_EVAL_DIV operation currently. I'm not sure if a similar formulation to #1023 applies but for now it is probably OK without it.

show more ...

c4e3f59b15-Feb-2023 Sebastian Grimberg <sjg@amazon.com>

Add H(curl) basis and CEED_EVAL_CURL operations

This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose a

Add H(curl) basis and CEED_EVAL_CURL operations

This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose an easy way to get non-tensor backends to work for H(div) and H(curl).

show more ...

f724464107-Apr-2023 James Wright <james@jameswright.xyz>

Merge pull request #1191 from CEED/jrwrigh/fix_petsc_build

fix: Update DMGetRegionDS calls in examples/petsc

a86a87bd07-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1192 from CEED/jeremy/not-release

Mark main as not RELEASE

db3e7f9207-Apr-2023 James Wright <james@jameswright.xyz>

Update minimum petsc version for solids and fluids

1622892d07-Apr-2023 James Wright <james@jameswright.xyz>

examples/petsc: Remove unneeded PETSC_VERSION_LT

- We now require greater than 3.19 anyways

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

d578030807-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

lib - mark main as not RELEASE

0fc789e507-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1190 from CEED/jeremy/enum-move

Move enums to ceed/types.h

baf96a3005-Apr-2023 James Wright <james@jameswright.xyz>

fix: Update DMGetRegionDS calls in examples/petsc

- Also update minimum required PETSc version
- Update releasenotes with change to minimum PETSc version

9bd0a4de06-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

include - move enums to ceed/types.h

9be7dc4506-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1188 from CEED/jed/qfunction-helper-always-inline

QFunction helpers: include __attribute__((always_inline)) with gcc/clang

0d40943505-Apr-2023 Jed Brown <jed@jedbrown.org>

QFunction helpers: include __attribute__((always_inline)) with gcc/clang

efdfdf6d03-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1187 from CEED/jeremy/fix-basis

Fix static object bug, Add Werror to CI

27e6d7e203-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ci - add Werror for Noether jobs

7425e12703-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

fix - errors in *Destroy for static objects

a76d53b230-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1186 from CEED/jeremy/vec-ref-destroy

Allow Ceed*Destroy/Ceed*Reference to be called on CEED_VECTOR_NONE, etc

393ac2cd30-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - allow Ceed*Destroy/Ceed*Reference to be called on CEED_VECTOR_NONE, CEED_VECTOR_ACTIVE, CEED_ELEMRESTRICTION_NONE, CEED_BASIS_COLLOCATED

75f4e51e29-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1178 from CEED/jeremy/vec-peek

Add CeedVectorViewRange utility

98b6bd5e29-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1184 from CEED/jeremy/strict-label

Update op check for a context label

5ac9af7928-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ctx - update op check for a label

49aac15524-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc heade

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc headers

* iwyu - ceed/ceed.h -> ceed.h

* iwyu - cuda/hip include fixes

show more ...


Makefile
RELEASING.md
backends/avx/ceed-avx-blocked.c
backends/avx/ceed-avx-serial.c
backends/avx/ceed-avx-tensor-f32.c
backends/avx/ceed-avx-tensor-f64.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-list.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-ref/ceed-cuda-ref-basis.c
backends/cuda-ref/ceed-cuda-ref-operator.c
backends/cuda-ref/ceed-cuda-ref-qfunction-load.cpp
backends/cuda-ref/ceed-cuda-ref-qfunction.c
backends/cuda-ref/ceed-cuda-ref-qfunctioncontext.c
backends/cuda-ref/ceed-cuda-ref.c
backends/cuda-ref/ceed-cuda-ref.h
backends/cuda-ref/ceed-cuda-restriction.c
backends/cuda-ref/ceed-cuda-vector.c
backends/cuda-ref/kernels/cuda-ref-vector.cu
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-common.c
backends/cuda/ceed-cuda-common.h
backends/cuda/ceed-cuda-compile.cpp
backends/cuda/ceed-cuda-compile.h
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-ref/ceed-hip-ref-basis.c
backends/hip-ref/ceed-hip-ref-operator.c
backends/hip-ref/ceed-hip-ref-qfunction-load.cpp
backends/hip-ref/ceed-hip-ref-qfunction.c
backends/hip-ref/ceed-hip-ref-qfunctioncontext.c
backends/hip-ref/ceed-hip-ref-restriction.c
backends/hip-ref/ceed-hip-ref-vector.c
backends/hip-ref/ceed-hip-ref.c
backends/hip-ref/ceed-hip-ref.h
backends/hip-ref/kernels/hip-ref-vector.hip.cpp
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-common.c
backends/hip/ceed-hip-common.h
backends/hip/ceed-hip-compile.cpp
backends/hip/ceed-hip-compile.h
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/weight.h
backends/memcheck/ceed-memcheck-blocked.c
backends/memcheck/ceed-memcheck-qfunction.c
backends/memcheck/ceed-memcheck-qfunctioncontext.c
backends/memcheck/ceed-memcheck-serial.c
backends/memcheck/ceed-memcheck-vector.c
backends/memcheck/ceed-memcheck.h
backends/occa/ceed-occa.h
backends/opt/ceed-opt-blocked.c
backends/opt/ceed-opt-operator.c
backends/opt/ceed-opt-serial.c
backends/opt/ceed-opt-tensor.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/xsmm/ceed-xsmm-blocked.c
backends/xsmm/ceed-xsmm-serial.c
backends/xsmm/ceed-xsmm-tensor-f32.c
backends/xsmm/ceed-xsmm-tensor-f64.c
backends/xsmm/ceed-xsmm.h
examples/ceed/ex1-volume.c
examples/ceed/ex2-surface.c
examples/fluids/include/matops.h
examples/fluids/navierstokes.c
examples/fluids/navierstokes.h
examples/fluids/problems/advection.c
examples/fluids/problems/advection2d.c
examples/fluids/problems/blasius.c
examples/fluids/problems/channel.c
examples/fluids/problems/densitycurrent.c
examples/fluids/problems/eulervortex.c
examples/fluids/problems/freestream_bc.c
examples/fluids/problems/gaussianwave.c
examples/fluids/problems/newtonian.c
examples/fluids/problems/shocktube.c
examples/fluids/problems/stg_shur14.c
examples/fluids/problems/stg_shur14.h
examples/fluids/src/cloptions.c
examples/fluids/src/dirichlet.c
examples/fluids/src/matops.c
examples/fluids/src/misc.c
examples/fluids/src/setupdm.c
examples/fluids/src/setuplibceed.c
examples/fluids/src/setupts.c
examples/fluids/src/turb_spanstats.c
examples/petsc/area.c
examples/petsc/bps.c
examples/petsc/bpsraw.c
examples/petsc/bpssphere.c
examples/petsc/include/matops.h
examples/petsc/include/petscutils.h
examples/solids/elasticity.c
examples/solids/elasticity.h
examples/solids/include/boundary.h
examples/solids/include/cl-options.h
examples/solids/include/matops.h
examples/solids/include/misc.h
examples/solids/include/setup-dm.h
examples/solids/include/setup-libceed.h
examples/solids/include/structs.h
examples/solids/include/utils.h
examples/solids/problems/finite-strain-mooney-rivlin-initial-1.c
examples/solids/problems/finite-strain-neo-hookean-current-1.c
examples/solids/problems/finite-strain-neo-hookean-current-2.c
examples/solids/problems/finite-strain-neo-hookean-initial-1.c
examples/solids/problems/finite-strain-neo-hookean-initial-2.c
examples/solids/problems/linear.c
examples/solids/problems/mooney-rivlin.c
examples/solids/problems/mooney-rivlin.h
examples/solids/problems/neo-hookean.c
examples/solids/problems/neo-hookean.h
examples/solids/problems/problems.c
examples/solids/problems/small-strain-neo-hookean.c
examples/solids/src/boundary.c
examples/solids/src/cl-options.c
examples/solids/src/matops.c
examples/solids/src/misc.c
examples/solids/src/setup-dm.c
examples/solids/src/setup-libceed.c
gallery/ceed-gallery-list.h
gallery/ceed-gallery-weak.c
gallery/identity/ceed-identity.c
gallery/mass-vector/ceed-vectormassapply.c
gallery/mass/ceed-mass1dbuild.c
gallery/mass/ceed-mass2dbuild.c
gallery/mass/ceed-mass3dbuild.c
gallery/mass/ceed-massapply.c
gallery/poisson-vector/ceed-vectorpoisson1dapply.c
gallery/poisson-vector/ceed-vectorpoisson2dapply.c
gallery/poisson-vector/ceed-vectorpoisson3dapply.c
gallery/poisson/ceed-poisson1dapply.c
gallery/poisson/ceed-poisson1dbuild.c
gallery/poisson/ceed-poisson2dapply.c
gallery/poisson/ceed-poisson2dbuild.c
gallery/poisson/ceed-poisson3dapply.c
gallery/poisson/ceed-poisson3dbuild.c
gallery/scale/ceed-scale.c
include/ceed-impl.h
include/ceed.h
include/ceed/backend.h
include/ceed/ceed-f32.h
include/ceed/ceed-f64.h
include/ceed/ceed.h
include/ceed/cuda.h
include/ceed/hash.h
include/ceed/hip.h
include/ceed/jit-tools.h
include/ceed/types.h
interface/ceed-basis.c
interface/ceed-cuda.c
interface/ceed-elemrestriction.c
interface/ceed-fortran.c
interface/ceed-hip.c
interface/ceed-jit-source-root-default.c
interface/ceed-jit-source-root-install.c
interface/ceed-jit-tools.c
interface/ceed-operator.c
interface/ceed-preconditioning.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/gen/generator.jl
python/build_ceed_cffi.py
python/tests/libceed-qfunctions.c
rust/libceed-sys/build.rs
tests/t000-ceed.c
tests/t001-ceed.c
tests/t005-ceed.c
tests/t009-ceed.c
tests/t100-vector.c
tests/t101-vector.c
tests/t103-vector.c
tests/t104-vector.c
tests/t105-vector.c
tests/t106-vector.c
tests/t108-vector.c
tests/t109-vector.c
tests/t119-vector.c
tests/t120-vector.c
tests/t121-vector.c
tests/t122-vector.c
tests/t123-vector.c
tests/t124-vector.c
tests/t125-vector.c
tests/t126-vector.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/t213-elemrestriction.c
tests/t216-elemrestriction.c
tests/t220-elemrestriction.c
tests/t301-basis.c
tests/t302-basis.c
tests/t304-basis.c
tests/t305-basis.c
tests/t306-basis.c
tests/t307-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/t319-basis.c
tests/t321-basis.c
tests/t322-basis.c
tests/t323-basis.c
tests/t324-basis.c
tests/t325-basis.c
tests/t330-basis.c
tests/t331-basis.c
tests/t332-basis.c
tests/t400-qfunction.c
tests/t401-qfunction.c
tests/t402-qfunction.c
tests/t403-qfunction.c
tests/t404-qfunction.c
tests/t405-qfunction.c
tests/t406-qfunction.c
tests/t407-qfunction.c
tests/t408-qfunction.c
tests/t409-qfunction.c
tests/t410-qfunction.c
tests/t411-qfunction.c
tests/t412-qfunction.c
tests/t414-qfunction.c
tests/t415-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/t508-operator.c
tests/t509-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/t525-operator.c
tests/t526-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/t539-operator.c
tests/t540-operator.c
tests/t541-operator.c
tests/t550-operator.c
tests/t551-operator.c
tests/t552-operator.c
tests/t553-operator.c
tests/t554-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
tests/t566-operator.c
tests/t567-operator.c
tests/t568-operator.c
94d77ba522-Mar-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1183 from CEED/leila/fluids-doc-fix

fluids/README: a small fix

1...<<71727374757677787980>>...226