nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

Pde visualize add voronoi geometries #181

Closed pmueller2 closed 6 years ago

pmueller2 commented 6 years ago

Adds Voronoi geometries for lines, quads, bricks with partitions corresponding to lobatto or gauss integration points. The functions to compute these points are moved from integration types to math/legendre.

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (PDE_reviewed@db17b78). Click here to learn what that means. The diff coverage is 94.62%.

Impacted file tree graph

@@               Coverage Diff               @@
##             PDE_reviewed     #181   +/-   ##
===============================================
  Coverage                ?   64.81%           
===============================================
  Files                   ?      286           
  Lines                   ?    11283           
  Branches                ?        0           
===============================================
  Hits                    ?     7313           
  Misses                  ?     3970           
  Partials                ?        0
Impacted Files Coverage Δ
.../integrationtypes/IntegrationTypeTensorProduct.cpp 90% <100%> (ø)
test/visualize/VoronoiGeometries.cpp 100% <100%> (ø)
src/math/Quadrature.cpp 90.9% <90.9%> (ø)
src/visualize/VoronoiGeometries.cpp 81.17% <93.02%> (ø)

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 db17b78...effc63a. Read the comment docs.