Conversation
added 2 commits
December 10, 2025 16:33
added 7 commits
December 15, 2025 13:56
…M.plot, simplified Plotting in Example250, changed parameters in Example295 such that it becomes stationary in default time
pjaap
reviewed
Dec 18, 2025
Member
pjaap
left a comment
There was a problem hiding this comment.
There are some small nitpicks.
But thanks for adding streamplot to the code.
| ## evaluate eqilibration error estimator and append it to sol vector (for plotting etc.) | ||
| local_equilibration_estimator!(sol, FETypeDual) | ||
| η4cell = evaluate(EQIntegrator, sol) | ||
| @info η4cell |
| @test length(sol.entries) == 8641 #hide | ||
| results, plt = main(; maxdofs = 21, order = 2) #hide | ||
| @test length(results[1].entries) == 96 #hide | ||
| @test all(results[2] .≈ [0.0005948849237161765 0.02155094069716629 0.0012248396092485094 0.01840063545660059 0.02155094068517524 0.0005948849232996949]) |
Member
There was a problem hiding this comment.
This is the same as @test results[2] ≈ [0.0005948849237161765 0.02155094069716629 0.0012248396092485094 0.01840063545660059 0.02155094068517524 0.0005948849232996949] but more complicated?
| """ | ||
| streamlines(u) | ||
|
|
||
| alias for (u, "grid") (triggers streamlines plot) |
| ## v1.8.0 | ||
|
|
||
| ### Added | ||
| - new keyword streamlines that can be used in the plotfunction to trigger GridVisualize.streamplot, now used in Example252 |
Member
There was a problem hiding this comment.
keyword is misleading. This is an operator?
Member
|
thanks for the edits. Looks good now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.