Skip to content
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

Merged
merged 5 commits into from
Jan 20, 2022
Merged

Pvd functions #736

merged 5 commits into from
Jan 20, 2022

Conversation

oriolcg
Copy link
Member

@oriolcg oriolcg commented Jan 19, 2022

Gridap functions that wrap paraview_collection to allow a common API with GridapDistributed

@oriolcg oriolcg added the enhancement New feature or request label Jan 19, 2022
@oriolcg oriolcg requested a review from fverdugo January 19, 2022 21:41
@oriolcg oriolcg self-assigned this Jan 19, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2022

Codecov Report

Merging #736 (c2399cd) into master (1dae811) will increase coverage by 0.07%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
src/Exports.jl 0.00% <ø> (ø)
src/Visualization/Vtk.jl 86.80% <100.00%> (+0.55%) ⬆️
src/Geometry/CartesianDiscreteModels.jl 99.37% <0.00%> (-0.18%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dae811...c2399cd. Read the comment docs.

Copy link
Member

@fverdugo fverdugo left a 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.

end
end

function createpvd(f::Function,parts::Nothing,args...;kwargs...)
Copy link
Member

@fverdugo fverdugo Jan 20, 2022

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?

Copy link
Member

@fverdugo fverdugo Jan 20, 2022

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.

Copy link
Member

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.

@fverdugo fverdugo self-requested a review January 20, 2022 08:55
@fverdugo fverdugo merged commit 98aa9f8 into master Jan 20, 2022
@fverdugo fverdugo deleted the pvd_functions branch January 20, 2022 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants