You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dsl/compiler: Extend solver_parameters handling in PETScSolve and update logging (#2718)
* compiler: Utilise petsctools and start extending solver parameters functionality
examples: Add example using argparse in conjunction with PetscInitialize
* compiler: Edit argument to PetscInitialize
* compiler: Use petsctools to process solver params and start callback to set petsc options
* compiler: Progress on petscoptions callbacks
* dsl/compiler: Re-factor solver params, add solver_parameters.py file
* misc: Add tests
* compiler: Start extending the PetscSummary
* dsl: Fix hashing for solveexpr
* misc: Add tests and clean up
* compiler: Add utility function inside petsc routines
* misc: Clean up
* tests: Add command line tests with random prefixes
* compiler: Create dummy op for petscgetargs
* misc: Update requirements
* misc: Create getargs Op inside function
* compiler/dsl: Add get_info functionality to petscsolve
* compiler/misc: Drop petscgetargs callback, add functions to logging/get_info, clean up and more tests
* workflows: Fix serial wf run
0 commit comments