-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
With a small refactoring of the LinOp
interface, where we define the GkoLinOp
as an abstract type with GkoIterativeSolver
and GkoDirectSolver
solvers as concrete data type, it would enable more comprehensive solver initialization and destructor using the same linop delete.
refactor interface
- change
LinOp.jl
and export types accordingly inGinkgo.jl
file - change previous examples where
GkoLinOp
was involved - add tests for solvers
add examples
- stokes continuity
- heat conservation
- slab breakoff
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
In Progress