| 2a86cc9d | 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix file endings inconsistency |
| 2c2ea1db | 15-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 |
| 39e9d732 | 12-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 |
| 4febb801 | 12-Apr-2023 |
James Wright <james@jameswright.xyz> |
Attempt CI Formatting Fix |
| 2efebffe | 12-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev
H(curl) basis and `CEED_EVAL_CURL` |
| b2e3f8ec | 10-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add Julia API tests |
| 51b00d91 | 14-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 ...
|
| 19ffbc25 | 14-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add flag for turning on SGS model |
| be34b3b7 | 07-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Apply nodal SGS tensor to IFunction |
| 9a17443d | 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add nodal evaluation of SGS DD Model |
| 052409ad | 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Project grid anisotropy tensor |
| f84dcd56 | 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Perform velocity gradient projection |
| 3909d146 | 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Setup velocity gradient projection |
| 999ff5c7 | 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Create DM for velocity gradient projection |
| df1a6dc8 | 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add QF for velocity gradient L^2 projection |
| f335e325 | 30-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 |
| d08fcc28 | 30-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 |
| a455f92d | 27-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add linear algebra tools to utils.h |
| dc9b5c4a | 29-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add symmetric eigensolver QF helper
- Adapted from https://github.com/jewettaij/jacobi_pd |
| 4cc9442b | 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Read in files for SGS Data-Driven Model |
| 8b892a05 | 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Move PHASTA file functions to misc.c |
| 4021610d | 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor matops -> petsc_ops |
| fe69b334 | 20-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add VecCopyP2C function |
| 97c1c57a | 06-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. |
| 11b88dda | 03-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update Julia/Python/Rust/Fortran bindings |