History log of /libCEED/ (Results 926 – 950 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d231d93913-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Add -pmat_pbdiagonal warning

5da97eb413-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Remove old CreateMatShell_Ceed

This is fully replaced by MatCeed

7f2a930312-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Add KSPSetFromOptions_WithMatCeed

91c97f4112-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Use MatCeed for Jacobian

f07714d905-Mar-2024 James Wright <james@jameswright.xyz>

test(fluids): Add stabilized explicit test for advection

Also uses consistent mass matrix

fa9a7b5d05-Mar-2024 James Wright <james@jameswright.xyz>

fix(fluids): RHS stabilization term should be negative

74bf24ea12-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1473 from CEED/jrwrigh/tau_choices

fluids: Shakib tau for advection

9ad1dbfd12-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1512 from CEED/jeremy/asan-memcheck-ci

Add memcheck+asan CI job

ad037b6312-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ci - run ASAN against all 'built in' CPU backends

53928bd012-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ci - add memcheck+asan job

9c5431aa12-Mar-2024 James Wright <james@jameswright.xyz>

Merge pull request #1511 from CEED/jrwrigh/clang-format17

style: Changes for clang-format 17


0ce26d3812-Mar-2024 James Wright <james@jameswright.xyz>

style: Changes for clang-format 17

c8564c3012-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Add MatCeed Code from Ratel

ed9ed3de12-Mar-2024 James Wright <james@jameswright.xyz>

fluids: Make MatShell functions static

This is done primarily to allow MatCeed to coexist with the context
operators for right now.

This has the nasty side-effect of forcing `Mat` objects to be NUL

fluids: Make MatShell functions static

This is done primarily to allow MatCeed to coexist with the context
operators for right now.

This has the nasty side-effect of forcing `Mat` objects to be NULL when
they're passed into CreateMatShell_Ceed, but that will soon be replaced
with MatCeed, so it is only temporary for the transition in this PR

show more ...

38438fe111-Mar-2024 Zach Atkins <zach.atkins@colorado.edu>

Merge pull request #1508 from CEED/jeremy/initalize-memcheck

Initalize scratch vectors in AtPoints Operator impl

c3a6834a11-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1509 from CEED/zach/loosen-t305-tol

Loosen tolerance for t305-basis

6efa0d7211-Mar-2024 Zach Atkins <zach.atkins@colorado.edu>

Move fix to CeedOperatorSetupFieldsAtPoints_Ref

23629c2311-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

cpu - padd AtPoints evec for memcheck

17937fbf11-Mar-2024 Zach Atkins <zach.atkins@colorado.edu>

Loosen tolerance for t305-basis

bff3dd9c11-Mar-2024 Zach Atkins <zach.atkins@colorado.edu>

Add reproducer for memcheck bug in CeedOperatorInputBasisAtPoints_Ref

b37f882511-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

cpu - initalize scratch vectors in AtPoints Operator impl

73441d2708-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1505 from CEED/jeremy/return-ceed

Add Ceed*ReturnCeed


.github/workflows/c-fortran-test-style.yml
backends/avx/ceed-avx-tensor.c
backends/blocked/ceed-blocked-operator.c
backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
backends/cuda-gen/ceed-cuda-gen-qfunction.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-vector.c
backends/hip-gen/ceed-hip-gen-operator-build.cpp
backends/hip-gen/ceed-hip-gen-qfunction.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-vector.c
backends/memcheck/ceed-memcheck-qfunctioncontext.c
backends/memcheck/ceed-memcheck-restriction.c
backends/memcheck/ceed-memcheck-vector.c
backends/opt/ceed-opt-operator.c
backends/opt/ceed-opt-tensor.c
backends/ref/ceed-ref-operator.c
backends/ref/ceed-ref-qfunctioncontext.c
backends/ref/ceed-ref-restriction.c
backends/ref/ceed-ref-vector.c
backends/sycl-gen/ceed-sycl-gen-operator-build.sycl.cpp
backends/sycl-gen/ceed-sycl-gen-qfunction.sycl.cpp
backends/sycl-ref/ceed-sycl-ref-qfunction-load.sycl.cpp
backends/sycl-ref/ceed-sycl-ref-qfunction.sycl.cpp
backends/sycl-ref/ceed-sycl-vector.sycl.cpp
backends/xsmm/ceed-xsmm-tensor.c
doc/sphinx/source/releasenotes.md
include/ceed/backend.h
include/ceed/ceed.h
include/ceed/jit-source/magma/magma-basis-grad-1d.h
include/ceed/jit-source/magma/magma-basis-grad-2d.h
include/ceed/jit-source/magma/magma-basis-grad-3d.h
include/ceed/jit-source/magma/magma-basis-interp-1d.h
include/ceed/jit-source/magma/magma-basis-interp-2d.h
include/ceed/jit-source/magma/magma-basis-interp-3d.h
interface/ceed-basis.c
interface/ceed-elemrestriction.c
interface/ceed-operator.c
interface/ceed-qfunction.c
interface/ceed-qfunctioncontext.c
interface/ceed-tensor.c
interface/ceed-vector.c
1a210a0008-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Update backends/cuda-ref/ceed-cuda-ref-vector.c

fix - bad reversion of change

Co-authored-by: James Wright <james@jameswright.xyz>

d77c2f5d08-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

internal - add some missing CeedCall

0c9ac18308-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

ci - use clang-format 17

1...<<31323334353637383940>>...226