| 2017876d | 23-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1044 from CEED/jed/makefile-icc_orig
Makefile: support icc_orig (icc --version on quartz) |
| b2aba980 | 22-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
Makefile: support icc_orig (icc --version on quartz) |
| 51dd2dfa | 19-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
mailmap - minor formatting fix (#1042)
* mailmap - minor formatting fix
* mailmap - update for Yohann |
| 32b31df9 | 17-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1041 from CEED/jeremy/guard-hip-version
Guard hipblas header include for HIP_VERSION |
| 0df8cb37 | 16-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - guard hipblas header include for HIP_VERSION |
| 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 |
| e4820e48 | 03-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1032 from CEED/jeremy/empty-composite
Allow empty composite operators |
| 43e9189f | 01-Aug-2022 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
Fixed dXdx definition in setupgeo2d.h (#1034) |
| 256e72f1 | 29-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Fix for loop variable initialization #1033 |
| 9b7dec89 | 29-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Fix for loop variable initialization |
| 43622462 | 28-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - allow empty composite operators |
| f9d59616 | 26-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1030 from CEED/jeremy/set-field-typo
Fix error message int format |
| 6222cb59 | 25-Jul-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - fix error message int format |
| 2b89d87e | 23-Jul-2022 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Fluids - Minor Refactor (#995)
* Fluids - remove *.bin* since it exists in libCEED/.gitignore
* cleanup
* WIP: Fluids - use FluxInviscid_fwd() for computing the flux jacobean
strong_conv is
Fluids - Minor Refactor (#995)
* Fluids - remove *.bin* since it exists in libCEED/.gitignore
* cleanup
* WIP: Fluids - use FluxInviscid_fwd() for computing the flux jacobean
strong_conv is not reproduced and stab is not computed correctly
* WIP: working on variational notation for stabilization
* Fluids - fix missing parts after rebasing onto main
* Fluids - fix SU in the IFunction
* Fluids - refactor stabilization
* Fluids - move stab helper functions to stabilization.h
* Fluids - minor style
* Fluids - minor refactor
* Fluids - add regression test for primitive variables
* Fluids - use UnpackState_*()
* Fluids - more refactoring of stabilization
* Fluids - DC: use utility functions
* Fluids - refactor total flux
* Fluids - minor cleanup
* Fluids - set x[0] = 0 for channel to exclude gravitational potential
* Fluids - updated stabilization.h
* Fluids - zero strong_conv before pass it to FluxInviscidStrong() to be safe
* Fluids - move switch-case for STAB to a helper function
* Fluids - rename Y -> R in Stabilization*()
* Fluids - fix stab sign in RHS
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 39d18f8c | 20-Jul-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #1029 from CEED/jrwrigh/stg-primitive
fluids: Make Strong STG compatible with primitive variables. |
| efe9d856 | 19-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Use function pointers for StateFrom*, Misc fixes
- Fixes: I missed some StateFrom* functions that needed to be changed |
| de2fdd78 | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
doc: Document primitive variable options for newtonian solver |
| 89da5dba | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Use standard boundary integrals for primitive |
| 7c4551aa | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Make STG QFs primitive compatible |
| 192a7459 | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Make stg components dependent on primitive |
| 57e55a1c | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Make newtonian boundary QFs primitive compatible |
| 6f498320 | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Change newt->primitive to is_primitive |
| c10dcd27 | 18-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add missing \n to blasius warning message |
| dc805cc4 | 18-Jul-2022 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Fluids - Newtonian with Primitive variables (#1011)
* Fluids - Initial commit for Newtonian primitive variables
* Fluids - include A0 (dU/dY) in the output
* Fluids - added ICs for IG in primi
Fluids - Newtonian with Primitive variables (#1011)
* Fluids - Initial commit for Newtonian primitive variables
* Fluids - include A0 (dU/dY) in the output
* Fluids - added ICs for IG in primitive variables
* Fluids - added Jacobean QFunction for primitive variables
* Fluids - added RHS QFunction for primitive variables
* Fluids - fixed compilation errors and warnings
* Fluids - added ICs for density_current with primitive variables
* Fluids - In/OutFlow BCs for channel in primitive variables
* Adding the missing parts after rebasing onto main
* Fluids - Use correct component names for primitive variables
* Fluids - Primitive variables supported only with implicit scheme
* Fluids - drop in/outflow for channel flow and call Exact_Channel_Prim() in Exact_Channel()
* Fluids - Set solver's QFunction data in an if-else statement
* Fluids - style
* Fluids - add a comment to explain why the the gravity body force is excluded from the potential energy.
* Fluids - Exact_Channel return State
* Fluids - density_current: some style and cleanup
* Fluids - DC: refactor & cleanup
* Fluids - Singel QFunction for prim&cons
* Fluids - Use absolute temperature
* Fluids - DC: Fix pressure
show more ...
|
| 4add99eb | 15-Jul-2022 |
James Wright <james@jameswright.xyz> |
Merge pull request #1028 from CEED/jrwrigh/shrink-fluids-tests |