| 28a2a646 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(stg): Use CalculateElementLengths for ICs |
| 83c0b726 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Use utils in setupgeo_helpers.h
Includes adding Norm2 and GradUnpack2 |
| c8549705 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
docs(qdata): Minor fix to Setup2D_3Dcoords docstring |
| fda2a15d | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor(qdata): SetupBoundaryGradient use helpers |
| e77831d2 | 27-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor(qdata): Have ND QFs return error code
So that the more specific ones just `return Qdata*_ND(...);`. Behavior more inline with how the state variable QFunction error codes are handled. |
| 8561fee2 | 26-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor(div F_diff): Change Setup arguments |
| 36038bbc | 25-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat(div F_diff): Use function pointers for RHS Op creation |
| 8c85b835 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Implement divergence of diffusive flux |
| 06f0a019 | 24-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Add MatMatNM and GradUnpackN to utils
- Implemented in `StatePhysicalGradientFromReference` |
| e1bedf8c | 23-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Move N-dimensional QdataUnpack* to utils.h |
| 28160fc2 | 18-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Add jac_data_size_vol
- Allows non-Jacobian examples to not have to set zeros to it's inputs - Removes the need for `uses_newtonian` (newtonian itself can not add the extra term for IDL) |
| 78e8b7da | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: norm -> normal, and others |
| ae2b091f | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause |
| 64667825 | 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
qf: Add Norm3 utility function |
| 8424c23a | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
stg: Create separate CalculateElementLengths function
- This also centralizes the note regarding the functions failure on tetrahedral elements |
| 21ba7ba4 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
bc: Implement 3D dXdx for strong STG
- Used for determining element size in STG calculation |
| 15c15616 | 07-Jun-2024 |
James Wright <james@jameswright.xyz> |
boundary: Add cell-to-face basis routines |
| a541e550 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor: Make StateToQ array zeroing consistent |
| 30ff0608 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix: Address GCC compiler warnings
- GCC was concerned that `q` in the STG code was being used uninitialized - GCC was also concerned that PetscViewerBinaryRead doesn't guarantee that the value
fix: Address GCC compiler warnings
- GCC was concerned that `q` in the STG code was being used uninitialized - GCC was also concerned that PetscViewerBinaryRead doesn't guarantee that the value is being set (which is always is...)
show more ...
|
| ea590c65 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1606 from CEED/jrwrigh/ken_stg_additions
fluids: Add dyScale and dz to STG options |
| feb491a7 | 20-Jun-2024 |
James Wright <james@jameswright.xyz> |
refactor(fluids): Rename norm -> normal in freestream
Also remove comment references to potential energy, which is no longer included in the total energy definition. |
| 9bafb137 | 20-Jun-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Correct Riemann HLL *_fwd functions |
| 84b557ac | 11-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add h_scale_factor to STG options |
| a6654c3e | 15-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove entropy variable from State struct |
| 9b103f75 | 17-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Proliferate entropy variables, add test
Co-authored-by: Zach Atkins <zacharyjayhawk@gmail.com> |