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

Support RectilinearGrid files #16

Merged
merged 24 commits into from
Feb 24, 2023
Merged

Support RectilinearGrid files #16

merged 24 commits into from
Feb 24, 2023

Conversation

boriskaus
Copy link
Contributor

This adds support for RectilinearGrid (*.vtr) files, and includes routines to retrieve 1D coordinate vectors.
It also includes get_data_reshaped which reshapes the structured data in the appropriate formatfor ImageData and RectilinearGrid.

Copy link
Member

@sloede sloede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your contribution! Overall it looks to be in great shape already, I only left a few minor comments/suggestions.

Please also add your name to the author's list in the README.md.

README.md Outdated Show resolved Hide resolved
src/ReadVTK.jl Outdated Show resolved Hide resolved
src/ReadVTK.jl Outdated Show resolved Hide resolved
src/ReadVTK.jl Outdated Show resolved Hide resolved
src/ReadVTK.jl Outdated Show resolved Hide resolved
src/ReadVTK.jl Outdated Show resolved Hide resolved
test/runtests.jl Outdated Show resolved Hide resolved
test/runtests.jl Outdated Show resolved Hide resolved
test/rectilinear.jl Outdated Show resolved Hide resolved
test/rectilinear.jl Outdated Show resolved Hide resolved
boriskaus and others added 9 commits February 24, 2023 15:15
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
@boriskaus
Copy link
Contributor Author

thanks a lot for the quick review! I've added the requested changes.

src/ReadVTK.jl Outdated Show resolved Hide resolved
src/ReadVTK.jl Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Feb 24, 2023

Coverage Status

Coverage: 93.846% (+0.7%) from 93.191% when pulling 9ed6fbf on boriskaus:bk-support-vtr into 082c072 on trixi-framework:main.

boriskaus and others added 10 commits February 24, 2023 15:46
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
Copy link
Member

@ranocha ranocha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@ranocha ranocha requested a review from sloede February 24, 2023 15:06
Copy link
Member

@sloede sloede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks again for the contribution @boriskaus!

@sloede sloede merged commit 21ea09d into JuliaVTK:main Feb 24, 2023
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.

4 participants