| a2726bdb | 14-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Refactor gravity option
- Use `-gravity` instead of `-g` - Enforce that the input should be a length 3 vector - Update documentation
Misc: Also update documented default value for `mu`. |
| e30587cb | 07-Aug-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): Reset dim before reference_velocity option
If `-g` is not given, then `PetscOptionsRealArray(..., "-g", ...)` will set `dim` to zero. This then causes `PetscOptionsScalarArray(..., "-re
fix(fluids): Reset dim before reference_velocity option
If `-g` is not given, then `PetscOptionsRealArray(..., "-g", ...)` will set `dim` to zero. This then causes `PetscOptionsScalarArray(..., "-reference_velocity", ...)` to not read any values.
show more ...
|
| a424bcd0 | 01-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PetscCallCeed |
| 367c849e | 01-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add user argument to problem print functions |
| 0814d5a7 | 02-Aug-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
PetscFE determines basis for examples/fluids/navierstokes (#1264)
* breaking lots of DL stuff to test PetscFE
* fixed missing header
* fluids: Remove unused `Involute` function
* fluids: Se
PetscFE determines basis for examples/fluids/navierstokes (#1264)
* breaking lots of DL stuff to test PetscFE
* fixed missing header
* fluids: Remove unused `Involute` function
* fluids: Set quadrature points for PetscFE
* fluids: Fix GetRestrictionForDomain, Use CreateBasisFromPlex
* fluids: Remove Q_sur arg from SetupStrongBC_Ceed
* fluids: Remove extra SetClosurePermutationTensor
* fluids: Correct quadrature order to auxillary DMs
- Should factor in q_extra
* fluids: Fix parent Restriction creation for spanstats
* fluids: Correct qdata creation for strong bcs
* fluids: Set tensor closer only for tensor-product elements
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
* fluids: Make shocktube test less brittle
- Small, insignificant changes to the coordinate locations make a
dramatic difference to the initial condition
- For the test case, there is a node right at the midpoint of the
domain. Adding the epsilon fudge factor makes the if statement more
stable
* fluids: Fix SGS test
- Change the test so that it passes on all hardware. It's a very
sentitive test and the changes to the basis creation changed the
initial conditions *just* enough to make the test not happy. Should
really try and make this more robust at some point...
* fluids: Address misc PR comments
* fluids: Remove quad_mode arg from CreateBasisFromPlex
---------
Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 1c299e57 | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - build IC qdata on the fly (only used once) |
| febe2972 | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - drop unneeded calls to CeedOperatorSetNumQuadraturePoints |
| 75f2cf91 | 26-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix mem leaks in grid_anisotropy_tensor.c |
| d429f2b7 | 18-Jul-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1257 from CEED/jrwrigh/remove_l2_proj_func
fluids: Remove ComputeL2Projection function |
| 9fcc926a | 13-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove ComputeL2Projection function
- It's superseded by using `NodalProjectionData` + `ApplyCeedOperator*` + `KSPSolve` |
| 65ba01ba | 18-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Don't show partition stats for serial jobs
- It results in nans which may confuse users. |
| ce11f295 | 11-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add neighbor statistics, changed output
- Changed "shared" to "ghost" - Replaced the "nodes = Dofs/5" note with "5-DoF nodes" - Use MPIU_INT instead of `PetscDataTypeToMPIDataType` |
| 2e31f396 | 06-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Extract simulation printing to function |
| 6f7ff1d2 | 03-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add partition statistics to standard output |
| 0de6a49f | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use 32bit integer for file token
- Also code into the token whether PETSc was coded using 32 or 64 bit integers |
| 8213d101 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove problem->bc function pointers
- Not needed, as essential boundary conditions go through `DMPlexInsertBoundaryValues_NS` or `DMPlexInsertBoundaryValues_StrongBC` |
| 457e73b2 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Compatability for PETSc w/ 64bit ints |
| 82bcd3d4 | 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1237 from CEED/jrwrigh/petsc-success
examples: Use PETSC_SUCCESS in PetscFunctionReturn |
| ee4ca9cb | 20-Jun-2023 |
James Wright <james@jameswright.xyz> |
examples: Use PetscFunctionReturn in PETSC_SUCCESS |
| 4b35598d | 20-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1231 from CEED/jeremy/consistency
Consistency fixes |
| 2e6856d5 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1236 from CEED/jrwrigh/fluids_event_log
fluids: Add CeedOperator PetscLogEvents |
| 75d1798c | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add CeedOperator PetscLogEvents
Co-authored-by: Jed Brown <jed@jedbrown.org> |
| d55646a4 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove unnecessary state vector write |
| 5ae360d4 | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - make SetStream interface level fn |
| bd882c8a | 15-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|