| #
dfec6965
|
| 12-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1581 from CEED/jrwrigh/pytorch_external_sgs
fluids: Add PyTorch external DD SGS evaluation
|
| #
b40a7e63
|
| 11-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. Wh
fluids: Add log_events.c/h, PetscLogEvent for torch
To have the log_events accessbile to torch (in C++), I needed to separate out the header file containing the extern PetscLogEvent declarations. While I was at it, I figured it'd be more clear to have a separate log_events.c file as well to have the actual "storage" of the PetscLogEvents and the RegisterLogEvents function itself.
show more ...
|
| #
4c07ec22
|
| 04-Oct-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add PyTorch external DD SGS evaluation
- Rename sequential_internal -> *_ceed
|
| #
2fea5328
|
| 04-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1573 from CEED/jrwrigh/fix_fluids_printing
fluids: Correct printing of MatTypes
|
| #
3678fae3
|
| 01-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Print correct Mat Types
|
| #
d0fa51ca
|
| 03-May-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1576 from CEED/jrwrigh/update_matceed
fluids: Add back CeedOperator PetscLogEvents
|
| #
c63b910f
|
| 03-May-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add back CeedOperator PetscLogEvents
Remove the unused fluids-based ones in favor of the built-in MatCeed ones
|
| #
012ff548
|
| 24-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1562 from CEED/jrwrigh/fluids_problem_pointer
fluids: Make ProblemData a pointer to struct
|
| #
991aef52
|
| 24-Apr-2024 |
James Wright <james@jameswright.xyz> |
fluids: Make ProblemData a pointer to struct
We basically use it as a pointer-to-struct type everywhere, so might as well make it consistent with everything else
|
| #
68752e16
|
| 16-Apr-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1559 from CEED/jrwrigh/fix_memory_leaks
fix(fluids): Fix primary PETSc memory leak, others
|
| #
313f2f1e
|
| 16-Apr-2024 |
James Wright <james@jameswright.xyz> |
fix(fluids): Fix primary PETSc memory leak, others
All the memory leaks reported in regression tests via `-malloc_dump` are now related to the boundary conditions and their handling of QFunctionCont
fix(fluids): Fix primary PETSc memory leak, others
All the memory leaks reported in regression tests via `-malloc_dump` are now related to the boundary conditions and their handling of QFunctionContexts, which is a much more difficult problem and will be addressed later.
show more ...
|
| #
20bd4f36
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
dc936754
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
990f1db0
|
| 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 ...
|
| #
c05653ab
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1517 from CEED/jrwrigh/ratel_sync
fluids: Sync with Ratel changes
|
| #
a7dac1d5
|
| 14-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Sync with Ratel, get ceed-utils.h
|
| #
66b1b42a
|
| 13-Mar-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1510 from CEED/jrwrigh/fluids_matceed
fluids: Add MatCeed
|
| #
3170c09f
|
| 12-Mar-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add KSPSetFromOptions_WithMatCeed
|
| #
855536ed
|
| 29-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Add LogEvent for VeloGradProj and DiffFilter
|
| #
ad2e713e
|
| 27-Feb-2024 |
Riccardo Balin <riccardo.balin@gmail.com> |
Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)
---------
Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-u
Merge balin/smartsim branch into main with timers for SmartRedis API calls (#1480)
---------
Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Riccardo Balin <balin@aurora-uan-0012.hostmgmt.cm.aurora.alcf.anl.gov>
show more ...
|
| #
e76ddf7c
|
| 21-Feb-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1479 from CEED/jrwrigh/fix_mat_reporting
fluids: Report both amat and pmat types
|
| #
65149b89
|
| 21-Feb-2024 |
James Wright <james@jameswright.xyz> |
fluids: Report both amat and pmat types
|
| #
b28cdeaf
|
| 29-Aug-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1259 from CEED/jrwrigh/fluids-cleanup
fluids: Misc cleanup
|
| #
b2948607
|
| 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Misc changes to functions
|
| #
c56e8d5b
|
| 17-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Rename files with *_NS suffix
|