| 77d1c127 | 02-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations
Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transfo
Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations
Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transformation matrix, typically with entries {-1, 0, 1}.
show more ...
|
| c2bc9a8a | 02-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1262 from CEED/jeremy/grad-at-points
Add CEED_EVAL_GRAD support for CeedBasisApplyAtPoints |
| 367c849e | 01-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add user argument to problem print functions |
| 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 ...
|
| 218df6b9 | 02-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1274 from CEED/jeremy/fallback-qf-assembly
Use fallback parent for QFunction assembly if possible |
| b05f7e9f | 01-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - use fallback parent for QFunction assembly if possible |
| 54202681 | 01-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1273 from CEED/jeremy/ctx-label-fix
Fix CeedOperatorGetContextFieldLabel |
| a98a090b | 01-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - clearer logic in CeedOperatorGetContextFieldLabel, avoid segfault for single operator w/o ctx case |
| ba7b2a00 | 01-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1268 from CEED/jeremy/basis-view-ncomp
Add num_comp to basis view output |
| edf04919 | 28-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add num_comp to basis view output |
| 438e8f99 | 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 |
| 528a22ed | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - clarify error message and field compatibility requirements |
| 1c299e57 | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - build IC qdata on the fly (only used once) |
| febe2972 | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - drop unneeded calls to CeedOperatorSetNumQuadraturePoints |
| 5a72c492 | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - set restr num_qpts as op num_qpts when CEED_BASIS_COLLOCATED is first field |
| 46de3253 | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - fix copy_from and add doctest |
| d9267b76 | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - fix example num_qpts mismatches |
| 9a18a30c | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - check for compatible num_qpts with CEED_BASIS_COLLOCATED |
| 33668f52 | 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 |
| 75f2cf91 | 26-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Fix mem leaks in grid_anisotropy_tensor.c |
| 5ea233a5 | 25-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add note about order for ApplyAtPoints |
| 3778dbaa | 25-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - minor refactor to put common Chebyshev code in utils |
| 6ca0f394 | 20-Jul-2023 |
Umesh Unnikrishnan <umesh.aero@gatech.edu> |
Add sycl/gen backend and other sycl changes (#1258)
---------
Co-authored-by: Kris Rowe <kris.rowe@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jed Brown <jed@jedbrown.org
Add sycl/gen backend and other sycl changes (#1258)
---------
Co-authored-by: Kris Rowe <kris.rowe@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jed Brown <jed@jedbrown.org>
Co-authored-by: Varsha Madananth <vmadananth@uan-0002.head.cm.americas.sgi.com>
Co-authored-by: James Wright <jrwrigh.iii@gmail.com>
show more ...
|
| 372821a4 | 20-Jul-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Change os.path to pathlib and simplify parsing (#1263)
* Change os.path to pathlib and simplify parsing
* support for testargs without parens/name |
| 83e14dba | 19-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update release notes |