History log of /libCEED/ (Results 1501 – 1525 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1b16049a11-Aug-2023 Zach Atkins <zach.atkins@colorado.edu>

refactor junit.py for parity with Ratel (#1285)

* refactor junit.py for parity with Ratel

* clean up list of backends for CLI input to junit

* Improve readability and add documentation

* cl

refactor junit.py for parity with Ratel (#1285)

* refactor junit.py for parity with Ratel

* clean up list of backends for CLI input to junit

* Improve readability and add documentation

* cleanup common code and CLI

* add JUnit batch to command line args

* Fix issue with JUnit output files

show more ...

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

Merge pull request #1280 from CEED/jeremy/error-macro-simpler

Update CeedCall macro

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

Merge pull request #1282 from CEED/jrwrigh/fix-dim-options

fluids: Reset dim before reference_velocity option

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

fix(fluids): Reset dim before reference_velocity option

If `-g` is not given, then
`PetscOptionsRealArray(..., "-g", ...)`
will set `dim` to zero. This then causes
`PetscOptionsScalarArray(..., "-re

fix(fluids): Reset dim before reference_velocity option

If `-g` is not given, then
`PetscOptionsRealArray(..., "-g", ...)`
will set `dim` to zero. This then causes
`PetscOptionsScalarArray(..., "-reference_velocity", ...)`
to not read any values.

show more ...

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

tidy - fix small backend errors

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

basis - fix tidy error

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

internal - simplify logic in error handling macros

71bbf5a703-Aug-2023 James Wright <james@jameswright.xyz>

Merge pull request #1275 from CEED/jrwrigh/fluidsCeedCall

fluids: Add PetscCallCeed to capture ceed errors with Petsc

3843268403-Aug-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1265 from CEED/sjg/hcurl-restr-dev

CeedElemRestriction for H(curl)

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

fluids: Add PetscCallCeed

c16dd8e628-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Update unit tests to improve coverage

b8c4711a27-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Update releasenodes.md and AUTHORS

b9ef437c26-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Address PR comments for Python API docstrings

89edb9e326-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Attempting to resolve NVRTC and HIPRTC compilation errors

0012573025-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Add missing checks for support of different element restriction types in backends

61a27d7425-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD

709403c117-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Update Julia/Python/Rust/Fortran bindings

94648b7d13-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Organize element restriction variants in ref backend

7c1dbaff06-May-2023 Sebastian Grimberg <sjg@amazon.com>

Operator full assembly with oriented or curl-conforming element restrictions (RT or ND elements)

20a9377220-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Address PR comment on hidden variable and clarify by renaming

0c73c03922-Jun-2023 Sebastian Grimberg <sjg@amazon.com>

Improve element restriction for H(curl) spaces by reorganizing loops, including use of int8_t for tridiagonal matrix

bd403d5202-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Add unit tests for curl-conforming restriction

Also update oriented restriction test to also test transpose.

0305e20806-May-2023 Sebastian Grimberg <sjg@amazon.com>

Update backends for unified ElemRestrictionCreate variants for all restriction types (default, oriented, strided)

9475e04427-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Fix bugs for blocked ElemRestriction apply

fcbe8c0624-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

enum CeedRestrictionType for CeedElemRestriction type

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