History log of /libCEED/ (Results 1726 – 1750 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2a86cc9d04-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Fix file endings inconsistency


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/blocked/ceed-blocked-operator.c
backends/blocked/ceed-blocked.c
backends/cuda-gen/ceed-cuda-gen-operator-build.cpp
backends/cuda-gen/ceed-cuda-gen.c
backends/cuda-ref/ceed-cuda-ref-basis.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-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/ceed-cuda-compile.cpp
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-ref/ceed-hip-ref-basis.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/kernels/hip-ref-vector.hip.cpp
backends/hip-shared/ceed-hip-shared-basis.c
backends/hip-shared/ceed-hip-shared.c
backends/hip/ceed-hip-compile.cpp
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/opt/ceed-opt-blocked.c
backends/opt/ceed-opt-operator.c
backends/opt/ceed-opt-tensor.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/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
include/ceed/jit-source/cuda/cuda-ref-basis-tensor.h
include/ceed/jit-source/hip/hip-ref-basis-nontensor.h
include/ceed/jit-source/hip/hip-ref-basis-tensor.h
2c2ea1db15-Apr-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Pedantic make option (#1193)

* make - add PEDANTIC option

* ci - use PEDANTIC make option

* cuda - fix pedantic error

* pedantic - drop nonstandard ternary for CeedError

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

Merge pull request #1194 from CEED/jrwrigh/fix-style-ci

CI: Run apt update before installing clang-format

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

Attempt CI Formatting Fix

2efebffe12-Apr-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev

H(curl) basis and `CEED_EVAL_CURL`

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

Add Julia API tests

51b00d9114-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Enable TSSetErrorIfStepFails when testing

- Misc error fixes too
- And style change to match index sizes for similar loops
- Other similar nested for loops have `j<5` and `k<3`, so cha

fluids: Enable TSSetErrorIfStepFails when testing

- Misc error fixes too
- And style change to match index sizes for similar loops
- Other similar nested for loops have `j<5` and `k<3`, so changed
this one to match

show more ...

19ffbc2514-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Add flag for turning on SGS model

be34b3b707-Feb-2023 James Wright <james@jameswright.xyz>

fluids: Apply nodal SGS tensor to IFunction

9a17443d22-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add nodal evaluation of SGS DD Model

052409ad22-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Project grid anisotropy tensor

f84dcd5626-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Perform velocity gradient projection

3909d14626-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Setup velocity gradient projection

999ff5c726-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Create DM for velocity gradient projection

df1a6dc826-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Add QF for velocity gradient L^2 projection

f335e32530-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Add data-driven SGS evaluation QFunctions

- This includes transforming to/from the anisotropic physical-frame to
isotropic S-frame

d08fcc2830-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Add rotation rate, velocity gradient helpers

- Also change KMStrainRate to KMStrainRate_State, leaving KMStrainRate
to be a generic interface to the velocity gradient

a455f92d27-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add linear algebra tools to utils.h

dc9b5c4a29-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Add symmetric eigensolver QF helper

- Adapted from https://github.com/jewettaij/jacobi_pd

4cc9442b26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Read in files for SGS Data-Driven Model

8b892a0526-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Move PHASTA file functions to misc.c

4021610d22-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Refactor matops -> petsc_ops

fe69b33420-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Add VecCopyP2C function

97c1c57a06-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Address PR comments for high-level APIs

Add Rust sibling functions and tests, add Python tests, fix Julia versioning for CI.

11b88dda03-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Update Julia/Python/Rust/Fortran bindings

1...<<61626364656667686970>>...226