| #
20bd4f36
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
dc936754
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
c05653ab
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1517 from CEED/jrwrigh/ratel_sync
fluids: Sync with Ratel changes
|
| #
a7dac1d5
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Sync with Ratel, get ceed-utils.h
|
| #
66b1b42a
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1510 from CEED/jrwrigh/fluids_matceed
fluids: Add MatCeed
|
| #
3170c09f
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add KSPSetFromOptions_WithMatCeed
|
| #
45101827
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NUL
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NULL when they're passed into CreateMatShell_Ceed, but that will soon be replaced with MatCeed, so it is only temporary for the transition in this PR
show more ...
|
| #
6a93708e
|
| 04-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1497 from CEED/jrwrigh/destroy_mats
fluids: Destroy stray Mats
|
| #
b8462d76
|
| 03-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Destroy stray Mats
|
| #
58e1cbfd
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
a58c1a5f
|
| 30-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1309 from CEED/jrwrigh/elem_restr_refactor
fluids: Add DMPlexCeedElemRestriction*Create
|
| #
15c18037
|
| 26-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add DMPlexCeedElemRestriction*Create
Replaces CreateRestrictionFromPlex and GetRestrictionForDomain
|
| #
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 ...
|
| #
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
|
| #
58dbf0f6
|
| 26-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1266 from CEED/jrwrigh/fluids-mem-leaks
fluids: Fix mem leaks in grid_anisotropy_tensor.c
|
| #
d102f3ec
|
| 26-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix mem leaks in grid_anisotropy_tensor.c
|
| #
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
|