feat(poly): major work on preconditioner for block form of lane emden equation

working on a "smart" schur compliment preconditioner for the block form of the lane emden equation. Currently this is stub and should not be considered usable
This commit is contained in:
2025-04-09 15:17:55 -04:00
parent acf5367556
commit 08b68c22de
14 changed files with 525 additions and 118 deletions

View File

@@ -3,6 +3,7 @@
# as there are dependencies which exist between them.
# Utility Libraries
subdir('types')
subdir('misc')
subdir('config')
subdir('probe')