erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

Skip boundarys with non-positive tags (ghost boundaries) #1222

Closed cekees closed 4 years ago

cekees commented 4 years ago

This is re-enabling a default behavior for boundaries tagged zero or less. That is, skip them. I used a continue statement so this happens at the top level of the loop so there are no calculations or contributions on boundaryFlag < 1.

Mandatory Checklist

Please ensure that the following criteria are met:

As a general rule of thumb, try to follow PEP8 guidelines.

Description

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1222   +/-   ##
=======================================
  Coverage   52.14%   52.14%           
=======================================
  Files         528      528           
  Lines      109012   109012           
=======================================
  Hits        56847    56847           
  Misses      52165    52165           

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 7a7c590...48246df. Read the comment docs.