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

Make set_initial_guess() static #189

Closed masterleinad closed 5 years ago

masterleinad commented 5 years ago

We don't touch any member variables or member functions so this function can be static as well.

codecov-io commented 5 years ago

Codecov Report

Merging #189 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #189   +/-   ##
=======================================
  Coverage   87.47%   87.47%           
=======================================
  Files          53       53           
  Lines        2937     2937           
=======================================
  Hits         2569     2569           
  Misses        368      368
Impacted Files Coverage Δ
source/dealii/dealii_mesh_evaluator.cc 100% <ø> (ø) :arrow_up:
include/mfmg/dealii/dealii_mesh_evaluator.hpp 20% <ø> (ø) :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 8195245...6b14f7f. Read the comment docs.