feat(poly): refactoring PolytropeOperator to work on the reduced system so as to avoid rank deficiencies

This commit is contained in:
2025-06-05 12:37:00 -04:00
parent 4eb8b71271
commit a31c966146
7 changed files with 272 additions and 113 deletions

View File

@@ -20,7 +20,8 @@
# *********************************************************************** #
polyutils_sources = files(
'private/integrators.cpp',
'private/operator.cpp'
'private/polytropeOperator.cpp',
'private/utilities.cpp',
)
dependencies = [