Major work on spectral solver, can now evolve up to about a year. At that point we likely need to impliment repartitioning logic to stabalize the network or some other scheme based on the jacobian structure
12 lines
207 B
Meson
12 lines
207 B
Meson
executable(
|
|
'graphnet_sandbox',
|
|
'main.cpp',
|
|
dependencies: [gridfire_dep, cli11_dep],
|
|
)
|
|
|
|
executable(
|
|
'spectral_sandbox',
|
|
'spectral_main.cpp',
|
|
dependencies: [gridfire_dep, cli11_dep]
|
|
)
|