Import dune-common_2.9.0.orig.tar.xz
authorAnsgar <ansgar@debian.org>
Sat, 7 Jan 2023 20:52:09 +0000 (20:52 +0000)
committerAnsgar <ansgar@debian.org>
Sat, 7 Jan 2023 20:52:09 +0000 (20:52 +0000)
commit13cdac21d738f036e0e0762605d75175d221c8fd
tree649c741b12edaa098690aa6dca09b096485088a8
Import dune-common_2.9.0.orig.tar.xz

[dgit import orig dune-common_2.9.0.orig.tar.xz]
502 files changed:
.gitignore [new file with mode: 0644]
.gitlab-ci.yml [new file with mode: 0644]
.mailmap [new file with mode: 0644]
.reuse/dep5 [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYING [new symlink]
INSTALL [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
LICENSES/BSD-3-Clause.txt [new file with mode: 0644]
LICENSES/FSFAP.txt [new file with mode: 0644]
LICENSES/LicenseRef-GPL-2.0-only-with-DUNE-exception.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO [new file with mode: 0644]
bin/CMakeLists.txt [new file with mode: 0644]
bin/dune-ctest [new file with mode: 0755]
bin/dune-git-whitespace-hook [new file with mode: 0755]
bin/dunecontrol [new file with mode: 0755]
bin/dunepackaging.py [new file with mode: 0755]
bin/duneproject [new file with mode: 0755]
bin/find_modules.py [new file with mode: 0644]
bin/rebuild-dune-pypi.sh [new file with mode: 0755]
bin/rmgenerated.py [new file with mode: 0644]
cmake/CMakeLists.txt [new file with mode: 0644]
cmake/modules/AddBLASLapackFlags.cmake [new file with mode: 0644]
cmake/modules/AddGMPFlags.cmake [new file with mode: 0644]
cmake/modules/AddMETISFlags.cmake [new file with mode: 0644]
cmake/modules/AddMPIFlags.cmake [new file with mode: 0644]
cmake/modules/AddPTScotchFlags.cmake [new file with mode: 0644]
cmake/modules/AddParMETISFlags.cmake [new file with mode: 0644]
cmake/modules/AddQuadMathFlags.cmake [new file with mode: 0644]
cmake/modules/AddSuiteSparseFlags.cmake [new file with mode: 0644]
cmake/modules/AddTBBFlags.cmake [new file with mode: 0644]
cmake/modules/AddThreadsFlags.cmake [new file with mode: 0644]
cmake/modules/AddVcFlags.cmake [new file with mode: 0644]
cmake/modules/CMakeBuiltinFunctionsDocumentation.cmake [new file with mode: 0644]
cmake/modules/CMakeLists.txt [new file with mode: 0644]
cmake/modules/CheckCXXFeatures.cmake [new file with mode: 0644]
cmake/modules/DuneAddLibrary.cmake [new file with mode: 0644]
cmake/modules/DuneAddPybind11Module.cmake [new file with mode: 0644]
cmake/modules/DuneCMakeCompat.cmake [new file with mode: 0644]
cmake/modules/DuneCommonMacros.cmake [new file with mode: 0644]
cmake/modules/DuneDoc.cmake [new file with mode: 0644]
cmake/modules/DuneDoxygen.cmake [new file with mode: 0644]
cmake/modules/DuneEnableAllPackages.cmake [new file with mode: 0644]
cmake/modules/DuneExecuteProcess.cmake [new file with mode: 0644]
cmake/modules/DuneInstance.cmake [new file with mode: 0644]
cmake/modules/DuneMacros.cmake [new file with mode: 0644]
cmake/modules/DuneModuleDependencies.cmake [new file with mode: 0644]
cmake/modules/DuneModuleInformation.cmake [new file with mode: 0644]
cmake/modules/DunePathHelper.cmake [new file with mode: 0644]
cmake/modules/DunePkgConfig.cmake [new file with mode: 0644]
cmake/modules/DuneProject.cmake [new file with mode: 0644]
cmake/modules/DunePythonCommonMacros.cmake [new file with mode: 0644]
cmake/modules/DunePythonCompiler.cmake [new file with mode: 0644]
cmake/modules/DunePythonDeprecations.cmake [new file with mode: 0644]
cmake/modules/DunePythonFindPackage.cmake [new file with mode: 0644]
cmake/modules/DunePythonInstallPackage.cmake [new file with mode: 0644]
cmake/modules/DunePythonTestCommand.cmake [new file with mode: 0644]
cmake/modules/DunePythonVirtualenv.cmake [new file with mode: 0644]
cmake/modules/DuneReplaceProperties.cmake [new file with mode: 0644]
cmake/modules/DuneSphinxCMakeDoc.cmake [new file with mode: 0644]
cmake/modules/DuneSphinxDoc.cmake [new file with mode: 0644]
cmake/modules/DuneStreams.cmake [new file with mode: 0644]
cmake/modules/DuneSymlinkOrCopy.cmake [new file with mode: 0644]
cmake/modules/DuneTestMacros.cmake [new file with mode: 0644]
cmake/modules/DuneUtilities.cmake [new file with mode: 0644]
cmake/modules/FindGMP.cmake [new file with mode: 0644]
cmake/modules/FindInkscape.cmake [new file with mode: 0644]
cmake/modules/FindLatexMk.cmake [new file with mode: 0644]
cmake/modules/FindLatexMk.cmake.license [new file with mode: 0644]
cmake/modules/FindMETIS.cmake [new file with mode: 0644]
cmake/modules/FindPTScotch.cmake [new file with mode: 0644]
cmake/modules/FindParMETIS.cmake [new file with mode: 0644]
cmake/modules/FindPkgConfig/CMakeLists.txt [new file with mode: 0644]
cmake/modules/FindPkgConfig/FindPkgConfig.cmake [new file with mode: 0644]
cmake/modules/FindPkgConfig/FindPkgConfig.cmake.license [new file with mode: 0644]
cmake/modules/FindPython3/CMakeLists.txt [new file with mode: 0644]
cmake/modules/FindPython3/FindPython3.cmake [new file with mode: 0644]
cmake/modules/FindPython3/FindPython3.cmake.license [new file with mode: 0644]
cmake/modules/FindPython3/Support.cmake [new file with mode: 0644]
cmake/modules/FindPython3/Support.cmake.license [new file with mode: 0644]
cmake/modules/FindQuadMath.cmake [new file with mode: 0644]
cmake/modules/FindSphinx.cmake [new file with mode: 0644]
cmake/modules/FindSuiteSparse.cmake [new file with mode: 0644]
cmake/modules/FindTBB.cmake [new file with mode: 0644]
cmake/modules/Headercheck.cmake [new file with mode: 0644]
cmake/modules/OverloadCompilerFlags.cmake [new file with mode: 0644]
cmake/modules/UseInkscape.cmake [new file with mode: 0644]
cmake/modules/UseLatexMk.cmake [new file with mode: 0644]
cmake/modules/UseLatexMk.cmake.license [new file with mode: 0644]
cmake/modules/latexmkrc.cmake [new file with mode: 0644]
cmake/modules/latexmkrc.cmake.license [new file with mode: 0644]
cmake/pkg/dune-common-config.cmake.in [new file with mode: 0644]
cmake/scripts/CMakeLists.txt [new file with mode: 0644]
cmake/scripts/CreateDoxyFile.cmake [new file with mode: 0644]
cmake/scripts/FinalizeHeadercheck.cmake [new file with mode: 0644]
cmake/scripts/InstallFile.cmake [new file with mode: 0644]
cmake/scripts/RunDoxygen.cmake [new file with mode: 0644]
cmake/scripts/WritePythonCMakeMetadata.cmake [new file with mode: 0644]
cmake/scripts/checkvenvconf.py [new file with mode: 0644]
cmake/scripts/conf.py.in [new file with mode: 0644]
cmake/scripts/extract_cmake_data.py [new file with mode: 0755]
cmake/scripts/index.rst.in [new file with mode: 0644]
cmake/scripts/main77.cc.in [new file with mode: 0644]
cmake/scripts/module_library.cc.in [new file with mode: 0644]
cmake/scripts/pyversion.py [new file with mode: 0644]
cmake/scripts/run-in-dune-env.sh.in [new file with mode: 0755]
cmake/scripts/setup.py.in [new file with mode: 0644]
cmake/scripts/sphinx_cmake_dune.py [new file with mode: 0644]
cmake/scripts/venvpath.py [new file with mode: 0644]
config.h.cmake [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/buildsystem/CMakeLists.txt [new file with mode: 0644]
doc/buildsystem/dune-common.rst [new file with mode: 0644]
doc/buildsystem/examples/Toolchain-Ubuntu-mingw32.cmake [new file with mode: 0644]
doc/buildsystem/examples/opts.mingw32 [new file with mode: 0644]
doc/comm/CMakeLists.txt [new file with mode: 0644]
doc/comm/buildindexset.hh [new file with mode: 0644]
doc/comm/communication.bib [new file with mode: 0644]
doc/comm/communication.tex [new file with mode: 0644]
doc/comm/figures/darray.eps [new file with mode: 0644]
doc/comm/figures/darray.eps.license [new file with mode: 0644]
doc/comm/figures/distindex.eps [new file with mode: 0644]
doc/comm/figures/distindex.eps.license [new file with mode: 0644]
doc/comm/indexset.cc [new file with mode: 0644]
doc/comm/poosc08.cc [new file with mode: 0644]
doc/comm/poosc08_test.cc [new file with mode: 0644]
doc/comm/reverse.hh [new file with mode: 0644]
doc/doxygen/CMakeLists.txt [new file with mode: 0644]
doc/doxygen/Doxylocal [new file with mode: 0644]
doc/doxygen/Doxystyle [new file with mode: 0644]
doc/doxygen/doxygen-macros [new file with mode: 0644]
doc/doxygen/mainpage.txt [new file with mode: 0644]
doc/doxygen/modules.txt [new file with mode: 0644]
doc/dunecontrol.1 [new file with mode: 0644]
dune-common.pc.in [new file with mode: 0644]
dune.module [new file with mode: 0644]
dune/CMakeLists.txt [new file with mode: 0644]
dune/common/CMakeLists.txt [new file with mode: 0644]
dune/common/alignedallocator.hh [new file with mode: 0644]
dune/common/arraylist.hh [new file with mode: 0644]
dune/common/assertandreturn.hh [new file with mode: 0644]
dune/common/bartonnackmanifcheck.hh [new file with mode: 0644]
dune/common/bigunsignedint.hh [new file with mode: 0644]
dune/common/binaryfunctions.hh [new file with mode: 0644]
dune/common/bitsetvector.hh [new file with mode: 0644]
dune/common/boundschecking.hh [new file with mode: 0644]
dune/common/classname.hh [new file with mode: 0644]
dune/common/concept.hh [new file with mode: 0644]
dune/common/conditional.hh [new file with mode: 0644]
dune/common/debugalign.cc [new file with mode: 0644]
dune/common/debugalign.hh [new file with mode: 0644]
dune/common/debugallocator.cc [new file with mode: 0644]
dune/common/debugallocator.hh [new file with mode: 0644]
dune/common/debugstream.hh [new file with mode: 0644]
dune/common/densematrix.hh [new file with mode: 0644]
dune/common/densevector.hh [new file with mode: 0644]
dune/common/deprecated.hh [new file with mode: 0644]
dune/common/diagonalmatrix.hh [new file with mode: 0644]
dune/common/documentation.hh [new file with mode: 0644]
dune/common/dotproduct.hh [new file with mode: 0644]
dune/common/dynmatrix.hh [new file with mode: 0644]
dune/common/dynmatrixev.hh [new file with mode: 0644]
dune/common/dynvector.hh [new file with mode: 0644]
dune/common/enumset.hh [new file with mode: 0644]
dune/common/exceptions.cc [new file with mode: 0644]
dune/common/exceptions.hh [new file with mode: 0644]
dune/common/filledarray.hh [new file with mode: 0644]
dune/common/float_cmp.cc [new file with mode: 0644]
dune/common/float_cmp.hh [new file with mode: 0644]
dune/common/fmatrix.hh [new file with mode: 0644]
dune/common/fmatrixev.cc [new file with mode: 0644]
dune/common/fmatrixev.hh [new file with mode: 0644]
dune/common/ftraits.hh [new file with mode: 0644]
dune/common/function.hh [new file with mode: 0644]
dune/common/fvector.hh [new file with mode: 0644]
dune/common/genericiterator.hh [new file with mode: 0644]
dune/common/gmpfield.hh [new file with mode: 0644]
dune/common/hash.hh [new file with mode: 0644]
dune/common/hybridutilities.hh [new file with mode: 0644]
dune/common/indent.hh [new file with mode: 0644]
dune/common/indices.hh [new file with mode: 0644]
dune/common/interfaces.hh [new file with mode: 0644]
dune/common/ios_state.cc [new file with mode: 0644]
dune/common/ios_state.hh [new file with mode: 0644]
dune/common/iteratorfacades.hh [new file with mode: 0644]
dune/common/iteratorrange.hh [new file with mode: 0644]
dune/common/keywords.hh [new file with mode: 0644]
dune/common/lru.hh [new file with mode: 0644]
dune/common/mallocallocator.hh [new file with mode: 0644]
dune/common/math.hh [new file with mode: 0644]
dune/common/matrixconcepts.hh [new file with mode: 0644]
dune/common/matvectraits.hh [new file with mode: 0644]
dune/common/modules.txt [new file with mode: 0644]
dune/common/overloadset.hh [new file with mode: 0644]
dune/common/parallel/CMakeLists.txt [new file with mode: 0644]
dune/common/parallel/benchmark/CMakeLists.txt [new file with mode: 0644]
dune/common/parallel/benchmark/mpi_collective_benchmark.cc [new file with mode: 0644]
dune/common/parallel/benchmark/options.ini [new file with mode: 0644]
dune/common/parallel/collectivecommunication.hh [new file with mode: 0644]
dune/common/parallel/communication.hh [new file with mode: 0644]
dune/common/parallel/communicator.hh [new file with mode: 0644]
dune/common/parallel/future.hh [new file with mode: 0644]
dune/common/parallel/indexset.hh [new file with mode: 0644]
dune/common/parallel/indicessyncer.hh [new file with mode: 0644]
dune/common/parallel/interface.hh [new file with mode: 0644]
dune/common/parallel/localindex.hh [new file with mode: 0644]
dune/common/parallel/mpicollectivecommunication.hh [new file with mode: 0644]
dune/common/parallel/mpicommunication.hh [new file with mode: 0644]
dune/common/parallel/mpidata.hh [new file with mode: 0644]
dune/common/parallel/mpifuture.hh [new file with mode: 0644]
dune/common/parallel/mpiguard.hh [new file with mode: 0644]
dune/common/parallel/mpihelper.hh [new file with mode: 0644]
dune/common/parallel/mpipack.hh [new file with mode: 0644]
dune/common/parallel/mpitraits.hh [new file with mode: 0644]
dune/common/parallel/plocalindex.hh [new file with mode: 0644]
dune/common/parallel/remoteindices.hh [new file with mode: 0644]
dune/common/parallel/selection.hh [new file with mode: 0644]
dune/common/parallel/test/CMakeLists.txt [new file with mode: 0644]
dune/common/parallel/test/communicationtest.cc [new file with mode: 0644]
dune/common/parallel/test/indexsettest.cc [new file with mode: 0644]
dune/common/parallel/test/mpidatatest.cc [new file with mode: 0644]
dune/common/parallel/test/mpifuturetest.cc [new file with mode: 0644]
dune/common/parallel/test/mpigatherscattertest.cc [new file with mode: 0644]
dune/common/parallel/test/mpipacktest.cc [new file with mode: 0644]
dune/common/parallel/test/remoteindicestest.cc [new file with mode: 0644]
dune/common/parallel/test/selectiontest.cc [new file with mode: 0644]
dune/common/parallel/test/syncertest.cc [new file with mode: 0644]
dune/common/parallel/test/variablesizecommunicatortest.cc [new file with mode: 0644]
dune/common/parallel/variablesizecommunicator.hh [new file with mode: 0644]
dune/common/parameterizedobject.hh [new file with mode: 0644]
dune/common/parametertree.cc [new file with mode: 0644]
dune/common/parametertree.hh [new file with mode: 0644]
dune/common/parametertreeparser.cc [new file with mode: 0644]
dune/common/parametertreeparser.hh [new file with mode: 0644]
dune/common/path.cc [new file with mode: 0644]
dune/common/path.hh [new file with mode: 0644]
dune/common/poolallocator.hh [new file with mode: 0644]
dune/common/power.hh [new file with mode: 0644]
dune/common/precision.hh [new file with mode: 0644]
dune/common/promotiontraits.hh [new file with mode: 0644]
dune/common/propertymap.hh [new file with mode: 0644]
dune/common/proxymemberaccess.hh [new file with mode: 0644]
dune/common/quadmath.hh [new file with mode: 0644]
dune/common/rangeutilities.hh [new file with mode: 0644]
dune/common/referencehelper.hh [new file with mode: 0644]
dune/common/reservedvector.hh [new file with mode: 0644]
dune/common/scalarmatrixview.hh [new file with mode: 0644]
dune/common/scalarvectorview.hh [new file with mode: 0644]
dune/common/shared_ptr.hh [new file with mode: 0644]
dune/common/simd.hh [new file with mode: 0644]
dune/common/simd/CMakeLists.txt [new file with mode: 0644]
dune/common/simd/DESIGN.md [new file with mode: 0644]
dune/common/simd/base.hh [new file with mode: 0644]
dune/common/simd/defaults.hh [new file with mode: 0644]
dune/common/simd/interface.hh [new file with mode: 0644]
dune/common/simd/io.hh [new file with mode: 0644]
dune/common/simd/loop.hh [new file with mode: 0644]
dune/common/simd/simd.hh [new file with mode: 0644]
dune/common/simd/standard.hh [new file with mode: 0644]
dune/common/simd/test.cc [new file with mode: 0644]
dune/common/simd/test.hh [new file with mode: 0644]
dune/common/simd/test/CMakeLists.txt [new file with mode: 0644]
dune/common/simd/test/looptest.cc.in [new file with mode: 0644]
dune/common/simd/test/looptest.hh.in [new file with mode: 0644]
dune/common/simd/test/looptest_vector.cc.in [new file with mode: 0644]
dune/common/simd/test/standardtest.cc.in [new file with mode: 0644]
dune/common/simd/test/standardtest.hh.in [new file with mode: 0644]
dune/common/simd/test/standardtest_vector.cc.in [new file with mode: 0644]
dune/common/simd/test/vcarraytest.cc.in [new file with mode: 0644]
dune/common/simd/test/vcarraytest.hh.in [new file with mode: 0644]
dune/common/simd/test/vctest_mask.cc.in [new file with mode: 0644]
dune/common/simd/test/vctest_simdarray.cc.in [new file with mode: 0644]
dune/common/simd/test/vctest_simdmaskarray.cc.in [new file with mode: 0644]
dune/common/simd/test/vctest_vector.cc.in [new file with mode: 0644]
dune/common/simd/test/vcvectortest.cc.in [new file with mode: 0644]
dune/common/simd/test/vcvectortest.hh.in [new file with mode: 0644]
dune/common/simd/vc.hh [new file with mode: 0644]
dune/common/singleton.hh [new file with mode: 0644]
dune/common/sllist.hh [new file with mode: 0644]
dune/common/std/CMakeLists.txt [new file with mode: 0644]
dune/common/std/apply.hh [new file with mode: 0644]
dune/common/std/functional.hh [new file with mode: 0644]
dune/common/std/make_array.hh [new file with mode: 0644]
dune/common/std/type_traits.hh [new file with mode: 0644]
dune/common/std/utility.hh [new file with mode: 0644]
dune/common/std/variant.hh [new file with mode: 0644]
dune/common/stdstreams.cc [new file with mode: 0644]
dune/common/stdstreams.hh [new file with mode: 0644]
dune/common/stdthread.cc [new file with mode: 0644]
dune/common/stdthread.hh [new file with mode: 0644]
dune/common/streamoperators.hh [new file with mode: 0644]
dune/common/stringutility.hh [new file with mode: 0644]
dune/common/test/CMakeLists.txt [new file with mode: 0644]
dune/common/test/alignedallocatortest.cc [new file with mode: 0644]
dune/common/test/arithmetictestsuite.hh [new file with mode: 0644]
dune/common/test/arithmetictestsuitetest.cc [new file with mode: 0644]
dune/common/test/arraylisttest.cc [new file with mode: 0644]
dune/common/test/arraytest.cc [new file with mode: 0644]
dune/common/test/assertandreturntest.cc [new file with mode: 0644]
dune/common/test/autocopytest.cc [new file with mode: 0644]
dune/common/test/bigunsignedinttest.cc [new file with mode: 0644]
dune/common/test/bitsetvectortest.cc [new file with mode: 0644]
dune/common/test/boundscheckingmvtest.cc [new file with mode: 0644]
dune/common/test/boundscheckingoptest.cc [new file with mode: 0644]
dune/common/test/boundscheckingtest.cc [new file with mode: 0644]
dune/common/test/calloncetest.cc [new file with mode: 0644]
dune/common/test/check_fvector_size.cc [new file with mode: 0644]
dune/common/test/check_fvector_size_fail.cc [new file with mode: 0644]
dune/common/test/checkmatrixinterface.hh [new file with mode: 0644]
dune/common/test/classnametest.cc [new file with mode: 0644]
dune/common/test/collectorstream.hh [new file with mode: 0644]
dune/common/test/concept.cc [new file with mode: 0644]
dune/common/test/constexprifelsetest.cc [new file with mode: 0644]
dune/common/test/debugalignsimd.cc.in [new file with mode: 0644]
dune/common/test/debugalignsimdtest.cc.in [new file with mode: 0644]
dune/common/test/debugalignsimdtest.hh.in [new file with mode: 0644]
dune/common/test/debugaligntest.cc [new file with mode: 0644]
dune/common/test/densematrixassignmenttest.cc [new file with mode: 0644]
dune/common/test/densevectorassignmenttest.cc [new file with mode: 0644]
dune/common/test/densevectortest.cc [new file with mode: 0644]
dune/common/test/diagonalmatrixtest.cc [new file with mode: 0644]
dune/common/test/dummyiterator.hh [new file with mode: 0644]
dune/common/test/dynmatrixtest.cc [new file with mode: 0644]
dune/common/test/dynvectortest.cc [new file with mode: 0644]
dune/common/test/eigenvaluestest.cc [new file with mode: 0644]
dune/common/test/enumsettest.cc [new file with mode: 0644]
dune/common/test/filledarraytest.cc [new file with mode: 0644]
dune/common/test/fmatrixtest.cc [new file with mode: 0644]
dune/common/test/functiontest.cc [new file with mode: 0644]
dune/common/test/fvectorconversion1d.cc [new file with mode: 0644]
dune/common/test/fvectortest.cc [new file with mode: 0644]
dune/common/test/genericiterator_compile_fail.cc [new file with mode: 0644]
dune/common/test/hybridutilitiestest.cc [new file with mode: 0644]
dune/common/test/indicestest.cc [new file with mode: 0644]
dune/common/test/iscallabletest.cc [new file with mode: 0644]
dune/common/test/iteratorfacadetest.cc [new file with mode: 0644]
dune/common/test/iteratorfacadetest.hh [new file with mode: 0644]
dune/common/test/iteratorfacadetest2.cc [new file with mode: 0644]
dune/common/test/iteratortest.hh [new file with mode: 0644]
dune/common/test/lrutest.cc [new file with mode: 0644]
dune/common/test/mathclassifierstest.cc [new file with mode: 0644]
dune/common/test/mathtest.cc [new file with mode: 0644]
dune/common/test/metistest.cc [new file with mode: 0644]
dune/common/test/mpicollectivecommunication.cc [new file with mode: 0644]
dune/common/test/mpicommunicationtest.cc [new file with mode: 0644]
dune/common/test/mpiguardtest.cc [new file with mode: 0644]
dune/common/test/mpihelpertest.cc [new file with mode: 0644]
dune/common/test/overloadsettest.cc [new file with mode: 0644]
dune/common/test/parameterizedobjectfactorysingleton.cc [new file with mode: 0644]
dune/common/test/parameterizedobjectfactorysingleton.hh [new file with mode: 0644]
dune/common/test/parameterizedobjecttest.cc [new file with mode: 0644]
dune/common/test/parametertreelocaletest.cc [new file with mode: 0644]
dune/common/test/parametertreetest.cc [new file with mode: 0644]
dune/common/test/parmetistest.cc [new file with mode: 0644]
dune/common/test/pathtest.cc [new file with mode: 0644]
dune/common/test/poolallocatortest.cc [new file with mode: 0644]
dune/common/test/powertest.cc [new file with mode: 0644]
dune/common/test/quadmathtest.cc [new file with mode: 0644]
dune/common/test/rangeutilitiestest.cc [new file with mode: 0644]
dune/common/test/referencehelpertest.cc [new file with mode: 0644]
dune/common/test/reservedvectortest.cc [new file with mode: 0644]
dune/common/test/scotchtest.cc [new file with mode: 0644]
dune/common/test/shared_ptrtest.cc [new file with mode: 0644]
dune/common/test/singletontest.cc [new file with mode: 0644]
dune/common/test/sllisttest.cc [new file with mode: 0644]
dune/common/test/stdapplytest.cc [new file with mode: 0644]
dune/common/test/stdchecktypes.cc [new file with mode: 0644]
dune/common/test/stdidentity.cc [new file with mode: 0644]
dune/common/test/streamoperatorstest.cc [new file with mode: 0644]
dune/common/test/streamtest.cc [new file with mode: 0644]
dune/common/test/stringutilitytest.cc [new file with mode: 0644]
dune/common/test/testdebugallocator.cc [new file with mode: 0644]
dune/common/test/testfloatcmp.cc [new file with mode: 0644]
dune/common/test/testsuite.hh [new file with mode: 0644]
dune/common/test/timing.cc [new file with mode: 0644]
dune/common/test/transposetest.cc [new file with mode: 0644]
dune/common/test/tupleutilitytest.cc [new file with mode: 0644]
dune/common/test/typelisttest.cc [new file with mode: 0644]
dune/common/test/typeutilitytest.cc [new file with mode: 0644]
dune/common/test/utilitytest.cc [new file with mode: 0644]
dune/common/test/vcexpectedimpltest.cc [new file with mode: 0644]
dune/common/test/versiontest.cc [new file with mode: 0644]
dune/common/timer.hh [new file with mode: 0644]
dune/common/to_unique_ptr.hh [new file with mode: 0644]
dune/common/transpose.hh [new file with mode: 0644]
dune/common/tupleutility.hh [new file with mode: 0644]
dune/common/tuplevector.hh [new file with mode: 0644]
dune/common/typelist.hh [new file with mode: 0644]
dune/common/typetraits.hh [new file with mode: 0644]
dune/common/typeutilities.hh [new file with mode: 0644]
dune/common/unused.hh [new file with mode: 0644]
dune/common/vc.hh [new file with mode: 0644]
dune/common/version.hh [new file with mode: 0644]
dune/common/visibility.hh [new file with mode: 0644]
dune/python/CMakeLists.txt [new file with mode: 0644]
dune/python/common/CMakeLists.txt [new file with mode: 0644]
dune/python/common/densematrix.hh [new file with mode: 0644]
dune/python/common/densevector.hh [new file with mode: 0644]
dune/python/common/dimrange.hh [new file with mode: 0644]
dune/python/common/dynmatrix.hh [new file with mode: 0644]
dune/python/common/dynvector.hh [new file with mode: 0644]
dune/python/common/fmatrix.hh [new file with mode: 0644]
dune/python/common/fvecmatregistry.hh [new file with mode: 0644]
dune/python/common/fvector.hh [new file with mode: 0644]
dune/python/common/getdimension.hh [new file with mode: 0644]
dune/python/common/logger.hh [new file with mode: 0644]
dune/python/common/mpihelper.hh [new file with mode: 0644]
dune/python/common/numpycommdatahandle.hh [new file with mode: 0644]
dune/python/common/numpyvector.hh [new file with mode: 0644]
dune/python/common/pythonvector.hh [new file with mode: 0644]
dune/python/common/string.hh [new file with mode: 0644]
dune/python/common/typeregistry.hh [new file with mode: 0644]
dune/python/common/vector.hh [new file with mode: 0644]
dune/python/pybind11/CMakeLists.txt [new file with mode: 0644]
dune/python/pybind11/LICENSE [new file with mode: 0644]
dune/python/pybind11/_version.py [new file with mode: 0644]
dune/python/pybind11/attr.h [new file with mode: 0644]
dune/python/pybind11/buffer_info.h [new file with mode: 0644]
dune/python/pybind11/cast.h [new file with mode: 0644]
dune/python/pybind11/chrono.h [new file with mode: 0644]
dune/python/pybind11/common.h [new file with mode: 0644]
dune/python/pybind11/complex.h [new file with mode: 0644]
dune/python/pybind11/detail/CMakeLists.txt [new file with mode: 0644]
dune/python/pybind11/detail/class.h [new file with mode: 0644]
dune/python/pybind11/detail/common.h [new file with mode: 0644]
dune/python/pybind11/detail/descr.h [new file with mode: 0644]
dune/python/pybind11/detail/init.h [new file with mode: 0644]
dune/python/pybind11/detail/internals.h [new file with mode: 0644]
dune/python/pybind11/detail/typeid.h [new file with mode: 0644]
dune/python/pybind11/eigen.h [new file with mode: 0644]
dune/python/pybind11/embed.h [new file with mode: 0644]
dune/python/pybind11/eval.h [new file with mode: 0644]
dune/python/pybind11/extensions.h [new file with mode: 0644]
dune/python/pybind11/functional.h [new file with mode: 0644]
dune/python/pybind11/iostream.h [new file with mode: 0644]
dune/python/pybind11/numpy.h [new file with mode: 0644]
dune/python/pybind11/operators.h [new file with mode: 0644]
dune/python/pybind11/options.h [new file with mode: 0644]
dune/python/pybind11/pybind11.h [new file with mode: 0644]
dune/python/pybind11/pytypes.h [new file with mode: 0644]
dune/python/pybind11/stl.h [new file with mode: 0644]
dune/python/pybind11/stl_bind.h [new file with mode: 0644]
dune/python/test/CMakeLists.txt [new file with mode: 0644]
dune/python/test/pythontests.py [new file with mode: 0644]
dune/python/test/test_embed1.cc [new file with mode: 0644]
dune/python/test/test_embed2.cc [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/dunemodules.lib [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
python/CMakeLists.txt [new file with mode: 0644]
python/MANIFEST.in [new file with mode: 0644]
python/dune/CMakeLists.txt [new file with mode: 0644]
python/dune/__main__.py [new file with mode: 0644]
python/dune/commands.py [new file with mode: 0644]
python/dune/common/CMakeLists.txt [new file with mode: 0644]
python/dune/common/__init__.py [new file with mode: 0644]
python/dune/common/_common.cc [new file with mode: 0644]
python/dune/common/checkconfiguration.py [new file with mode: 0644]
python/dune/common/compatibility.py [new file with mode: 0644]
python/dune/common/deprecated.py [new file with mode: 0644]
python/dune/common/hashit.py [new file with mode: 0644]
python/dune/common/locking.py [new file with mode: 0644]
python/dune/common/module.py [new file with mode: 0644]
python/dune/common/pickle.py [new file with mode: 0644]
python/dune/common/project.py [new file with mode: 0644]
python/dune/common/utility.py [new file with mode: 0644]
python/dune/create.py [new file with mode: 0644]
python/dune/deprecate.py [new file with mode: 0644]
python/dune/generator/CMakeLists.txt [new file with mode: 0644]
python/dune/generator/__init__.py [new file with mode: 0644]
python/dune/generator/algorithm.py [new file with mode: 0644]
python/dune/generator/cmakebuilder.py [new file with mode: 0644]
python/dune/generator/exceptions.py [new file with mode: 0644]
python/dune/generator/generator.py [new file with mode: 0644]
python/dune/generator/importclass.py [new file with mode: 0644]
python/dune/generator/remove.py [new file with mode: 0644]
python/dune/generator/template/CMakeLists.txt [new file with mode: 0644]
python/dune/generator/template/CMakeLists.txt.template [new file with mode: 0644]
python/dune/generator/template/config.h.cmake [new file with mode: 0644]
python/dune/generator/template/dune-py.pc.in [new file with mode: 0644]
python/dune/generator/template/dune.module.template [new file with mode: 0644]
python/dune/generator/template/python/CMakeLists.txt [new file with mode: 0644]
python/dune/generator/template/python/dune/CMakeLists.txt [new file with mode: 0644]
python/dune/generator/template/python/dune/generated/CMakeLists.txt [new file with mode: 0644]
python/dune/generator/template/python/dune/generated/CMakeLists.txt.template [new file with mode: 0644]
python/dune/generator/template/python/dune/generated/extractCompiler.cc [new file with mode: 0644]
python/dune/packagemetadata.py [new file with mode: 0644]
python/dune/plotting.py [new file with mode: 0644]
python/dune/typeregistry/CMakeLists.txt [new file with mode: 0644]
python/dune/typeregistry/__init__.py [new file with mode: 0644]
python/dune/typeregistry/_typeregistry.cc [new file with mode: 0644]
python/dune/utility.py [new file with mode: 0644]
python/pyproject.toml.in [new file with mode: 0644]
python/setup.py.in [new file with mode: 0644]
setup.py [new file with mode: 0644]
share/CMakeLists.txt [new file with mode: 0644]
share/bash-completion/CMakeLists.txt [new file with mode: 0644]
share/bash-completion/completions/CMakeLists.txt [new file with mode: 0644]
share/bash-completion/completions/dunecontrol [new file with mode: 0644]