File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -400,6 +400,7 @@ subroutine mDecisions(err,message)
400400 ! identify the numerical method
401401 select case (trim (model_decisions(iLookDECISIONS% num_method)% cDecision))
402402 case (' homegrown' ); model_decisions(iLookDECISIONS% num_method)% iDecision = homegrown ! homegrown backward Euler solution using concepts from numerical recipes
403+ case (' numrec' ); model_decisions(iLookDECISIONS% num_method)% iDecision = homegrown ! homegrown backward Euler solution using concepts from numerical recipes
403404 case (' itertive' ); model_decisions(iLookDECISIONS% num_method)% iDecision = homegrown ! homegrown backward Euler solution (included for backwards compatibility)
404405 case (' kinsol' ); model_decisions(iLookDECISIONS% num_method)% iDecision = kinsol ! SUNDIALS backward Euler solution using Kinsol
405406 case (' ida' ); model_decisions(iLookDECISIONS% num_method)% iDecision = ida ! SUNDIALS solution using IDA
You can’t perform that action at this time.
0 commit comments