cb-geo / mpm

CB-Geo High-Performance Material Point Method
https://www.cb-geo.com/research/mpm
Other
245 stars 82 forks source link

[Solver] Semi-implicit Navier-Stokes solver #681

Closed bodhinandach closed 3 years ago

bodhinandach commented 4 years ago

Describe the PR A draft PR to ease to check the solver structure.

codecov[bot] commented 4 years ago

Codecov Report

Merging #681 into develop will decrease coverage by 3.71%. The diff coverage is 3.52%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #681      +/-   ##
===========================================
- Coverage    96.66%   92.95%   -3.71%     
===========================================
  Files          123      134      +11     
  Lines        25375    26420    +1045     
===========================================
+ Hits         24527    24557      +30     
- Misses         848     1863    +1015     
Impacted Files Coverage Δ
include/cell.h 74.29% <0.00%> (-25.71%) :arrow_down:
include/cell.tcc 76.18% <0.00%> (-11.29%) :arrow_down:
include/io/io_mesh.h 100.00% <ø> (ø)
include/io/io_mesh_ascii.h 100.00% <ø> (ø)
include/io/io_mesh_ascii.tcc 69.34% <0.00%> (-5.46%) :arrow_down:
include/linear_solvers/assembler_base.h 0.00% <0.00%> (ø)
...lvers/assembler_eigen_semi_implicit_navierstokes.h 0.00% <0.00%> (ø)
...ers/assembler_eigen_semi_implicit_navierstokes.tcc 0.00% <0.00%> (ø)
include/linear_solvers/cg_eigen.h 0.00% <0.00%> (ø)
include/linear_solvers/cg_eigen.tcc 0.00% <0.00%> (ø)
... and 32 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 3b20da5...76a7e0b. Read the comment docs.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.