| 3072a8be | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1531 from CEED/jrwrigh/gitignore_test_dir
chore: Add tests/test_dir to .gitignore |
| c86b9822 | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids(matceed): Print lengths in PetscChecks |
| 0778d30e | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
chore: Add tests/test_dir to .gitignore
This directory is created by the fluids smartsim regression test. If the test is successful, then the directory is deleted. If it is not, this is left over, f
chore: Add tests/test_dir to .gitignore
This directory is created by the fluids smartsim regression test. If the test is successful, then the directory is deleted. If it is not, this is left over, for debugging purposes.
show more ...
|
| bc10c746 | 22-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1529 from CEED/jrwrigh/fix_multiplicity_training
fluids: Fix SmartSim training multiplicity, add GetInverseMultiplicity |
| e675c3aa | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Test zbox in SmartSim test
This tests whether the output training data handles multiplicity correctly. And also is the first fluids test with zbox. |
| 3a10b0ee | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add GetInverseMultiplicity |
| 081aa29d | 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - use const for backend rstr data, should never change after set |
| f5d1e504 | 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - use new user data copy utility |
| f59ebe5e | 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - mirror changes in sycl backend |
| a267acd1 | 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
backend - same memory owned/borrowed strategy for all impls |
| 3fad321e | 19-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - simplify GetArrayWrite logic |
| 63696954 | 21-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1528 from CEED/jeremy/more-size
Restriction CeedInt vs CeedSize |
| 81670346 | 21-Mar-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Fix a few more CeedInt promotions |
| 80374afb | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Fix multiplicity for SGS training
Multiplicity needs to account for GlobalToLocal multiplicity as well, since we put the global Vec into the training database |
| d768a8aa | 21-Mar-2024 |
James Wright <james@jameswright.xyz> |
make: Add fluids smartsim directory to fluids target |
| 1ba74105 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rst - clarify index checking logic |
| 33e3c889 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - use CeedSize as loop itrs for less casting |
| 740363cc | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - promote CeedInts when indexing into Evecs |
| 171d97d0 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - promote CeedInts when indexing into Evecs |
| 6cf71297 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - add bugprone-too-small-loop-variable |
| 43dcc2de | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1527 from CEED/jeremy/more-lcov
Minor LCOV fixes |
| b4b7eaf6 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - test restriction only operator |
| 33c56a19 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - test CeedElemRestrictionGetLLayout |
| 99e754f0 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - codecov updates |
| 7ceb6423 | 18-Mar-2024 |
Jed Brown <jed@jedbrown.org> |
fluids: enable reading checkpoint files as i32 or i64 (#1520)
* fluids: enable reading checkpoint files as i32 or i64
Depends on https://gitlab.com/petsc/petsc/-/merge_requests/7377
* Apply su
fluids: enable reading checkpoint files as i32 or i64 (#1520)
* fluids: enable reading checkpoint files as i32 or i64
Depends on https://gitlab.com/petsc/petsc/-/merge_requests/7377
* Apply suggestions from code review
Co-authored-by: James Wright <james@jameswright.xyz>
---------
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|