| e816a7e4 | 22-Jul-2024 |
James Wright <james@jameswright.xyz> |
feat: Implement centralized storage of QData |
| 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) |
| 8a02cd4c | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Replace dm_scale with meter |
| 89de3142 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove q_data_size* from ProblemData |
| 66d54740 | 17-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove `dim` from ProblemData
Should just grab that from the DM |
| 4cb09fdd | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove redundant comments from navierstokes.h
And newlines too |
| e07531f7 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: More consistent naming of qf context |
| 7ce151ad | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
minor(file): Remove char array lengths from arguments
There's no need for these to be here. I put them there before I have a good understanding of pointers and C in general |
| 59572072 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add HONEEOptionsSetValueDefault |
| db90dbaa | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Remove SetupICsFromBinary
- Only used once, might as well just directly call HoneeLoadBinaryVec |
| b237916a | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add HoneeWriteBinaryVec |
| 360b37c9 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Remove comm argument from HoneeLoadBinaryVec |
| c9ff4f08 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: honee-file functions |
| 93ca29b6 | 12-Jul-2024 |
James Wright <james@jameswright.xyz> |
internal: Add honee-file |
| ae2b091f | 26-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move to Apache-2.0 OR BSD-2-Clause |
| 5f65e1a7 | 07-Jul-2024 |
James Wright <james@jameswright.xyz> |
bc: Add and use DMLabelCreateGlobalValueArray |
| 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 |
| 000d2032 | 01-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
matceed - sync Ratel and HONEE |
| 149fb536 | 28-Jun-2024 |
James Wright <james@jameswright.xyz> |
chore: Move navierstokes.* out of root directory
navierstokes.h to include and navierstokes.c into examples |
| 965d9f74 | 25-Jun-2024 |
James Wright <james@jameswright.xyz> |
doc: Get documentation running |
| bf1f5d6e | 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1110 from CEED/zach/entropy-variables
Add Entropy Variables to libCEED fluids NS mini-app |
| 6dfcbb05 | 18-Jun-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make commandline option arrays all upper case |
| 487a3b6e | 25-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Create BCDefinition, use for essential BCs |
| b40a7e63 | 11-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. Wh
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. While I was at it, I figured it'd be more clear to have a separate log_events.c file as well to have the actual "storage" of the PetscLogEvents and the RegisterLogEvents function itself.
show more ...
|