| 6d7f2d17 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1539 from CEED/jrwrigh/explicit_ns
fluids: Make Newtonian BCs compatible with explicit timestepping, add test |
| 512c8ec7 | 29-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Misc style changes |
| 47c798ad | 26-Mar-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Add explicit NS test |
| 4b96a86b | 26-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make BCs compatible with explicit TS |
| b6fc2dcf | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup SetupStrongSTG_Ceed a bit |
| c2376cc9 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Enable strong STG for explicit timestepping
Also add error catching if SGS is requested for explicit; it's not implemented at the moment. |
| 3295da90 | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1548 from CEED/jrwrigh/fix_uncaught_code
fix(fluids): Catch SetupStrongStg_QF |
| 0f1db789 | 02-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Catch SetupStrongStg_QF |
| 456f6626 | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1544 from CEED/jrwrigh/new_isoperiodic
fix(fluids): Update to new isoperiodic API |
| 5faddc94 | 20-Feb-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Update to new isoperiodic API
Dependent on changes in https://gitlab.com/petsc/petsc/-/merge_requests/7305 |
| c7ece6ef | 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all singly included headers
* jit - drop most guards on backend JiT files
* sycl - drop extra header guards
* jit - enable #pragma once for QF source
* fluids - use #pragma once for util/helper qf source
* test - check different multiple includes
* fluids - fix odd include
* jit - update interface for building JiT string from multiple files
show more ...
|
| 20bd4f36 | 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers |
| dc936754 | 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers |
| 18fb7758 | 26-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use #pragma once in examples |
| 7d6a9c96 | 25-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1535 from CEED/balin/smartsim
Fixed SSDB issue with SmartSim Regression Test |
| 0753433f | 25-Mar-2024 |
Riccardo Balin <balin@uan-0002.head.cm.americas.sgi.com> |
fluids: fixed DDSB issue with smartsim unit test |
| 601c5b70 | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1530 from CEED/jrwrigh/matceed_errors
Fluids/MatCeed: Print lengths in PetscChecks |
| 4c17272b | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids(matceed): Print lengths in PetscChecks |
| 795c5782 | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1529 from CEED/jrwrigh/fix_multiplicity_training
fluids: Fix SmartSim training multiplicity, add GetInverseMultiplicity |
| bc562562 | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Test zbox in SmartSim test
This tests whether the output training data handles multiplicity correctly. And also is the first fluids test with zbox. |
| 5930f037 | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add GetInverseMultiplicity |
| ee6b0099 | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix multiplicity for SGS training
Multiplicity needs to account for GlobalToLocal multiplicity as well, since we put the global Vec into the training database |
| 7a557038 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - add bugprone-too-small-loop-variable |
| 990f1db0 | 18-Mar-2024 |
Jed Brown <jed@jedbrown.org> |
fluids: enable reading checkpoint files as i32 or i64 (#1520)
* fluids: enable reading checkpoint files as i32 or i64
Depends on https://gitlab.com/petsc/petsc/-/merge_requests/7377
* Apply su
fluids: enable reading checkpoint files as i32 or i64 (#1520)
* fluids: enable reading checkpoint files as i32 or i64
Depends on https://gitlab.com/petsc/petsc/-/merge_requests/7377
* Apply suggestions from code review
Co-authored-by: James Wright <james@jameswright.xyz>
---------
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| 47683d52 | 15-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1519 from lindsayad/update-dmplex-filter
Update to DMPlexFilter in PETSc 3.21 |