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.
Using
get_node_variableto save extra node variables in theSaveSolutionCallbackcurrently 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.