nutofem / nuto

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

Pde dof instances #230

Closed TTitscher closed 6 years ago

TTitscher commented 6 years ago

Solves #141

You can now create multiple dof instances at the node by

All the necessary changes were made to allow (cached) access to these instances at CellIpData level (= inside the integrands) with and optional last int parameter

codecov[bot] commented 6 years ago

Codecov Report

Merging #230 into PDE_reviewed will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff                @@
##           PDE_reviewed     #230      +/-   ##
================================================
+ Coverage         84.32%   84.41%   +0.08%     
================================================
  Files               295      295              
  Lines             10676    10735      +59     
================================================
+ Hits               9003     9062      +59     
  Misses             1673     1673
Flag Coverage Δ
#integrationtests 62.37% <84.21%> (-0.03%) :arrow_down:
#unittests 87.84% <100%> (+0.09%) :arrow_up:
Impacted Files Coverage Δ
nuto/mechanics/mesh/MeshFem.h 100% <ø> (ø) :arrow_up:
nuto/mechanics/elements/ElementInterface.h 100% <ø> (ø) :arrow_up:
nuto/mechanics/tools/NodalValueMerger.h 100% <ø> (ø) :arrow_up:
test/mechanics/elements/ElementFem.cpp 100% <100%> (ø) :arrow_up:
test/mechanics/nodes/NodeSimple.cpp 100% <100%> (ø) :arrow_up:
nuto/mechanics/cell/CellData.h 100% <100%> (ø) :arrow_up:
nuto/mechanics/cell/CellIpData.h 100% <100%> (ø) :arrow_up:
nuto/mechanics/iga/Nurbs.h 83.18% <100%> (ø) :arrow_up:
nuto/mechanics/elements/ElementIga.h 60% <100%> (ø) :arrow_up:
nuto/mechanics/elements/ElementFem.h 95.55% <100%> (ø) :arrow_up:
... and 6 more

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 2556736...d456294. Read the comment docs.