-
Jean-Noël Grad authored
Replace the lattice-Boltzmann and electrokinetics features by a new implementation based on waLBerla, using PyStencils and LbmPy. Co-authored-by:
Rudolf Weeber <weeber@icp.uni-stuttgart.de> Co-authored-by:
Jean-Noël Grad <jgrad@icp.uni-stuttgart.de> Co-authored-by:
Alexander Reinauer <areinauer@icp.uni-stuttgart.de> Co-authored-by:
Ingo Tischler <ingo.tischler@gmx.de> Co-authored-by:
Sebastian Bindgen <info@bindgen.net> Co-authored-by:
Christoph Lohrmann <clohrmann@icp.uni-stuttgart.de> Co-authored-by:
Patrick Kreissl <patrick.kreissl@pa-le.de> Co-authored-by:
RiccardoFrenner <riccardo.frenner@gmail.com> Co-authored-by:
stekajack <avantardejack@gmail.com> Co-authored-by:
Kai Szuttor <kai@icp.uni-stuttgart.de> Co-authored-by:
capomav <chinmaypabshettiwar@gmail.com>
Jean-Noël Grad authoredReplace the lattice-Boltzmann and electrokinetics features by a new implementation based on waLBerla, using PyStencils and LbmPy. Co-authored-by:
Rudolf Weeber <weeber@icp.uni-stuttgart.de> Co-authored-by:
Jean-Noël Grad <jgrad@icp.uni-stuttgart.de> Co-authored-by:
Alexander Reinauer <areinauer@icp.uni-stuttgart.de> Co-authored-by:
Ingo Tischler <ingo.tischler@gmx.de> Co-authored-by:
Sebastian Bindgen <info@bindgen.net> Co-authored-by:
Christoph Lohrmann <clohrmann@icp.uni-stuttgart.de> Co-authored-by:
Patrick Kreissl <patrick.kreissl@pa-le.de> Co-authored-by:
RiccardoFrenner <riccardo.frenner@gmail.com> Co-authored-by:
stekajack <avantardejack@gmail.com> Co-authored-by:
Kai Szuttor <kai@icp.uni-stuttgart.de> Co-authored-by:
capomav <chinmaypabshettiwar@gmail.com>
.codecov.yml 947 B
---
codecov:
branch: python
notify:
require_ci_to_pass: yes
coverage:
precision: 0
round: down
range: "70...100"
status:
project:
default: false
integration_tests:
paths:
- testsuite/python/
enabled: yes
threshold: 1%
unit_tests:
paths:
- "src/**/*tests/"
enabled: yes
threshold: 1%
core:
paths:
- "src/"
- "!src/**/*tests/"
- "!src/python/"
enabled: yes
threshold: 1%
patch:
default:
enabled: yes
threshold: 1%
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment: false
ignore:
- "libs"
- "doc/tutorials"
- "samples"
- "maintainer"
- "src/walberla_bridge/**/generated_kernels/*"
- "src/walberla_bridge/myintrin.h"
- "src/walberla_bridge/philox_rand.h"