| 30e1b2c7 | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Generalize advection IC for 2d and 3d |
| 98d9a7e6 | 20-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Create generic MatMatN for square matrices
MatMat3 now uses MatMatN |
| 35bce4b4 | 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1446 from CEED/jrwrigh/advection_refactor
fluids: Misc refactor/updates for advection and stabilization |
| 8f4d89c8 | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Convert IFunction_Advection to state structs |
| 8c3b32bf | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Minor stabilization refactor |
| a43bcf8e | 18-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change skew advection threshold
3rd order requires a 20 CEED_EPSILON instead of just 5 |
| b9b033b3 | 15-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Refactor diagonal tau calculation
Also correct documentation of tau calculation |
| 4bd6ffc9 | 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Cleanup misc math |
| 83ebc4c4 | 13-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
junit - allow looser CGNS tol |
| c86abd2b | 13-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1471 from CEED/jeremy/skip-tet
Skip tet tests without tetget installed |
| d26b3214 | 13-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
junit - skip tet tests without tetget installed |
| 72e72e0e | 10-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1463 from CEED/jeremy/memcheck-strides
CEED_STRIDES_BACKEND related updates |
| 62c1cb2a | 05-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - add rstr changes to release notes |
| 56c48462 | 05-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - fix signature of GetLayout |
| 22eb1385 | 05-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - add CeedElemRestriction[Get,Set]LLayout |
| 972f909d | 02-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - expand note about CEED_STRIDES_BACKEND |
| 9e82028b | 02-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - use unique orderings for CEED_BACKEND_STRIDES |
| 2247a93f | 10-Feb-2024 |
Rezgar Shakeri <42816410+rezgarshakeri@users.noreply.github.com> |
CeedMatrixPseudoinverse utility function (#1251)
* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad
* Used pseudoinverse utility in CeedBasisApplyAtPoints
* Update d
CeedMatrixPseudoinverse utility function (#1251)
* Added CeedMatrixPseudoinverse utility and use it CeedBasisGetCollocatedGrad
* Used pseudoinverse utility in CeedBasisApplyAtPoints
* Update description of CeedMatrixPseudoinverse function
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
* Used pseudoinverse utility in CeedBasisCreateProjectionMatrices
* Updated inline comments
* Added inline comment
* Round matrix-matrix product to zero in CeedBasisCreateProjectionMatrices
* increased tolerance in ex1-volume/src/main.rs
---------
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
|
| eab6b3a8 | 10-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1469 from CEED/jeremy/rust-ci
Rust - Fix QFunction FFI Inputs/Outputs |
| 58f118fd | 10-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - iterate over qf input/output size exactly |
| 31b0218e | 09-Feb-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1468 from CEED/jed/bib-libceed-user-manual-0.12.0
bib: update libceed-user-manual to 0.12.0 |
| 1ea55a34 | 08-Feb-2024 |
Jed Brown <jed@jedbrown.org> |
bib: update libceed-user-manual to 0.12.0 |
| b6aaa75c | 08-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1467 from CEED/jrwrigh/petsc-bps-testname
test: Fix test name for PETSc bps |
| 8ad9a6ff | 08-Feb-2024 |
James Wright <james@jameswright.xyz> |
test: Fix test name for PETSc bps |
| eb10a020 | 08-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1466 from CEED/jeremy/field-null
Don't error CeedOperatorGetFieldByName when field not found |