Skip to content

Conversation

@miguelmaso
Copy link
Collaborator

@miguelmaso miguelmaso commented Oct 15, 2025

Added several tools for fast post-processing. Those tools are useful for generating plots after a simulation and performing tests, e.g.:

tip_displacement = Float64[]
...
function PostProcessor(...)
  push!(component_LInf(uh, z:, Ω), tip_displacement)
  ...
end
...
solve!(...)
plot(t, tip_displacement)
@test tip_displacement[end]  0.02564832

@miguelmaso miguelmaso requested a review from jmartfrut October 15, 2025 07:48
@jmartfrut jmartfrut merged commit 26246cc into main Oct 15, 2025
3 of 4 checks passed
@miguelmaso miguelmaso deleted the post-metrics branch October 15, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants