| fb455ff0 | 30-Aug-2022 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Fluids - Some fixes missing from #1039 (#1056)
* Fluids - Blasius: drop theta0, style, and update README
* Fluids - Add regression test for laminar blasius |
| e025fe5f | 30-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1055 from CEED/rezgar/restr_oriented_leak
Fixed Oriented Restriction Leak |
| 2ba3f748 | 27-Aug-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Freed orient's array |
| a25bd800 | 28-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add STATIC and print-% to makefile |
| cd4035ff | 26-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Set solution time label for strong stg |
| 2518f336 | 28-Aug-2022 |
Leila Ghaffari <49916147+LeilaGhaffari@users.noreply.github.com> |
Fluids - Compressible Blasius boundary layer (#1039)
* Fluids - Compressible Blasius boundary layer solution
* Fluids - Blasius: default delta0 = 4.2e-3
* Fluids - Use the new helper functions
Fluids - Compressible Blasius boundary layer (#1039)
* Fluids - Compressible Blasius boundary layer solution
* Fluids - Blasius: default delta0 = 4.2e-3
* Fluids - Use the new helper functions in blasius
* Update examples/fluids/qfunctions/blasius_exact.h
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Update examples/fluids/qfunctions/blasius_exact.h
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Fluids - remove blasius_exact.h
* Fluids - N_Chebyshev: 10 -> 20
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 |
| 5c0afad3 | 26-Aug-2022 |
James Wright <james@jameswright.xyz> |
doc: Update fluids state_var option |
| 97baf651 | 26-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Switch to StateVar enum |
| 9af6094f | 26-Aug-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
JIT: free relative path variable after getting absolute path |
| 03f90b05 | 26-Aug-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
magma: free memory used in loading jit kernel source |
| 12f40bf0 | 26-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Unify Newtonian Primitive functions #1035
Merge separate IFunction and IJacobian routines into a single helper function and
separate wrappers for each state variable option. |
| 3d02368a | 19-Aug-2022 |
James Wright <james@jameswright.xyz> |
fluids: Use newtonian with StateFromQi*_t func pointers
This to "unify" the primitive and conservative formulations of the newtonian solver. By passing function pointers to a helper function, the co
fluids: Use newtonian with StateFromQi*_t func pointers
This to "unify" the primitive and conservative formulations of the newtonian solver. By passing function pointers to a helper function, the compiler can optimize for a given state function(s).
show more ...
|
| 20840d50 | 26-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Use StateFromQi* for newt boundary QFs |
| 5bce47c7 | 26-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Add FluxTotal_Boundary, Refactor newt BI QFs
- Refactoring the newtonian boundary integral QFunctions |
| 23d6ba15 | 22-Jul-2022 |
James Wright <james@jameswright.xyz> |
fluids: Rename primitive booleans, misc formatting |
| 99b47b4c | 25-Aug-2022 |
James Wright <james@jameswright.xyz> |
doc: Add CEED_QFUNCTION_ATTR to releasenotes, docs #1049 |
| fb24771e | 24-Aug-2022 |
James Wright <james@jameswright.xyz> |
doc: Add CEED_QFUNCTION_ATTR to releasenotes
- Also add CEED_QFUNCTION_ATTR to the backend documentation |
| e66f2775 | 24-Aug-2022 |
James Wright <james@jameswright.xyz> |
Add CEED_QFUNCTION_ATTR for inlining #1048 |
| 228d9efb | 24-Aug-2022 |
James Wright <james@jameswright.xyz> |
ceed: Add CEED_QFUNCTION_ATTR for inlining
GCC doesn't like to inline all Qfunction helpers, so this forces it do so if inlining is allowed at all. |
| b5835197 | 23-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1046 from CEED/jeremy/doc-warning
doc - fix ref warning for hoverxref_role_types |
| 73d4748a | 23-Aug-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fix ref warning for hoverxref_role_types |
| 1c427b21 | 23-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1045 from CEED/jed/fix-docs
fix docs |
| 8f0d9e13 | 23-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
doc: fix warnings and malformed hyperlink target |
| 0d627ac1 | 23-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
doc: pin sphinxcontrib-bibtex==2.4.2
We can update to 2.5 when we upgrade to docutils-0.18 (which I think needs sphinx-5). |