| 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 |
| db3e7f92 | 07-Apr-2023 |
James Wright <james@jameswright.xyz> |
Update minimum petsc version for solids and fluids |
| 1622892d | 07-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> |
| baf96a30 | 05-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 |
| 49aac155 | 24-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 ...
|
| b5e826a6 | 22-Mar-2023 |
Leila Ghaffari <Leila.Ghaffari@colorado.edu> |
fluids/README: a small fix |
| ba59ac12 | 17-Mar-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Move some linear algebra/matrix operations to internal API (#1165)
* Move unoptimized matrix operations to internal API
* Minor docstring formatting in ceed-basis.c
* Update Julia/Python/Fortr
Move some linear algebra/matrix operations to internal API (#1165)
* Move unoptimized matrix operations to internal API
* Minor docstring formatting in ceed-basis.c
* Update Julia/Python/Fortran APIs for removed public functions
* Fix include for tests
* Fixes for removed Python API functions
show more ...
|
| b8bc0c60 | 16-Mar-2023 |
Peter Munch <peterrmuench@gmail.com> |
Fix comment in ex1-volume.c (#1180) |
| 2493fa6a | 14-Mar-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): Destroy context after call to print_info
- print_info functions often read context data from ProblemData |
| 131837e7 | 14-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1172 from CEED/jeremy/more-tests
Spelling and Ceed example consistency |
| 530ad8c4 | 11-Mar-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Ken/idl (#1138)
* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not
* looks like my first attempt at this is missing something as there is neglig
Ken/idl (#1138)
* inflow sponge pushing p towards P0 compiles and runs but unknown yet whether it is effective or not
* looks like my first attempt at this is missing something as there is negligible effect from Jacobian addition
* examples/fluids: IDL fixes and demo
* Fix IDL sign error and rename variables/clang-format
* Let newtonianwave.yaml use -reference_pressure and temperature
* Propagate P0 = reference.pressure
* Small tweak to add IDL to the 3 ramp parameters.
* fluids: Extract fluids binary vector load function
- Needs to be used in multiple places (for ICs and for testing data)
* fluids: Correct typo in previous commits
* fluids: Add IDL and newtonian wave test
* fluids: Rename Newtonian Wave --> Gaussian Wave
* fluids: Move RampCoefficient into utils
- Also change name to LinearRampCoefficient, as we may have different
kinds of ramps in the future
* fluids: Change IDL commandline options
* docs(fluids): Document internal damping layer
Co-authored-by: Jed Brown <jed@jedbrown.org>
* fluids: Add ScaleN QF utility
* fluids: Extract InternalDampingLayer QFunction helper
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: KennethEJansen <jansenke@colorado.edu>
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| 15637395 | 11-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use ContextGetDouble for time and dt label updates |
| 6d4d9f84 | 10-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1174 from CEED/jeremy/operator-context
CeedOperatorContext* -> CeedOperator*Context* |
| 17b0d5c6 | 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - rename CeedOperatorContext functions for consistency |