History log of /libCEED/ (Results 951 – 975 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6e536b9908-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

interface - add Ceed*ReturnCeed


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
b816f9e329-Feb-2024 James Wright <james@jameswright.xyz>

fixup! fluids: Change test for advection tau types

44e8f77d14-Feb-2024 James Wright <james@jameswright.xyz>

doc(fluids): New choices for tau in advection

4d79930114-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Change test for advection tau types

b18328c413-Feb-2024 James Wright <james@jameswright.xyz>

fluids: Add different tau choices for advection

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

Merge pull request #1504 from CEED/jeremy/debug-on-error

Write source to debug when CUDA/HIP fails to compile

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

fix - need C string for debug printing

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

fix - print actual source code, not the defs only

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

Merge pull request #1443 from CEED/jrwrigh/riemann_slip

fluids: Change slip boundary condition formulation

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

jit - write debug info when CUDA/HIP fails to compile

779a645311-Jan-2024 James Wright <james@jameswright.xyz>

test(fluids): Test bc_slip

9f84436806-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Implement bc_slip

This is a weak version of slip boundary condition based on a Riemann
solve

7c5bba5006-Dec-2023 James Wright <james@jameswright.xyz>

fluids: Change -bc_slip_x -> -bc_symmetry_x

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

Merge pull request #1503 from CEED/jeremy/tidy

Fix tidy warning

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

minor - fix tidy warning

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

Merge pull request #1361 from CEED/jrwrigh/external_sgs

fluids: Add external SGS DD inference capability

d7af081504-Oct-2023 James Wright <james@jameswright.xyz>

test: Add SGS data-driven sequential test

cf90ec9b03-Oct-2023 James Wright <james@jameswright.xyz>

docs(fluids): Fused/sequential data-driven SGS model

1250e89903-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Implement sequential SGS DD eval

39b5719505-Mar-2024 Riccardo Balin <riccardo.balin@gmail.com>

Fixing SmartRedis meta data arrays to be of type Int64 (#1501)

* fluids: fixed SmartRedis meta data arrays to be of type Int64

* fluids: style fix

---------

Co-authored-by: Riccardo Balin <

Fixing SmartRedis meta data arrays to be of type Int64 (#1501)

* fluids: fixed SmartRedis meta data arrays to be of type Int64

* fluids: style fix

---------

Co-authored-by: Riccardo Balin <balin@aurora-uan-0010.hostmgmt.cm.aurora.alcf.anl.gov>

show more ...

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

Merge pull request #1499 from CEED/jeremy/extra-cast

internal - remove some extra void* casts

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

internal - remove some extra void* casts

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

Merge pull request #1498 from CEED/zach/remove-lsan-options

Remove obsolete LSAN_OPTIONS and .asanignore

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

Remove obsolete LSAN_OPTIONS and .asanignore

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

Merge pull request #1496 from CEED/jrwrigh/ksp_mass

Fluids: Fix mass operator for explicit timestepping, move to KSP for mass operator

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