Skip to content

Intersection of geometry objects with meshed_regions #724

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

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

GuillemBarroso
Copy link
Contributor

@GuillemBarroso GuillemBarroso commented Dec 22, 2022

Fix #692.

Add the following examples:

  • 07-plot_on_points.py: create points, map a field to them and plot.
  • 08-plot_on_lines.py: create lines, map a field to them and plot.
  • 09-plot_on_planes.py: create planes, map a field and plot. Also, get plane intersection using levelset and plot displacements on intersestion.

@GuillemBarroso GuillemBarroso self-assigned this Dec 22, 2022
@GuillemBarroso GuillemBarroso added the examples Related to PyDPF-Core examples label Dec 22, 2022
@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Merging #724 (5238fec) into master (1bc0fea) will increase coverage by 0.02%.
The diff coverage is 97.77%.

@@            Coverage Diff             @@
##           master     #724      +/-   ##
==========================================
+ Coverage   88.60%   88.62%   +0.02%     
==========================================
  Files          71       71              
  Lines        8081     8096      +15     
==========================================
+ Hits         7160     7175      +15     
  Misses        921      921              

@GuillemBarroso GuillemBarroso force-pushed the feat/geometry-mesh-intersect branch 2 times, most recently from 0cf66ac to 182787c Compare December 23, 2022 15:30
@GuillemBarroso GuillemBarroso force-pushed the feat/geometry-mesh-intersect branch from 182787c to eb26950 Compare December 23, 2022 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
examples Related to PyDPF-Core examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get intersections with mesh when using geometric objects
2 participants