| #
31ff2a43
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection RHSFunction for 2d and 3d
|
| #
bd4b5413
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection IFunction for 2d and 3d
|
| #
0b3a1fab
|
| 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection IC for 2d and 3d
|
| #
10e365d8
|
| 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
|
| #
ce192147
|
| 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert IFunction_Advection to state structs
|
| #
8e7333c4
|
| 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change skew advection threshold
3rd order requires a 20 CEED_EPSILON instead of just 5
|
| #
3f5a39e9
|
| 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup misc math
|
| #
90b34997
|
| 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
|
| #
c51f031a
|
| 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles
|
| #
e88b842a
|
| 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add in cosine hill and skew advection ICs
|
| #
80f5d3cb
|
| 11-Dec-2023 |
James Wright <james@jameswright.xyz> |
fluids: Ensure all outputs are set in QFunctions
- In support of #1420
|
| #
f247af70
|
| 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1399 from CEED/jrwrigh/advection_cleanup
fluids: Cleanup advection problems
|
| #
2adefcce
|
| 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use enums in advection
|
| #
ade49511
|
| 07-Sep-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add QF value qdata packing/unpacking
|
| #
1a74fa30
|
| 21-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor setupgeo* functionality into helpers
- This allows for use of those helpers inside other qfunctions
|
| #
024ee1e6
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1104 from CEED/jeremy/formatting
Minor Formatting Fixes
|
| #
04e40bb6
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes
|
| #
33be69e0
|
| 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
|
| #
3d65b166
|
| 29-Nov-2022 |
James Wright <james@jameswright.xyz> |
style: Prettyify fluids after clang-format switch
Mainly rearrange the input/output variable declarations for QFunctions
|
| #
d83e1a91
|
| 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1095 from CEED/jed/remove-stale-indent-comments
remove stale indent comments
|
| #
21651823
|
| 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
style: remove obsolete (with clang-format) INDENT comments
|
| #
2b916ea7
|
| 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 ...
|
| #
3636f6a4
|
| 26-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Switch to StateVar enum
|
| #
d0cce58a
|
| 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
|
| #
dd64951c
|
| 03-Jun-2022 |
James Wright <james@jameswright.xyz> |
examples/fluids: Pass solution gradient to boundary QFs
|