nutofem / nuto

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

Add dof interpolation addon #184

Closed pmueller2 closed 6 years ago

pmueller2 commented 6 years ago

Tries to address dof interpolation for meshes with different element types. Now you can provide a group of elements (ElementCollections to be exact, like those you get from Gmsh import as physical groups) for which the new DoF element layer is created.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@               Coverage Diff               @@
##             PDE_reviewed     #184   +/-   ##
===============================================
  Coverage                ?   64.79%           
===============================================
  Files                   ?      284           
  Lines                   ?    11289           
  Branches                ?        0           
===============================================
  Hits                    ?     7315           
  Misses                  ?     3974           
  Partials                ?        0
Impacted Files Coverage Δ
test/mechanics/mesh/MeshFem.cpp 98.46% <100%> (ø)
src/mechanics/mesh/MeshFemDofConvert.cpp 98.01% <100%> (ø)
src/mechanics/mesh/MeshFem.cpp 100% <100%> (ø)

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 6436a7f...f221ab8. Read the comment docs.