| d231d939 | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add -pmat_pbdiagonal warning |
| 5da97eb4 | 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Remove old CreateMatShell_Ceed
This is fully replaced by MatCeed |
| 7f2a9303 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add KSPSetFromOptions_WithMatCeed |
| 91c97f41 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Use MatCeed for Jacobian |
| f07714d9 | 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Add stabilized explicit test for advection
Also uses consistent mass matrix |
| fa9a7b5d | 05-Mar-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): RHS stabilization term should be negative |
| 74bf24ea | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1473 from CEED/jrwrigh/tau_choices
fluids: Shakib tau for advection |
| 9ad1dbfd | 12-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1512 from CEED/jeremy/asan-memcheck-ci
Add memcheck+asan CI job |
| ad037b63 | 12-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - run ASAN against all 'built in' CPU backends |
| 53928bd0 | 12-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - add memcheck+asan job |
| 9c5431aa | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1511 from CEED/jrwrigh/clang-format17
style: Changes for clang-format 17
|
| 0ce26d38 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
style: Changes for clang-format 17 |
| c8564c30 | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add MatCeed Code from Ratel |
| ed9ed3de | 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NUL
fluids: Make MatShell functions static
This is done primarily to allow MatCeed to coexist with the context operators for right now.
This has the nasty side-effect of forcing `Mat` objects to be NULL when they're passed into CreateMatShell_Ceed, but that will soon be replaced with MatCeed, so it is only temporary for the transition in this PR
show more ...
|
| 38438fe1 | 11-Mar-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1508 from CEED/jeremy/initalize-memcheck
Initalize scratch vectors in AtPoints Operator impl |
| c3a6834a | 11-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1509 from CEED/zach/loosen-t305-tol
Loosen tolerance for t305-basis |
| 6efa0d72 | 11-Mar-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Move fix to CeedOperatorSetupFieldsAtPoints_Ref |
| 23629c23 | 11-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - padd AtPoints evec for memcheck |
| 17937fbf | 11-Mar-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Loosen tolerance for t305-basis |
| bff3dd9c | 11-Mar-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Add reproducer for memcheck bug in CeedOperatorInputBasisAtPoints_Ref |
| b37f8825 | 11-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - initalize scratch vectors in AtPoints Operator impl |
| 73441d27 | 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1505 from CEED/jeremy/return-ceed
Add Ceed*ReturnCeed |
| 1a210a00 | 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Update backends/cuda-ref/ceed-cuda-ref-vector.c
fix - bad reversion of change
Co-authored-by: James Wright <james@jameswright.xyz> |
| d77c2f5d | 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add some missing CeedCall |
| 0c9ac183 | 08-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - use clang-format 17 |