Skip to content

Use NonlinearAliasSpecifier to specify aliasing during solve #552

@jClugstor

Description

@jClugstor

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions