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
SciMLBase has a new interface for specifying which variables are aliased during a solve. I would like to put this in to use in NonlinearSolve by using the NonlinearAliasSpecifier type from SciMLBase to specify which variables are aliased. Similar to SciML/LinearSolve.jl#564, or SciML/OrdinaryDiffEq.jl#2503.
Putting this here as a tracker/reference, but also the way that NonlinearSolve chooses which variables are aliased is different than some of the other SciML packages, so I'm a bit lost on how this would work. For example the aliasing for OrdinaryDiffEq is decided in the __init function, but that's not the case for NonlinearSolve.
The text was updated successfully, but these errors were encountered:
SciMLBase has a new interface for specifying which variables are aliased during a solve. I would like to put this in to use in NonlinearSolve by using the
NonlinearAliasSpecifier
type from SciMLBase to specify which variables are aliased. Similar to SciML/LinearSolve.jl#564, or SciML/OrdinaryDiffEq.jl#2503.Putting this here as a tracker/reference, but also the way that NonlinearSolve chooses which variables are aliased is different than some of the other SciML packages, so I'm a bit lost on how this would work. For example the aliasing for OrdinaryDiffEq is decided in the
__init
function, but that's not the case for NonlinearSolve.The text was updated successfully, but these errors were encountered: