| #
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 ...
|
| #
b8a7cc45
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1269 from CEED/jeremy/collocated-qpts
Check for compatible num_qpts with CEED_BASIS_COLLOCATED
|
| #
58cb3b9b
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - drop unneeded calls to CeedOperatorSetNumQuadraturePoints
|
| #
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
|
| #
4b0f6111
|
| 14-Apr-2023 |
James Wright <james@jameswright.xyz> |
style(fluids): Misc typo fixes
- Clean up blasius.yaml - Typo fix to data-driven SGS setup - Remove unneccessary CeedVector from SGS DD setup - Fix STG error message to be more general
|
| #
9e3fb82b
|
| 17-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs
fluids: Data-driven SGS modeling
|
| #
01ab89c1
|
| 14-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add flag for turning on SGS model
|
| #
9c678832
|
| 07-Feb-2023 |
James Wright <james@jameswright.xyz> |
fluids: Apply nodal SGS tensor to IFunction
|
| #
ee1455b7
|
| 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add nodal evaluation of SGS DD Model
|
| #
c38c977a
|
| 22-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Project grid anisotropy tensor
|
| #
9ab09d51
|
| 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Setup velocity gradient projection
|
| #
62b7942e
|
| 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Read in files for SGS Data-Driven Model
|