| #
35bce4b4
|
| 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1446 from CEED/jrwrigh/advection_refactor
fluids: Misc refactor/updates for advection and stabilization
|
| #
8f4d89c8
|
| 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert IFunction_Advection to state structs
|
| #
a43bcf8e
|
| 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change skew advection threshold
3rd order requires a 20 CEED_EPSILON instead of just 5
|
| #
4bd6ffc9
|
| 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup misc math
|
| #
c01e25f0
|
| 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1445 from CEED/jrwrigh/cosine_hill
fluids: Add cosine hill and skewed advection initial conditions
|
| #
7b77ddfd
|
| 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles
|
| #
c44b1c7d
|
| 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add in cosine hill and skew advection ICs
|
| #
2149b6be
|
| 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1422 from CEED/jrwrigh/strict_memcheck
fluids: Ensure all outputs are set in QFunctions
|
| #
29ea4e10
|
| 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Ensure all outputs are set in QFunctions
- In support of #1420
|
| #
a547b5d3
|
| 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1399 from CEED/jrwrigh/advection_cleanup
fluids: Cleanup advection problems
|
| #
700ae941
|
| 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use enums in advection
|
| #
7c4ffff5
|
| 08-Sep-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1329 from CEED/jrwrigh/fluids_packdata
fluids: Add qdata packing/unpacking helpers
|
| #
f3e15844
|
| 07-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add QF value qdata packing/unpacking
|
| #
9c8d4ec5
|
| 24-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1303 from CEED/jrwrigh/fluids-setupqfs
fluids: Refactor setupgeo*, calculate dXdx directly for strong BC
|
| #
8756a6cc
|
| 21-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor setupgeo* functionality into helpers
- This allows for use of those helpers inside other qfunctions
|
| #
78a97f55
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1104 from CEED/jeremy/formatting
Minor Formatting Fixes
|
| #
ea61e9ac
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes
|
| #
f7de2e2b
|
| 30-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1102 from CEED/jrwrigh/re-pretty_fluids
style: Prettyify fluids after clang-format switch
|
| #
46603fc5
|
| 29-Nov-2022 |
James Wright <james@jameswright.xyz> |
style: Prettyify fluids after clang-format switch
Mainly rearrange the input/output variable declarations for QFunctions
|
| #
a61f0f4d
|
| 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1095 from CEED/jed/remove-stale-indent-comments
remove stale indent comments
|
| #
47fa654b
|
| 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
style: remove obsolete (with clang-format) INDENT comments
|
| #
2b730f8b
|
| 17-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - re
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - remove stray newline
* make - simpler 'make format' target
* ci - use newer libxsmm
* doc - minor release note claification
* minor - minor fix
* minor - minor fix
* minor - minor fix
* minor - minor fix
* make format
* format - less aggressive alignment rules
* tidy - check for argument name mismatches
* fix newline
* format - mirror Ratel update to .clang-format
* fix merge error
* fix merge conflict
* fix merge error
* drop style in .phony list
* Update .clang-format
Co-authored-by: Jed Brown <jed@jedbrown.org>
* apply updated format
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
8587097b
|
| 27-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Switch to StateVar enum #1052
|
| #
97baf651
|
| 26-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Switch to StateVar enum
|
| #
c9c2c079
|
| 05-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
QF headers for typedefs and macros (#1036)
* jit - qf headers for typedefs and macros
* jit - smaller list of permitted files
* ceed - only include ceed.h in QF source
|