You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add Reactor constructor for multidomain simulations
reorders variables to put the thermodynamic variables at the end and the species variables at the beginning
cases where parameters are shared between domains are identified and combined in the parameter vector
functionReactor(domains::T,y0s::W,tspan::W2,interfaces::Z=[],ps::X=DiffEqBase.NullParameters();forwardsensitivities=false) where {T<:Tuple,W,Z<:AbstractArray,X,W2}
if forwardsensitivities ==true#error if running into sensitivity bug
81
+
error("forward sensitivities is not supported for domain combinations that share rate coefficients, but treat them differently ex: ConstantTPDomain and ConstantVDomain")
0 commit comments