History log of /libCEED/ (Results 1526 – 1550 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
77d1c12702-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 ...

c2bc9a8a02-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

367c849e01-Aug-2023 James Wright <james@jameswright.xyz>

fluids: Add user argument to problem print functions

0814d5a702-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 ...

218df6b902-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

b05f7e9f01-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - use fallback parent for QFunction assembly if possible

5420268101-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1273 from CEED/jeremy/ctx-label-fix

Fix CeedOperatorGetContextFieldLabel

a98a090b01-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - clearer logic in CeedOperatorGetContextFieldLabel, avoid segfault for single operator w/o ctx case

ba7b2a0001-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

edf0491928-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add num_comp to basis view output

438e8f9931-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

528a22ed31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - clarify error message and field compatibility requirements

1c299e5731-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - build IC qdata on the fly (only used once)

febe297231-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

fluids - drop unneeded calls to CeedOperatorSetNumQuadraturePoints

5a72c49231-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - set restr num_qpts as op num_qpts when CEED_BASIS_COLLOCATED is first field

46de325331-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rust - fix copy_from and add doctest

d9267b7631-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rust - fix example num_qpts mismatches

9a18a30c31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

op - check for compatible num_qpts with CEED_BASIS_COLLOCATED

33668f5226-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

75f2cf9126-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Fix mem leaks in grid_anisotropy_tensor.c

5ea233a525-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add note about order for ApplyAtPoints

3778dbaa25-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - minor refactor to put common Chebyshev code in utils

6ca0f39420-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 ...

372821a420-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

83e14dba19-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

doc - update release notes

1...<<61626364656667686970>>...226