[!285] Vectorization unstructured grids cherry pick
Merge branch 'feature/vetorization-unstructured-grids-cherry-pick' into 'master' ref:extensions/dune-codegen - Make it possible to do vectorization on unstructured grids - Move most things concerning permutations into the interface classes of the sumfact kernel - Add test cases for all variations of facedir and facemod See merge request [extensions/dune-codegen!285] [extensions/dune-codegen!285]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/285
No related branches found
No related tags found
Showing
- bin/analyzegrid/analyze_grid.cc 5 additions, 13 deletionsbin/analyzegrid/analyze_grid.cc
- dune/codegen/sumfact/invertgeometry.hh 1 addition, 1 deletiondune/codegen/sumfact/invertgeometry.hh
- python/dune/codegen/pdelab/argument.py 4 additions, 1 deletionpython/dune/codegen/pdelab/argument.py
- python/dune/codegen/pdelab/driver/gridfunctionspace.py 3 additions, 9 deletionspython/dune/codegen/pdelab/driver/gridfunctionspace.py
- python/dune/codegen/sumfact/accumulation.py 91 additions, 7 deletionspython/dune/codegen/sumfact/accumulation.py
- python/dune/codegen/sumfact/autotune.py 3 additions, 3 deletionspython/dune/codegen/sumfact/autotune.py
- python/dune/codegen/sumfact/basis.py 111 additions, 10 deletionspython/dune/codegen/sumfact/basis.py
- python/dune/codegen/sumfact/geometry.py 107 additions, 19 deletionspython/dune/codegen/sumfact/geometry.py
- python/dune/codegen/sumfact/permutation.py 27 additions, 19 deletionspython/dune/codegen/sumfact/permutation.py
- python/dune/codegen/sumfact/realization.py 58 additions, 72 deletionspython/dune/codegen/sumfact/realization.py
- python/dune/codegen/sumfact/symbolic.py 376 additions, 91 deletionspython/dune/codegen/sumfact/symbolic.py
- python/dune/codegen/sumfact/vectorization.py 12 additions, 5 deletionspython/dune/codegen/sumfact/vectorization.py
- test/sumfact/poisson/CMakeLists.txt 10 additions, 3 deletionstest/sumfact/poisson/CMakeLists.txt
- test/sumfact/poisson/cube_hexa_2_consistent.msh 0 additions, 44 deletionstest/sumfact/poisson/cube_hexa_2_consistent.msh
- test/sumfact/poisson/cube_hexa_consistent.msh 0 additions, 1250 deletionstest/sumfact/poisson/cube_hexa_consistent.msh
- test/sumfact/poisson/facedir-facemod-variation/CMakeLists.txt 64 additions, 0 deletions.../sumfact/poisson/facedir-facemod-variation/CMakeLists.txt
- test/sumfact/poisson/facedir-facemod-variation/generate_meshfiles.py 113 additions, 0 deletions...t/poisson/facedir-facemod-variation/generate_meshfiles.py
- test/sumfact/poisson/facedir-facemod-variation/grid_unstructured_00.msh 23 additions, 0 deletions...oisson/facedir-facemod-variation/grid_unstructured_00.msh
- test/sumfact/poisson/facedir-facemod-variation/grid_unstructured_01.msh 23 additions, 0 deletions...oisson/facedir-facemod-variation/grid_unstructured_01.msh
- test/sumfact/poisson/facedir-facemod-variation/grid_unstructured_02.msh 23 additions, 0 deletions...oisson/facedir-facemod-variation/grid_unstructured_02.msh
Loading
Please register or sign in to comment