ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
43 stars 10 forks source link

Add Mesh object #226

Closed PProfizi closed 1 year ago

PProfizi commented 1 year ago

Fix #234.

A Mesh instance is held by a Simulation instance and wraps a core.MeshedRegion instance.

The goal of the Mesh class is to wrap MeshedRegion with an API which is flatter, more Pythonic, more user-friendly, and adds Post-specific additional mesh manipulation capabilities such as mapping.

codecov[bot] commented 1 year ago

Codecov Report

Merging #226 (fb4ea80) into post_refactor (89fdadf) will increase coverage by 3.44%. The diff coverage is 100.00%.

@@                Coverage Diff                @@
##           post_refactor     #226      +/-   ##
=================================================
+ Coverage          74.89%   78.34%   +3.44%     
=================================================
  Files                 30       30              
  Lines               1665     1690      +25     
=================================================
+ Hits                1247     1324      +77     
+ Misses               418      366      -52