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
9 lines
249 B
C
9 lines
249 B
C
#pragma once
|
|
|
|
#include "gridfire/utils/formatters/formatters.h"
|
|
#include "gridfire/utils/hashing.h"
|
|
#include "gridfire/utils/logging.h"
|
|
#include "gridfire/utils/sundials.h"
|
|
#include "gridfire/utils/table_format.h"
|
|
#include "gridfire/utils/macros.h"
|