stadelmanma / netl-ap-map-flow

A fracture flow modeling package utilizing a modified local cubic law approach with OpenFoam and ParaView compatibility.
GNU General Public License v3.0
5 stars 4 forks source link

Fix vtk mesh sizing #62

Closed stadelmanma closed 7 years ago

stadelmanma commented 7 years ago

Fixes #61

I wasn't converting the point map from SI to output units after separating the point map and aperture map

Removed indicies 5 and 6 from the AP_POINT_MAP, now I calculate them locally when I calculate the cell transitivities.

Localized the AP_MAP variable, it was only used in the READ_AP_MAP subroutine

Switched some instances of conditions in loops to use the WHERE statement instead

codecov-io commented 7 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.0525%. The diff coverage is 100%.

@@               Coverage Diff                @@
##             master        #62        +/-   ##
================================================
+ Coverage   99.7373%   99.7899%   +0.0525%     
================================================
  Files            31         31                
  Lines          3807       3808         +1     
================================================
+ Hits           3797       3800         +3     
+ Misses           10          8         -2

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 b1b7f9b...119a947. Read the comment docs.