History log of /honee/ (Results 751 – 775 of 1514)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f6ac214e18-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Agnosticize VeloGradient projection setup

- It can now setup more than just user->grad_velo_proj

393d355127-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1404 from CEED/jrwrigh/fix_bubble

fix(fluids): Remove BUBBLE_COSINE

e233775527-Nov-2023 James Wright <james@jameswright.xyz>

fix(fluids): Remove BUBBLE_COSINE

- left over from new feature

d2ae069427-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1402 from CEED/jrwrigh/remove_petscceedchk

fluids: Remove unused PetscCeedChk

851480e821-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Remove unused PetscCeedChk

f247af7021-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1399 from CEED/jrwrigh/advection_cleanup

fluids: Cleanup advection problems

c2ea5c9417-Nov-2023 James Wright <james@jameswright.xyz>

Merge pull request #1381 from CEED/jrwrigh/fixup_coords

fluids: Remove coordinates from IFunction_NodalSgs

2adefcce17-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Use enums in advection

0d8cd81817-Nov-2023 James Wright <james@jameswright.xyz>

fluids: Cleanup unused struct members

Many of these are set, but never actually used.

e647b60d16-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 ...

9957bfc701-Nov-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1346 from CEED/jeremy/pre-release

Release - version 0.12.0

e627aa5a01-Nov-2023 Jed Brown <jed@jedbrown.org>

doc fixes

81a2d47f27-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

ex - require latest PETSc release

94a7b3d230-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 ...

e985bffb16-Oct-2023 James Wright <james@jameswright.xyz>

fluids: Remove coordinates from IFunction_NodalSgs

- Stragler from previous PR

6d63869713-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge pull request #1371 from CEED/kjansen/DropPotentialFromEtot

Drop Potential Energy from Etot conservation variable

ca03895713-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

typo

ac6614d713-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.

c54295e813-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge branch 'kjansen/DropPotentialFromEtot' of ssh://github.com/CEED/libCEED into kjansen/DropPotentialFromEtot


b4b3c1e713-Oct-2023 Kenneth E. Jansen <kenneth.jansen@colorado.edu>

style errors induced by dropping coordinates where not used

a1703d2013-Oct-2023 James Wright <james@jameswright.xyz>

test: Add corrected tests for removing E_potential from E_total

62035b6813-Oct-2023 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

deleted all the unused coordinate references that were throwing warnings

3059acef13-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

d7edd43713-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

46f182b012-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

1...<<31323334353637383940>>...61