[!332] Sum factorized Block Preconditioner
Merge branch 'feature/block-preconditioner' into 'master' ref:extensions/dune-codegen Allows the symbolic extraction of the block diagonal of a DG operator as well as the (rank 1) point diagonal of that blockdiagonal. Sum factorized matrixfree evaluation of both of these is implemented. See merge request [extensions/dune-codegen!332] [extensions/dune-codegen!332]: gitlab.dune-project.org/extensions/dune-codegen/merge_requests/332
No related branches found
No related tags found
Showing
- python/dune/codegen/options.py 8 additions, 1 deletionpython/dune/codegen/options.py
- python/dune/codegen/pdelab/argument.py 3 additions, 0 deletionspython/dune/codegen/pdelab/argument.py
- python/dune/codegen/pdelab/driver/__init__.py 4 additions, 1 deletionpython/dune/codegen/pdelab/driver/__init__.py
- python/dune/codegen/pdelab/localoperator.py 35 additions, 0 deletionspython/dune/codegen/pdelab/localoperator.py
- python/dune/codegen/pdelab/tensors.py 1 addition, 1 deletionpython/dune/codegen/pdelab/tensors.py
- python/dune/codegen/sumfact/accumulation.py 89 additions, 21 deletionspython/dune/codegen/sumfact/accumulation.py
- python/dune/codegen/sumfact/basis.py 22 additions, 0 deletionspython/dune/codegen/sumfact/basis.py
- python/dune/codegen/sumfact/tabulation.py 23 additions, 5 deletionspython/dune/codegen/sumfact/tabulation.py
- python/dune/codegen/ufl/transformations/blockpreconditioner.py 3 additions, 1 deletion...n/dune/codegen/ufl/transformations/blockpreconditioner.py
- test/sumfact/CMakeLists.txt 1 addition, 0 deletionstest/sumfact/CMakeLists.txt
- test/sumfact/preconditioner/CMakeLists.txt 11 additions, 0 deletionstest/sumfact/preconditioner/CMakeLists.txt
- test/sumfact/preconditioner/poisson_dg_2d.ufl 38 additions, 0 deletionstest/sumfact/preconditioner/poisson_dg_2d.ufl
- test/sumfact/preconditioner/poisson_dg_3d.ufl 38 additions, 0 deletionstest/sumfact/preconditioner/poisson_dg_3d.ufl
- test/sumfact/preconditioner/preconditioner_2d.mini 46 additions, 0 deletionstest/sumfact/preconditioner/preconditioner_2d.mini
- test/sumfact/preconditioner/preconditioner_3d.mini 46 additions, 0 deletionstest/sumfact/preconditioner/preconditioner_3d.mini
- test/sumfact/preconditioner/test_preconditioner_2d.cc 129 additions, 0 deletionstest/sumfact/preconditioner/test_preconditioner_2d.cc
- test/sumfact/preconditioner/test_preconditioner_3d.cc 129 additions, 0 deletionstest/sumfact/preconditioner/test_preconditioner_3d.cc
Loading
Please register or sign in to comment