ORNL-CEES / mfmg

MFMG is an open-source library implementing matrix-free multigrid methods.
https://mfmg.readthedocs.io
BSD 3-Clause "New" or "Revised" License
13 stars 8 forks source link

Use more east const #194

Closed masterleinad closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #194 into master will not change coverage. The diff coverage is 95.45%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #194   +/-   ##
=======================================
  Coverage   87.47%   87.47%           
=======================================
  Files          53       53           
  Lines        2937     2937           
=======================================
  Hits         2569     2569           
  Misses        368      368
Impacted Files Coverage Δ
tests/test_restriction_matrix.cc 97.41% <ø> (ø) :arrow_up:
include/mfmg/dealii/dealii_utils.hpp 100% <ø> (ø) :arrow_up:
source/dealii/dealii_utils.cc 61.36% <0%> (ø) :arrow_up:
include/mfmg/common/hierarchy.hpp 74.21% <100%> (ø) :arrow_up:
tests/test_lanczos.cc 100% <100%> (ø) :arrow_up:
include/mfmg/dealii/amge_host.templates.hpp 92.5% <100%> (ø) :arrow_up:
tests/test_eigenvectors.cc 96.49% <100%> (ø) :arrow_up:
...clude/mfmg/common/lanczos_deflatedop.templates.hpp 97.22% <100%> (ø) :arrow_up:
include/mfmg/common/lanczos.templates.hpp 99.41% <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 aa23e11...79d6646. Read the comment docs.