@@ -635,7 +635,7 @@ struct ImplicitEM{CS,AD,F,F2,FDT,ST,T2,Controller} <: StochasticDiffEqNewtonAdap
635
635
end
636
636
ImplicitEM (;chunk_size= 0 ,autodiff= true ,diff_type= Val{:central },
637
637
standardtag = Val {true} (),
638
- linsolve= DEFAULT_LINSOLVE ,nlsolve= NLNewton (),
638
+ linsolve= nothing ,nlsolve= NLNewton (),
639
639
extrapolant= :constant ,
640
640
theta = 1 ,symplectic= false ,
641
641
new_jac_conv_bound = 1e-3 ,
@@ -667,7 +667,7 @@ struct ImplicitEulerHeun{CS,AD,F,FDT,ST,N,T2,Controller} <: StochasticDiffEqNewt
667
667
end
668
668
ImplicitEulerHeun (;chunk_size= 0 ,autodiff= true ,diff_type= Val{:central },
669
669
standardtag = Val {true} (),
670
- linsolve= DEFAULT_LINSOLVE ,nlsolve= NLNewton (),
670
+ linsolve= nothing ,nlsolve= NLNewton (),
671
671
extrapolant= :constant ,
672
672
theta = 1 ,symplectic = false ,
673
673
new_jac_conv_bound = 1e-3 ,
@@ -700,7 +700,7 @@ struct ImplicitRKMil{CS,AD,F,FDT,ST,N,T2,Controller,interpretation} <: Stochasti
700
700
end
701
701
ImplicitRKMil (;chunk_size= 0 ,autodiff= true ,diff_type= Val{:central },
702
702
standardtag = Val {true} (),
703
- linsolve= DEFAULT_LINSOLVE ,nlsolve= NLNewton (),
703
+ linsolve= nothing ,nlsolve= NLNewton (),
704
704
extrapolant= :constant ,
705
705
theta = 1 ,symplectic = false ,
706
706
new_jac_conv_bound = 1e-3 ,
@@ -732,7 +732,7 @@ struct ISSEM{CS,AD,F,FDT,ST,N,T2,Controller} <: StochasticDiffEqNewtonAdaptiveAl
732
732
end
733
733
ISSEM (;chunk_size= 0 ,autodiff= true ,diff_type= Val{:central },
734
734
standardtag = Val {true} (),
735
- linsolve= DEFAULT_LINSOLVE ,nlsolve= NLNewton (),
735
+ linsolve= nothing ,nlsolve= NLNewton (),
736
736
extrapolant= :constant ,
737
737
theta = 1 ,symplectic= false ,
738
738
new_jac_conv_bound = 1e-3 ,
@@ -764,7 +764,7 @@ struct ISSEulerHeun{CS,AD,F,FDT,ST,N,T2,Controller} <: StochasticDiffEqNewtonAda
764
764
end
765
765
ISSEulerHeun (;chunk_size= 0 ,autodiff= true ,diff_type= Val{:central },
766
766
standardtag = Val {true} (),
767
- linsolve= DEFAULT_LINSOLVE ,nlsolve= NLNewton (),
767
+ linsolve= nothing ,nlsolve= NLNewton (),
768
768
extrapolant= :constant ,
769
769
theta = 1 ,symplectic= false ,
770
770
new_jac_conv_bound = 1e-3 ,
793
793
794
794
SKenCarp (;chunk_size= 0 ,autodiff= true ,diff_type= Val{:central },
795
795
standardtag = Val {true} (),
796
- linsolve= DEFAULT_LINSOLVE ,nlsolve= NLNewton (),
796
+ linsolve= nothing ,nlsolve= NLNewton (),
797
797
smooth_est= true ,extrapolant= :min_correct ,
798
798
new_jac_conv_bound = 1e-3 ,controller = :Predictive ,
799
799
ode_error_est = true ) =
0 commit comments