-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pvd functions #736
Pvd functions #736
Conversation
Codecov Report
@@ Coverage Diff @@
## master #736 +/- ##
==========================================
+ Coverage 88.39% 88.46% +0.07%
==========================================
Files 132 132
Lines 15458 15562 +104
==========================================
+ Hits 13664 13767 +103
- Misses 1794 1795 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @oriolcg thanks for this! See my minor comment.
src/Visualization/Vtk.jl
Outdated
end | ||
end | ||
|
||
function createpvd(f::Function,parts::Nothing,args...;kwargs...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that this one is redundant. Previous function already does the job for this case, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better: keep this function but remove ::Function
so that one cas use other types of callable objects.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have quick-fixed this myself.
Gridap functions that wrap
paraview_collection
to allow a common API withGridapDistributed