feat(CVODE_Solver_Strategy): added non negative constraint to CVODE based abundance solver
this prevents abundance values from going negative which is non physical
This commit is contained in:
@@ -137,5 +137,7 @@ namespace gridfire::solver {
|
||||
int m_num_steps = 0;
|
||||
|
||||
bool m_stdout_logging_enabled = true;
|
||||
|
||||
N_Vector m_constraints = nullptr;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user