| 71a83b88 | 14-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - fix dimension mismatch for ApplyBasisAtPointsn |
| 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 ...
|
| c16dd8e6 | 28-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update unit tests to improve coverage |
| 7c1dbaff | 06-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Operator full assembly with oriented or curl-conforming element restrictions (RT or ND elements) |
| 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. |
| 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 |
| edf04919 | 28-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add num_comp to basis view output |
| 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 |
| 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 |
| edfbf3a6 | 19-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CEED_EVAL_GRAD support for CeedBasisApplyAtPoints |
| 2a94f45f | 07-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CeedBasisApplyAtPoints transpose mode |
| c8c3fa7d | 21-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CeedBasisApplyAtPoints |
| 18f23d85 | 15-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix missed cases from 6e6d197 |
| 8e6aa226 | 28-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Fix -fsanitize=address bugs
note: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30
The assembly test had inconsistent ordering of arguments between the qfunction itself and t
Fix -fsanitize=address bugs
note: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30
The assembly test had inconsistent ordering of arguments between the qfunction itself and the call to CeedQFunctionAddInput.
show more ...
|
| bd882c8a | 15-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Add sycl/ref and sycl/shared backends (#1229)
* Merge sycl_backend from ALCF fork
---------
Co-authored-by: Umesh Unnikrishnan <unnikrishnan@anl.gov>
Co-authored-by: Kris Rowe <krowe@anl.gov>
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| 08fdf5f2 | 16-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
asan - array bounds issue in t539 |
| c5f45aea | 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
asan - fix leak in CeedOperatorLinearAssembleQFunctionBuildOrUpdate |
| 5506277d | 03-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - add CeedElemRestrictionApplyUnsigned test |
| a398ae1d | 02-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - fix memory leak |
| 3bdd4e5a | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
clang-format |
| 7e2def38 | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Cherry-pick H(div) mass matrix diagonal assembly test from 02773612 |
| c5215752 | 24-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix
Minor style consistency updates |
| 6574a04f | 18-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedCheck macro to reduce repetition |
| ac415f71 | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Revert a550dd66 |