Merge branch 'master' into p/muething/heterogeneous-containers
* master: (82 commits) [bugfix][localfunctionspace] dereference shared_ptr to create the BaseT [Bugfix][VariableMonomFEM] allow to set the GeometryType in the constructor [test] update testordering to trigger a bug, I've been hunting for several days [ordering] add paranoiy checkt to ensure that the geometrytype is compatible with what we precomputed Use ctype and dimensionworld from Geometry. [Bugfix][GridFunctionSpace] Make sure to propagate grid partitions from Ordering to GFS [Makefile] add new headers to header list [Newton] fix error message Update various CMakeLists.txt [backend/istl] dg-amg: fix the construction of the conforming-FEM matrix [backend/istl] add new dg-amg backend [lfsindexcache] add typedefs for ContainerIndex and DOFIndex [LFSIndexCache] Replace C arrays that might be of length 0 with array class Remove more unused typedefs. Fix headercheck by adding missing include. [lfsindexcache] add typedefs for ContainerIndex and DOFIndex [LFSIndexCache] Replace C arrays that might be of length 0 with array class Remove more unused typedefs. Fix headercheck by adding missing include. [lfsindexcache] add typedefs for ContainerIndex and DOFIndex ... Conflicts: dune/pdelab/gridfunctionspace/vectorgridfunctionspace.hh
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- README 12 additions, 9 deletionsREADME
- RELEASE_NOTES 7 additions, 0 deletionsRELEASE_NOTES
- cmake/modules/DunePdelabMacros.cmake 3 additions, 1 deletioncmake/modules/DunePdelabMacros.cmake
- configure.ac 1 addition, 2 deletionsconfigure.ac
- dune.module 1 addition, 1 deletiondune.module
- dune/pdelab/adaptivity/adapt.hh 0 additions, 2 deletionsdune/pdelab/adaptivity/adapt.hh
- dune/pdelab/backend/istl/Makefile.am 3 additions, 0 deletionsdune/pdelab/backend/istl/Makefile.am
- dune/pdelab/backend/istl/cg_to_dg_prolongation.hh 143 additions, 0 deletionsdune/pdelab/backend/istl/cg_to_dg_prolongation.hh
- dune/pdelab/backend/istl/matrixhelpers.hh 0 additions, 2 deletionsdune/pdelab/backend/istl/matrixhelpers.hh
- dune/pdelab/backend/istl/ovlp_amg_dg_backend.hh 652 additions, 0 deletionsdune/pdelab/backend/istl/ovlp_amg_dg_backend.hh
- dune/pdelab/backend/istl/seq_amg_dg_backend.hh 285 additions, 0 deletionsdune/pdelab/backend/istl/seq_amg_dg_backend.hh
- dune/pdelab/backend/istl/vectorhelpers.hh 9 additions, 7 deletionsdune/pdelab/backend/istl/vectorhelpers.hh
- dune/pdelab/backend/istlmatrixbackend.hh 1 addition, 1 deletiondune/pdelab/backend/istlmatrixbackend.hh
- dune/pdelab/backend/istlvectorbackend.hh 1 addition, 1 deletiondune/pdelab/backend/istlvectorbackend.hh
- dune/pdelab/backend/ovlpistlsolverbackend.hh 142 additions, 1 deletiondune/pdelab/backend/ovlpistlsolverbackend.hh
- dune/pdelab/benchmark/.gitignore 2 additions, 2 deletionsdune/pdelab/benchmark/.gitignore
- dune/pdelab/benchmark/Makefile.am 1 addition, 0 deletionsdune/pdelab/benchmark/Makefile.am
- dune/pdelab/benchmark/poisson.cc 0 additions, 5 deletionsdune/pdelab/benchmark/poisson.cc
- dune/pdelab/boilerplate/pdelab.hh 2 additions, 2 deletionsdune/pdelab/boilerplate/pdelab.hh
Loading
Please register or sign in to comment