Skip to content

Interface to avoid exposure of solver internals in usage of get_node_variable #2902

@tristanmontoya

Description

@tristanmontoya

Using get_node_variable to save extra node variables in the SaveSolutionCallback currently requires implementing an iteration over nodal values and/or directly accessing the containers:

As suggested here by @DanielDoehring, this could be streamlined so that only the pointwise transformation of solution variables (and possibly gradients, if available in the parabolic cache) needs to be implemented. Possibly related: #2854.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingrefactoringRefactoring code without functional changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions