| #
5d1e9069
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1270 from CEED/jeremy/constantinople
Rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
356036fa
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
51b66682
|
| 30-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1309 from CEED/jrwrigh/elem_restr_refactor
fluids: Add DMPlexCeedElemRestriction*Create
|
| #
bb85d312
|
| 26-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMPlexCeedElemRestriction*Create
Replaces CreateRestrictionFromPlex and GetRestrictionForDomain
|
| #
524ffdfd
|
| 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1259 from CEED/jrwrigh/fluids-cleanup
fluids: Misc cleanup
|
| #
f17d818d
|
| 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)
|
| #
fc94c5ac
|
| 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1308 from CEED/jrwrigh/setup_fem
Fluids: Add DMSetupByOrder helper functions
|
| #
d68a66c4
|
| 25-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMSetupByOrder_* helper function
|
| #
71bbf5a7
|
| 03-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1275 from CEED/jrwrigh/fluidsCeedCall
fluids: Add PetscCallCeed to capture ceed errors with Petsc
|
| #
a424bcd0
|
| 01-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PetscCallCeed
|
| #
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 ...
|
| #
62e4d602
|
| 28-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1234 from CEED/jrwrigh/fluids_64int
fluids: Compatability for PETSc w/ 64bit ints
|
| #
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
|
| #
42cd7ab0
|
| 05-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1189 from CEED/jrwrigh/differential_filter
fluids: Add differential filtering capability
|
| #
431cd09a
|
| 18-Apr-2023 |
James Wright <james@jameswright.xyz> |
fluids: Specify dm_field in GetRestrictionForDomain
|
| #
4f5c4930
|
| 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
|
| #
e66242d1
|
| 28-Mar-2023 |
James Wright <james@jameswright.xyz> |
fluids: Migrate grid anisotropy and grad_velo to petsc-ops
|
| #
5088944b
|
| 17-May-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1149 from CEED/jrwrigh/newtonian_ddsgs
fluids: Data-driven SGS modeling
|
| #
f84dcd56
|
| 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Perform velocity gradient projection
|
| #
3909d146
|
| 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Setup velocity gradient projection
|
| #
999ff5c7
|
| 26-Jan-2023 |
James Wright <james@jameswright.xyz> |
fluids: Create DM for velocity gradient projection
|