nutofem / nuto

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

Pde fix vtk ascii #180

Closed pmueller2 closed 6 years ago

pmueller2 commented 6 years ago

When exporting an ascii vtu file with small number data like 5e-8 this was treated as zero due to usage of std::to_string. Now the outstream operator is used instead.

codecov[bot] commented 6 years ago

Codecov Report

Merging #180 into PDE_reviewed will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff                @@
##           PDE_reviewed     #180      +/-   ##
================================================
+ Coverage         64.54%   64.59%   +0.04%     
================================================
  Files               284      284              
  Lines             11209    11223      +14     
================================================
+ Hits               7235     7249      +14     
  Misses             3974     3974
Impacted Files Coverage Δ
src/visualize/DataArray.cpp 100% <100%> (ø) :arrow_up:
test/visualize/AverageVisualizer.cpp 100% <100%> (ø) :arrow_up:
test/visualize/VoronoiVisualizer.cpp 100% <100%> (ø) :arrow_up:
src/visualize/Visualizer.h 100% <100%> (ø) :arrow_up:
test/visualize/DataArray.cpp 100% <100%> (ø) :arrow_up:

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 8e67dd0...4c5d253. Read the comment docs.