| 1b16049a | 11-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 ...
|
| 77a7c055 | 09-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1280 from CEED/jeremy/error-macro-simpler
Update CeedCall macro |
| f9358d07 | 07-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1282 from CEED/jrwrigh/fix-dim-options
fluids: Reset dim before reference_velocity option |
| e30587cb | 07-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 ...
|
| 5047007e | 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - fix small backend errors |
| 585a562d | 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - fix tidy error |
| d109957b | 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - simplify logic in error handling macros |
| 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 |
| 38432684 | 03-Aug-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1265 from CEED/sjg/hcurl-restr-dev
CeedElemRestriction for H(curl) |
| a424bcd0 | 01-Aug-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PetscCallCeed |
| c16dd8e6 | 28-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update unit tests to improve coverage |
| b8c4711a | 27-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update releasenodes.md and AUTHORS |
| b9ef437c | 26-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Address PR comments for Python API docstrings |
| 89edb9e3 | 26-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Attempting to resolve NVRTC and HIPRTC compilation errors |
| 00125730 | 25-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add missing checks for support of different element restriction types in backends |
| 61a27d74 | 25-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD |
| 709403c1 | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update Julia/Python/Rust/Fortran bindings |
| 94648b7d | 13-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Organize element restriction variants in ref backend |
| 7c1dbaff | 06-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Operator full assembly with oriented or curl-conforming element restrictions (RT or ND elements) |
| 20a93772 | 20-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Address PR comment on hidden variable and clarify by renaming |
| 0c73c039 | 22-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 |
| bd403d52 | 02-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add unit tests for curl-conforming restriction
Also update oriented restriction test to also test transpose. |
| 0305e208 | 06-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update backends for unified ElemRestrictionCreate variants for all restriction types (default, oriented, strided) |
| 9475e044 | 27-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix bugs for blocked ElemRestriction apply |
| fcbe8c06 | 24-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
enum CeedRestrictionType for CeedElemRestriction type |