feat(Spectral): Working on Spectral Solver

This commit is contained in:
2025-12-15 12:14:00 -05:00
parent 0b09ed1cb3
commit 4e1edfc142
6 changed files with 137 additions and 36 deletions

View File

@@ -200,7 +200,7 @@ namespace gridfire::solver {
size_t total_steps = 0;
LOG_TRACE_L1(m_logger, "Starting CVODE iteration");
LOG_TRACE_L1(m_logger, "Starting CVODE iteration...");
fourdst::composition::Composition postStep = equilibratedComposition;
while (current_time < netIn.tMax) {
user_data.T9 = T9;