Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: setting up gfloat #70

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

WIP: setting up gfloat #70

wants to merge 2 commits into from

Conversation

tcew
Copy link
Contributor

@tcew tcew commented Jan 27, 2021

This sets up a type string associated with the o_ggeo in each mesh. This allows us to change the precision of the o_ggeo array higher up in the code, in particular in elliptic for lower levels in the pMG hierarchy.

@codecov
Copy link

codecov bot commented Jan 27, 2021

Codecov Report

Merging #70 (5c229d8) into master (6a86a46) will decrease coverage by 0.00%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   84.61%   84.61%   -0.01%     
==========================================
  Files         258      258              
  Lines       20354    20390      +36     
==========================================
+ Hits        17223    17253      +30     
- Misses       3131     3137       +6     
Impacted Files Coverage Δ
include/mesh.hpp 100.00% <ø> (ø)
libs/mesh/meshOccaSetupTri3D.cpp 0.00% <0.00%> (ø)
solvers/elliptic/src/ellipticOperator.cpp 100.00% <ø> (ø)
solvers/elliptic/src/ellipticPreconMultiGrid.cpp 92.55% <80.76%> (-4.51%) ⬇️
libs/mesh/meshOccaSetupHex3D.cpp 100.00% <100.00%> (ø)
libs/mesh/meshOccaSetupQuad2D.cpp 100.00% <100.00%> (ø)
libs/mesh/meshOccaSetupQuad3D.cpp 100.00% <100.00%> (ø)
libs/mesh/meshOccaSetupTet3D.cpp 100.00% <100.00%> (ø)
libs/mesh/meshOccaSetupTri2D.cpp 100.00% <100.00%> (ø)
solvers/elliptic/src/ellipticSettings.cpp 94.54% <100.00%> (+0.20%) ⬆️
... and 2 more

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 6a86a46...7a5b1d1. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant