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

Expose polygon and polyhedron elements #614

Merged
merged 25 commits into from
Nov 16, 2022

Conversation

GuillemBarroso
Copy link
Contributor

@GuillemBarroso GuillemBarroso commented Nov 14, 2022

This PR includes the following changes:

  • vtk_helper.py: handling of polyhedron elements.
  • 00-create_polygons_and_polyhedrons.py: example that loads and plots a mesh with polygon and polyhedron elements.
  • test_plotter.py: plotting tests with manually created meshes with a single element. One test for polygons and one test with polyhedrons

@PProfizi PProfizi added the enhancement New feature or request label Nov 14, 2022
@PProfizi PProfizi linked an issue Nov 14, 2022 that may be closed by this pull request
@PProfizi PProfizi changed the title FEAT: expose polyhedron elements Expose polyhedron elements Nov 14, 2022
@codecov
Copy link

codecov bot commented Nov 14, 2022

Codecov Report

Merging #614 (7ffd835) into master (a582642) will increase coverage by 1.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #614      +/-   ##
==========================================
+ Coverage   86.98%   88.03%   +1.05%     
==========================================
  Files          67       69       +2     
  Lines        7166     7645     +479     
==========================================
+ Hits         6233     6730     +497     
+ Misses        933      915      -18     

@GuillemBarroso GuillemBarroso marked this pull request as draft November 15, 2022 14:24
@GuillemBarroso GuillemBarroso marked this pull request as ready for review November 16, 2022 07:36
@PProfizi PProfizi changed the title Expose polyhedron elements Expose polygon and polyhedron elements Nov 16, 2022
@GuillemBarroso GuillemBarroso merged commit b775f55 into master Nov 16, 2022
@GuillemBarroso GuillemBarroso deleted the feat/expose_polyhedron_elements branch November 16, 2022 14:46
@PProfizi PProfizi linked an issue Nov 22, 2022 that may be closed by this pull request
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.

Fluent: add helpers for fluid mechanics in Core Enable plot of Polyhedron elements
2 participants