Trixi.jl icon indicating copy to clipboard operation
Trixi.jl copied to clipboard

WIP: Resolve #166

Open ranocha opened this issue 3 years ago • 1 comments

Work in progress - do not merge

Closes #166

TODO:

  • [x] https://github.com/JuliaSIMD/LoopVectorization.jl/issues/262
  • [x] https://github.com/JuliaSIMD/LoopVectorization.jl/issues/263
  • [x] Consider changing the array type in create_cache(mesh::TreeMesh{2}, equations, mortar_l2::LobattoLegendreMortarL2, uEltype) when https://github.com/chriselrod/StrideArrays.jl/issues/29 is resolved
  • [x] Update target to main once #509 is merged
  • [x] Check default sizes in multiply_dimensionwise!
  • [x] Check 3D mortar stuff
  • [x] Fix all # TODO: mortars
  • [ ] Run benchmarks

ranocha avatar May 20 '21 06:05 ranocha

Codecov Report

Merging #582 (034d882) into main (e04f041) will decrease coverage by 0.00%. The diff coverage is 98.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #582      +/-   ##
==========================================
- Coverage   93.41%   93.41%   -0.01%     
==========================================
  Files         161      161              
  Lines       15994    16006      +12     
==========================================
+ Hits        14941    14952      +11     
- Misses       1053     1054       +1     
Flag Coverage Δ
unittests 93.41% <98.95%> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/auxiliary/containers.jl 93.89% <ø> (ø)
src/solvers/dg_tree/interpolation.jl 99.50% <98.50%> (-0.50%) :arrow_down:
src/solvers/dg_tree/basis_lobatto_legendre.jl 88.62% <100.00%> (ø)
src/solvers/dg_tree/dg_2d.jl 96.83% <100.00%> (ø)
src/solvers/dg_tree/dg_3d.jl 97.48% <100.00%> (ø)

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 e04f041...034d882. Read the comment docs.

codecov[bot] avatar May 20 '21 08:05 codecov[bot]