| f6ac214e | 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Agnosticize VeloGradient projection setup
- It can now setup more than just user->grad_velo_proj |
| 393d3551 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1404 from CEED/jrwrigh/fix_bubble
fix(fluids): Remove BUBBLE_COSINE |
| e2337755 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
fix(fluids): Remove BUBBLE_COSINE
- left over from new feature |
| d2ae0694 | 27-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1402 from CEED/jrwrigh/remove_petscceedchk
fluids: Remove unused PetscCeedChk |
| 851480e8 | 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove unused PetscCeedChk |
| f247af70 | 21-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1399 from CEED/jrwrigh/advection_cleanup
fluids: Cleanup advection problems |
| c2ea5c94 | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1381 from CEED/jrwrigh/fixup_coords
fluids: Remove coordinates from IFunction_NodalSgs |
| 2adefcce | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use enums in advection |
| 0d8cd818 | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup unused struct members
Many of these are set, but never actually used. |
| e647b60d | 16-Nov-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Plex project coord renamed (#1391)
* fixing ProjectCoordinates
* copy of Ratel fix
* set for future, preserve backward
* break out versions
* PETSc is actually at 3.20 not 3.21 so decrem
Plex project coord renamed (#1391)
* fixing ProjectCoordinates
* copy of Ratel fix
* set for future, preserve backward
* break out versions
* PETSc is actually at 3.20 not 3.21 so decremment the minor version switch
* fixed style and copied same to solids and petsc examples (thought they have lots of other compile warnings)
* blank line
* Breaking again with compounded versions
* Update remaining DMPlexProjectCoordinates
* ex - update DMPlexCreateCoordinateSpace
* cx - update ICC/IFORT job
---------
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 9957bfc7 | 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1346 from CEED/jeremy/pre-release
Release - version 0.12.0 |
| e627aa5a | 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
doc fixes |
| 81a2d47f | 27-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - require latest PETSc release |
| 94a7b3d2 | 30-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling coordinates through basis to apply IDL
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| e985bffb | 16-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove coordinates from IFunction_NodalSgs
- Stragler from previous PR |
| 6d638697 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge pull request #1371 from CEED/kjansen/DropPotentialFromEtot
Drop Potential Energy from Etot conservation variable |
| ca038957 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
typo |
| ac6614d7 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
connecting body force vector to gravity vector. Note both still have density multiplier in momentum equation and are dotted with momentum in energy equation. |
| c54295e8 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Merge branch 'kjansen/DropPotentialFromEtot' of ssh://github.com/CEED/libCEED into kjansen/DropPotentialFromEtot
|
| b4b3c1e7 | 13-Oct-2023 |
Kenneth E. Jansen <kenneth.jansen@colorado.edu> |
style errors induced by dropping coordinates where not used |
| a1703d20 | 13-Oct-2023 |
James Wright <james@jameswright.xyz> |
test: Add corrected tests for removing E_potential from E_total |
| 62035b68 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
deleted all the unused coordinate references that were throwing warnings |
| 3059acef | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
reverting the change to IC that caused divergence on first step...guess I was too sleepy to drive last night |
| d7edd437 | 13-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
quick attempt at taking potential out of the initial condition makes the error norm much smaller but still probably cannot compare solutions with different Etot variables |
| 46f182b0 | 12-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
adding body force term to energy equation...for now the b vector is using what is put into gravity |