Closed pmueller2 closed 6 years ago
Merging #166 into PDE_reviewed will decrease coverage by
10.15%
. The diff coverage is100%
.
@@ Coverage Diff @@
## PDE_reviewed #166 +/- ##
================================================
- Coverage 81.06% 70.9% -10.16%
================================================
Files 225 445 +220
Lines 7297 17367 +10070
================================================
+ Hits 5915 12314 +6399
- Misses 1382 5053 +3671
Impacted Files | Coverage Δ | |
---|---|---|
test/mechanics/mesh/UnitMeshFem.cpp | 100% <100%> (ø) |
:arrow_up: |
src/mechanics/mesh/UnitMeshFem.cpp | 100% <100%> (ø) |
:arrow_up: |
source/src/visualize/ComponentName.cpp | 0% <0%> (ø) |
|
source/src/visualize/Point.h | 100% <0%> (ø) |
|
source/src/mechanics/constraints/Term.h | 100% <0%> (ø) |
|
source/test/mechanics/dofs/DofNumbering.cpp | 95% <0%> (ø) |
|
source/test/mechanics/cell/Jacobian.cpp | 100% <0%> (ø) |
|
...urce/test/mechanics/dofs/DofVectorConvertEigen.cpp | 100% <0%> (ø) |
|
source/src/math/LinearInterpolation.h | 100% <0%> (ø) |
|
source/src/mechanics/mesh/MeshFemDofConvert.cpp | 97.33% <0%> (ø) |
|
... and 212 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 82e423c...4eb43b7. Read the comment docs.
Adds a 3D Brick unit mesh and a method to change the coordinate interpolation. This last method is almost a copy of
AddDofInterpolation
. The old coordinate nodes are replaced by new ones in the hope that nothing is referencing them. The old interpolation stays.