History log of /honee/src/velocity_gradient_projection.c (Results 51 – 67 of 67)
Revision Date Author Comments
# 06f41313 17-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Correct PetscFunction{Return,BeginUser} placement

- Respect the PETSc standard for style (https://petsc.org/release/developers/style/#coding-conventions-and-style)


# 527e6f97 29-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1308 from CEED/jrwrigh/setup_fem

Fluids: Add DMSetupByOrder helper functions


# da4ca0cf 25-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add DMSetupByOrder_* helper function


# b4c37c5c 01-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add PetscCallCeed


# 67263dec 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 ...


# 76316f62 28-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1234 from CEED/jrwrigh/fluids_64int

fluids: Compatability for PETSc w/ 64bit ints


# defe8520 19-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Compatability for PETSc w/ 64bit ints


# 93a8a03e 20-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1237 from CEED/jrwrigh/petsc-success

examples: Use PETSC_SUCCESS in PetscFunctionReturn


# d949ddfc 20-Jun-2023 James Wright <james@jameswright.xyz>

examples: Use PetscFunctionReturn in PETSC_SUCCESS


# 0e477d6f 05-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1189 from CEED/jrwrigh/differential_filter

fluids: Add differential filtering capability


# 36c6cbc8 18-Apr-2023 James Wright <james@jameswright.xyz>

fluids: Specify dm_field in GetRestrictionForDomain


# 0fd30eea 18-May-2023 James Wright <james@jameswright.xyz>

Merge pull request #1185 from CEED/jrwrigh/fluids-cleanup

fluids: Move to local Vec storage and petsc-ops


# 49f5db74 28-Mar-2023 James Wright <james@jameswright.xyz>

fluids: Migrate grid anisotropy and grad_velo to petsc-ops


# 9e3fb82b 17-May-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs

fluids: Data-driven SGS modeling


# a2401be5 26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Perform velocity gradient projection


# 9ab09d51 26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Setup velocity gradient projection


# 457a5831 26-Jan-2023 James Wright <james@jameswright.xyz>

fluids: Create DM for velocity gradient projection


123