[deal.ii] 02/03: Merge branch 'upstream'

Matthias Maier tamiko-guest at moszumanska.debian.org
Sun Jul 17 17:46:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

tamiko-guest pushed a commit to branch master
in repository deal.ii.

commit bb1bb8325f2f86043c4283fcad06e6ce1c68c564
Merge: 9dc5c08 25012ff
Author: Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>
Date:   Sat Jul 16 00:39:56 2016 +0000

    Merge branch 'upstream'

 AUTHORS                                            |   160 +
 CMakeLists.txt                                     |   163 +
 CTestConfig.cmake                                  |    50 +
 LICENSE                                            |   523 +
 README.md                                          |    56 +
 VERSION                                            |     1 +
 cmake/README.md                                    |    47 +
 cmake/checks/check_01_compiler_features.cmake      |   382 +
 cmake/checks/check_01_cpu_features.cmake           |   257 +
 cmake/checks/check_01_cxx_features.cmake           |   550 +
 cmake/checks/check_02_system_features.cmake        |   146 +
 cmake/checks/check_03_compiler_bugs.cmake          |   444 +
 cmake/checks/check_03_generator_bugs.cmake         |    33 +
 cmake/config/CMakeLists.txt                        |   242 +
 cmake/config/Config.cmake.in                       |   189 +
 cmake/config/ConfigVersion.cmake.in                |    17 +
 cmake/config/Make.global_options.in                |   136 +
 cmake/config/template-arguments.in                 |   108 +
 cmake/configure/configure_1_bzip2.cmake            |    20 +
 cmake/configure/configure_1_lapack.cmake           |    83 +
 cmake/configure/configure_1_mpi.cmake              |    55 +
 cmake/configure/configure_1_threads.cmake          |   214 +
 cmake/configure/configure_1_zlib.cmake             |    20 +
 cmake/configure/configure_2_metis.cmake            |    43 +
 cmake/configure/configure_2_trilinos.cmake         |   220 +
 cmake/configure/configure_2_umfpack.cmake          |    46 +
 cmake/configure/configure_3_petsc.cmake            |   129 +
 cmake/configure/configure_arpack.cmake             |    23 +
 cmake/configure/configure_boost.cmake              |    87 +
 cmake/configure/configure_hdf5.cmake               |    48 +
 cmake/configure/configure_muparser.cmake           |    25 +
 cmake/configure/configure_netcdf.cmake             |    20 +
 cmake/configure/configure_opencascade.cmake        |    20 +
 cmake/configure/configure_p4est.cmake              |    63 +
 cmake/configure/configure_slepc.cmake              |    80 +
 cmake/cpack-mac-bundle/Info.plist.in               |    30 +
 cmake/cpack-mac-bundle/dealii-icon.icns            |   Bin 0 -> 3000 bytes
 cmake/cpack-mac-bundle/dealii-terminal.in          |    67 +
 cmake/cpack-mac-bundle/dealii.conf.in              |    88 +
 cmake/cpack-mac-bundle/mac_startup_script.sh.in    |    26 +
 cmake/macros/macro_add_flags.cmake                 |    31 +
 cmake/macros/macro_check_cxx_compiler_bug.cmake    |    46 +
 cmake/macros/macro_check_mpi_interface.cmake       |    70 +
 cmake/macros/macro_clear_cmake_required.cmake      |    28 +
 cmake/macros/macro_configure_feature.cmake         |   297 +
 cmake/macros/macro_deal_ii_add_definitions.cmake   |    33 +
 cmake/macros/macro_deal_ii_add_dependencies.cmake  |    31 +
 cmake/macros/macro_deal_ii_add_library.cmake       |    52 +
 cmake/macros/macro_deal_ii_add_test.cmake          |   324 +
 cmake/macros/macro_deal_ii_find_file.cmake         |    30 +
 cmake/macros/macro_deal_ii_find_library.cmake      |    30 +
 cmake/macros/macro_deal_ii_find_path.cmake         |    30 +
 ...macro_deal_ii_initialize_cached_variables.cmake |    95 +
 .../macro_deal_ii_insource_setup_target.cmake      |    50 +
 cmake/macros/macro_deal_ii_invoke_autopilot.cmake  |   249 +
 cmake/macros/macro_deal_ii_package_handle.cmake    |   156 +
 cmake/macros/macro_deal_ii_pickup_tests.cmake      |   237 +
 .../macro_deal_ii_query_git_information.cmake      |   113 +
 cmake/macros/macro_deal_ii_setup_target.cmake      |   124 +
 cmake/macros/macro_enable_if_links.cmake           |    45 +
 cmake/macros/macro_enable_if_supported.cmake       |    65 +
 cmake/macros/macro_enable_language_optional.cmake  |    77 +
 cmake/macros/macro_expand_instantiations.cmake     |    78 +
 cmake/macros/macro_filter_system_libraries.cmake   |    42 +
 cmake/macros/macro_find_package.cmake              |    33 +
 cmake/macros/macro_find_system_library.cmake       |    49 +
 cmake/macros/macro_item_matches.cmake              |    34 +
 cmake/macros/macro_purge_feature.cmake             |    47 +
 cmake/macros/macro_push_cmake_required.cmake       |    30 +
 cmake/macros/macro_register_feature.cmake          |    72 +
 cmake/macros/macro_remove_duplicates.cmake         |    34 +
 cmake/macros/macro_replace_flag.cmake              |    36 +
 cmake/macros/macro_reset_cmake_required.cmake      |    29 +
 cmake/macros/macro_set_if_empty.cmake              |    23 +
 cmake/macros/macro_strip_flag.cmake                |    31 +
 cmake/macros/macro_switch_library_preference.cmake |    32 +
 cmake/macros/macro_to_string.cmake                 |    30 +
 cmake/macros/macro_to_string_and_add_prefix.cmake  |    31 +
 cmake/macros/macro_verbose_include.cmake           |    20 +
 cmake/modules/FindARPACK.cmake                     |    87 +
 cmake/modules/FindBOOST.cmake                      |    91 +
 cmake/modules/FindBZIP2.cmake                      |    46 +
 cmake/modules/FindHDF5.cmake                       |    72 +
 cmake/modules/FindLAPACK.cmake                     |    91 +
 cmake/modules/FindMETIS.cmake                      |   109 +
 cmake/modules/FindMPI.cmake                        |   198 +
 cmake/modules/FindMUPARSER.cmake                   |    71 +
 cmake/modules/FindNETCDF.cmake                     |    54 +
 cmake/modules/FindOPENCASCADE.cmake                |    78 +
 cmake/modules/FindP4EST.cmake                      |   170 +
 cmake/modules/FindPETSC.cmake                      |   235 +
 cmake/modules/FindSLEPC.cmake                      |   100 +
 cmake/modules/FindTBB.cmake                        |    86 +
 cmake/modules/FindTRILINOS.cmake                   |   236 +
 cmake/modules/FindUMFPACK.cmake                    |   172 +
 cmake/modules/FindZLIB.cmake                       |    43 +
 cmake/scripts/CMakeLists.txt                       |    52 +
 cmake/scripts/expand_instantiations.cc             |   532 +
 cmake/scripts/normalize.pl                         |   103 +
 cmake/scripts/run_test.cmake                       |   143 +
 cmake/scripts/run_test.sh                          |   151 +
 cmake/setup_cached_variables.cmake                 |   395 +
 cmake/setup_compiler_flags.cmake                   |   153 +
 cmake/setup_compiler_flags_gnu.cmake               |   189 +
 cmake/setup_compiler_flags_intel.cmake             |   197 +
 cmake/setup_compiler_flags_msvc.cmake              |   103 +
 cmake/setup_cpack.cmake                            |    87 +
 cmake/setup_custom_targets.cmake                   |   136 +
 cmake/setup_deal_ii.cmake                          |   164 +
 cmake/setup_external_macros.cmake                  |    27 +
 cmake/setup_finalize.cmake                         |    85 +
 cmake/setup_write_config.cmake                     |   262 +
 contrib/CMakeLists.txt                             |    21 +
 contrib/README.md                                  |    21 +
 contrib/header-templates/header-template           |    15 +
 contrib/header-templates/header-template.cmake     |    14 +
 contrib/parameter_gui/CMakeLists.txt               |    69 +
 contrib/parameter_gui/README                       |     5 +
 contrib/parameter_gui/application.qrc              |     7 +
 contrib/parameter_gui/browse_lineedit.cpp          |   126 +
 contrib/parameter_gui/browse_lineedit.h            |   121 +
 contrib/parameter_gui/dealii_parameter_gui.pro     |    25 +
 contrib/parameter_gui/images/logo_dealii.png       |   Bin 0 -> 34400 bytes
 contrib/parameter_gui/images/logo_dealii_64.png    |   Bin 0 -> 1374 bytes
 contrib/parameter_gui/images/logo_dealii_gui.png   |   Bin 0 -> 24271 bytes
 .../parameter_gui/images/logo_dealii_gui_128.png   |   Bin 0 -> 3481 bytes
 contrib/parameter_gui/info_message.cpp             |   104 +
 contrib/parameter_gui/info_message.h               |   113 +
 contrib/parameter_gui/lgpl-2.1.txt                 |   502 +
 contrib/parameter_gui/main.cpp                     |    71 +
 contrib/parameter_gui/mainwindow.cpp               |   385 +
 contrib/parameter_gui/mainwindow.h                 |   183 +
 contrib/parameter_gui/parameter_delegate.cpp       |   329 +
 contrib/parameter_gui/parameter_delegate.h         |   122 +
 contrib/parameter_gui/parameters.xml               |     2 +
 contrib/parameter_gui/xml_parameter_reader.cpp     |   368 +
 contrib/parameter_gui/xml_parameter_reader.h       |   128 +
 contrib/parameter_gui/xml_parameter_writer.cpp     |   103 +
 contrib/parameter_gui/xml_parameter_writer.h       |   100 +
 contrib/utilities/astyle.rc                        |    33 +
 contrib/utilities/check_indentation.sh             |    11 +
 contrib/utilities/dotgdbinit.py                    |   210 +
 contrib/utilities/embedding.cc                     |   227 +
 contrib/utilities/fe_table.pl                      |    84 +
 contrib/utilities/gridio.cc                        |    80 +
 contrib/utilities/indent                           |    48 +
 contrib/utilities/interpolation.cc                 |   344 +
 contrib/utilities/lagrange_basis                   |    80 +
 contrib/utilities/makeofflinedoc.sh                |    42 +
 contrib/utilities/setup_astyle.sh                  |    20 +
 contrib/utilities/simplify.pl                      |    89 +
 contrib/utilities/update-copyright                 |    67 +
 contrib/utilities/wrapcomments.py                  |   555 +
 doc/CMakeLists.txt                                 |    73 +
 doc/README.md                                      |    10 +
 doc/deal.ico                                       |   Bin 0 -> 35402 bytes
 doc/developers/Toolchain-x86_64-w64-mingw32.sample |    16 +
 doc/developers/Toolchain.sample                    |    14 +
 doc/developers/cmake-internals.html                |   714 +
 doc/developers/porting.html                        |   166 +
 doc/developers/testsuite.html                      |   863 ++
 doc/developers/writing-documentation.html          |   464 +
 doc/documentation.html                             |    74 +
 doc/doxygen/CMakeLists.txt                         |   229 +
 doc/doxygen/DoxygenLayout.xml                      |   197 +
 doc/doxygen/code-gallery/CMakeLists.txt            |   149 +
 doc/doxygen/code-gallery/code-gallery.h.in         |    40 +
 doc/doxygen/code-gallery/no-code-gallery.h         |    27 +
 doc/doxygen/deal.II/images/step-1.grid-1.png       |   Bin 0 -> 9111 bytes
 doc/doxygen/deal.II/images/step-1.grid-2.png       |   Bin 0 -> 29392 bytes
 doc/doxygen/deal.II/images/step-1.grid-2r2.png     |   Bin 0 -> 20513 bytes
 .../images/step-10.ball_mapping_q1_ref0.png        |   Bin 0 -> 13197 bytes
 .../images/step-10.ball_mapping_q1_ref1.png        |   Bin 0 -> 28324 bytes
 .../images/step-10.ball_mapping_q2_ref0.png        |   Bin 0 -> 27199 bytes
 .../images/step-10.ball_mapping_q2_ref1.png        |   Bin 0 -> 27650 bytes
 .../images/step-10.ball_mapping_q3_ref0.png        |   Bin 0 -> 24393 bytes
 .../images/step-10.ball_mapping_q3_ref1.png        |   Bin 0 -> 27619 bytes
 doc/doxygen/deal.II/images/step-10.quarter-q1.png  |   Bin 0 -> 16587 bytes
 doc/doxygen/deal.II/images/step-10.quarter-q2.png  |   Bin 0 -> 18701 bytes
 doc/doxygen/deal.II/images/step-10.quarter-q3.png  |   Bin 0 -> 18122 bytes
 doc/doxygen/deal.II/images/step-12.3d-solution.png |   Bin 0 -> 68881 bytes
 doc/doxygen/deal.II/images/step-12.cg.sol-0.png    |   Bin 0 -> 20332 bytes
 doc/doxygen/deal.II/images/step-12.cg.sol-1.png    |   Bin 0 -> 21664 bytes
 doc/doxygen/deal.II/images/step-12.cg.sol-2.png    |   Bin 0 -> 21920 bytes
 doc/doxygen/deal.II/images/step-12.cg.sol-3.png    |   Bin 0 -> 21668 bytes
 doc/doxygen/deal.II/images/step-12.cg.sol-4.png    |   Bin 0 -> 27187 bytes
 doc/doxygen/deal.II/images/step-12.cg.sol-5.png    |   Bin 0 -> 23387 bytes
 doc/doxygen/deal.II/images/step-12.grid-5.png      |   Bin 0 -> 2462 bytes
 doc/doxygen/deal.II/images/step-12.sol-0.png       |   Bin 0 -> 5147 bytes
 doc/doxygen/deal.II/images/step-12.sol-2.png       |   Bin 0 -> 6886 bytes
 doc/doxygen/deal.II/images/step-12.sol-5-3d.png    |   Bin 0 -> 50842 bytes
 doc/doxygen/deal.II/images/step-12.sol-5.png       |   Bin 0 -> 7730 bytes
 doc/doxygen/deal.II/images/step-13.error.png       |   Bin 0 -> 5967 bytes
 .../deal.II/images/step-13.grid-kelly-8.png        |   Bin 0 -> 3297 bytes
 .../deal.II/images/step-13.solution-kelly-0.png    |   Bin 0 -> 44786 bytes
 .../deal.II/images/step-13.solution-kelly-1.png    |   Bin 0 -> 54252 bytes
 .../deal.II/images/step-13.solution-kelly-2.png    |   Bin 0 -> 57033 bytes
 .../deal.II/images/step-13.solution-kelly-3.png    |   Bin 0 -> 59988 bytes
 .../deal.II/images/step-13.solution-kelly-4.png    |   Bin 0 -> 64059 bytes
 .../deal.II/images/step-13.solution-kelly-5.png    |   Bin 0 -> 67991 bytes
 .../deal.II/images/step-13.solution-kelly-6.png    |   Bin 0 -> 71160 bytes
 .../deal.II/images/step-13.solution-kelly-7.png    |   Bin 0 -> 72836 bytes
 .../deal.II/images/step-13.solution-kelly-8.png    |   Bin 0 -> 74323 bytes
 .../deal.II/images/step-13.solution-kelly-9.png    |   Bin 0 -> 74784 bytes
 .../step-14.point-derivative.error-estimation.png  |   Bin 0 -> 3796 bytes
 .../images/step-14.point-derivative.error.png      |   Bin 0 -> 4334 bytes
 .../images/step-14.point-derivative.grid-0.png     |   Bin 0 -> 1068 bytes
 .../images/step-14.point-derivative.grid-5.png     |   Bin 0 -> 2771 bytes
 .../images/step-14.point-derivative.grid-6.png     |   Bin 0 -> 3991 bytes
 .../images/step-14.point-derivative.grid-7.png     |   Bin 0 -> 5718 bytes
 .../images/step-14.point-derivative.grid-8.png     |   Bin 0 -> 7737 bytes
 .../images/step-14.point-derivative.grid-9.png     |   Bin 0 -> 10121 bytes
 .../step-14.point-derivative.solution-5-dual.png   |   Bin 0 -> 8089 bytes
 .../step-14.point-value.error-comparison.png       |   Bin 0 -> 17080 bytes
 .../step-14.point-value.error-estimation.png       |   Bin 0 -> 5544 bytes
 .../deal.II/images/step-14.point-value.error.png   |   Bin 0 -> 6266 bytes
 .../deal.II/images/step-14.point-value.grid-0.png  |   Bin 0 -> 1068 bytes
 .../deal.II/images/step-14.point-value.grid-2.png  |   Bin 0 -> 1363 bytes
 .../deal.II/images/step-14.point-value.grid-4.png  |   Bin 0 -> 2240 bytes
 .../deal.II/images/step-14.point-value.grid-5.png  |   Bin 0 -> 3158 bytes
 .../deal.II/images/step-14.point-value.grid-7.png  |   Bin 0 -> 6213 bytes
 .../deal.II/images/step-14.point-value.grid-8.png  |   Bin 0 -> 9589 bytes
 .../images/step-14.point-value.solution-5-dual.png |   Bin 0 -> 7923 bytes
 .../images/step-14.point-value.solution-5.png      |   Bin 0 -> 10146 bytes
 .../images/step-14.step-13.error-comparison.png    |   Bin 0 -> 14968 bytes
 .../deal.II/images/step-14.step-13.grid-10.png     |   Bin 0 -> 17122 bytes
 .../deal.II/images/step-14.step-13.grid-9.png      |   Bin 0 -> 11097 bytes
 .../deal.II/images/step-14.step-13.solution-7.png  |   Bin 0 -> 10806 bytes
 doc/doxygen/deal.II/images/step-15.grid.png        |   Bin 0 -> 189872 bytes
 doc/doxygen/deal.II/images/step-15.solution-0.png  |   Bin 0 -> 83447 bytes
 doc/doxygen/deal.II/images/step-15.solution-1.png  |   Bin 0 -> 85272 bytes
 doc/doxygen/deal.II/images/step-15.solution-2.png  |   Bin 0 -> 86436 bytes
 doc/doxygen/deal.II/images/step-15.solution-3.png  |   Bin 0 -> 86298 bytes
 doc/doxygen/deal.II/images/step-15.solution-4.png  |   Bin 0 -> 85938 bytes
 doc/doxygen/deal.II/images/step-15.solution-5.png  |   Bin 0 -> 85071 bytes
 doc/doxygen/deal.II/images/step-15.solution-6.png  |   Bin 0 -> 84284 bytes
 doc/doxygen/deal.II/images/step-15.solution-7.png  |   Bin 0 -> 83812 bytes
 doc/doxygen/deal.II/images/step-16.solution.png    |   Bin 0 -> 54411 bytes
 doc/doxygen/deal.II/images/step-17.12-grid.png     |   Bin 0 -> 53688 bytes
 .../deal.II/images/step-17.12-partition.png        |   Bin 0 -> 18093 bytes
 doc/doxygen/deal.II/images/step-17.12-ux.png       |   Bin 0 -> 43842 bytes
 doc/doxygen/deal.II/images/step-17.12-uy.png       |   Bin 0 -> 42640 bytes
 .../deal.II/images/step-17.4-3d-partition.png      |   Bin 0 -> 77778 bytes
 doc/doxygen/deal.II/images/step-17.4-3d-ux.png     |   Bin 0 -> 79647 bytes
 .../deal.II/images/step-18.parallel-0002.p.png     |   Bin 0 -> 26006 bytes
 .../deal.II/images/step-18.parallel-0002.s.png     |   Bin 0 -> 26330 bytes
 .../deal.II/images/step-18.parallel-0005.s.png     |   Bin 0 -> 40976 bytes
 .../deal.II/images/step-18.parallel-0007.s.png     |   Bin 0 -> 52911 bytes
 .../deal.II/images/step-18.parallel-0008.s.png     |   Bin 0 -> 52230 bytes
 .../deal.II/images/step-18.parallel-0009.s.png     |   Bin 0 -> 44588 bytes
 .../deal.II/images/step-18.parallel-000mesh.png    |   Bin 0 -> 96596 bytes
 .../deal.II/images/step-18.parallel-0010.s.png     |   Bin 0 -> 40507 bytes
 .../images/step-18.sequential-0002.0000.png        |   Bin 0 -> 102319 bytes
 .../images/step-18.sequential-0005.0000.png        |   Bin 0 -> 100532 bytes
 .../images/step-18.sequential-0007.0000.png        |   Bin 0 -> 103357 bytes
 .../images/step-18.sequential-0008.0000.png        |   Bin 0 -> 96823 bytes
 .../images/step-18.sequential-0009.0000.png        |   Bin 0 -> 91393 bytes
 .../images/step-18.sequential-0010.0000.png        |   Bin 0 -> 86572 bytes
 .../deal.II/images/step-19.solution-0005.png       |   Bin 0 -> 5388 bytes
 doc/doxygen/deal.II/images/step-2.sparsity-1.png   |   Bin 0 -> 3423 bytes
 doc/doxygen/deal.II/images/step-2.sparsity-1.svg   |  1183 ++
 doc/doxygen/deal.II/images/step-2.sparsity-2.png   |   Bin 0 -> 5109 bytes
 doc/doxygen/deal.II/images/step-2.sparsity-2.svg   |  1183 ++
 doc/doxygen/deal.II/images/step-20.k-random.png    |   Bin 0 -> 78609 bytes
 doc/doxygen/deal.II/images/step-20.p-random.png    |   Bin 0 -> 21071 bytes
 doc/doxygen/deal.II/images/step-20.p.png           |   Bin 0 -> 42693 bytes
 doc/doxygen/deal.II/images/step-20.u-random.png    |   Bin 0 -> 28239 bytes
 doc/doxygen/deal.II/images/step-20.u-wiggle.png    |   Bin 0 -> 24683 bytes
 doc/doxygen/deal.II/images/step-20.u.png           |   Bin 0 -> 38361 bytes
 doc/doxygen/deal.II/images/step-20.v-wiggle.png    |   Bin 0 -> 21443 bytes
 doc/doxygen/deal.II/images/step-20.v.png           |   Bin 0 -> 36218 bytes
 doc/doxygen/deal.II/images/step-21.centerline.gif  |   Bin 0 -> 1286721 bytes
 doc/doxygen/deal.II/images/step-21.random2d.gif    |   Bin 0 -> 1516967 bytes
 doc/doxygen/deal.II/images/step-21.random3d.gif    |   Bin 0 -> 1627829 bytes
 doc/doxygen/deal.II/images/step-22.2d.mesh-0.png   |   Bin 0 -> 716 bytes
 doc/doxygen/deal.II/images/step-22.2d.mesh-1.png   |   Bin 0 -> 1350 bytes
 doc/doxygen/deal.II/images/step-22.2d.mesh-2.png   |   Bin 0 -> 1916 bytes
 doc/doxygen/deal.II/images/step-22.2d.mesh-3.png   |   Bin 0 -> 2620 bytes
 doc/doxygen/deal.II/images/step-22.2d.mesh-4.png   |   Bin 0 -> 3954 bytes
 doc/doxygen/deal.II/images/step-22.2d.mesh-5.png   |   Bin 0 -> 5070 bytes
 doc/doxygen/deal.II/images/step-22.2d.solution.png |   Bin 0 -> 14598 bytes
 .../deal.II/images/step-22.2d.sparsity-nor.png     |   Bin 0 -> 110959 bytes
 .../deal.II/images/step-22.2d.sparsity-ren.png     |   Bin 0 -> 87478 bytes
 .../deal.II/images/step-22.3d-extension.png        |   Bin 0 -> 511097 bytes
 .../deal.II/images/step-22.3d-grid-extension.png   |   Bin 0 -> 463131 bytes
 doc/doxygen/deal.II/images/step-22.3d.mesh-0.png   |   Bin 0 -> 57749 bytes
 doc/doxygen/deal.II/images/step-22.3d.mesh-1.png   |   Bin 0 -> 72786 bytes
 doc/doxygen/deal.II/images/step-22.3d.mesh-2.png   |   Bin 0 -> 102384 bytes
 doc/doxygen/deal.II/images/step-22.3d.mesh-3.png   |   Bin 0 -> 120247 bytes
 doc/doxygen/deal.II/images/step-22.3d.mesh-4.png   |   Bin 0 -> 131028 bytes
 doc/doxygen/deal.II/images/step-22.3d.mesh-5.png   |   Bin 0 -> 140620 bytes
 doc/doxygen/deal.II/images/step-22.3d.solution.png |   Bin 0 -> 285786 bytes
 .../deal.II/images/step-22.3d.sparsity_uu-ren.png  |   Bin 0 -> 105287 bytes
 .../deal.II/images/step-22.profile-3.original.png  |   Bin 0 -> 94866 bytes
 doc/doxygen/deal.II/images/step-22.profile-3.png   |   Bin 0 -> 101411 bytes
 doc/doxygen/deal.II/images/step-23.movie.gif       |   Bin 0 -> 3662392 bytes
 doc/doxygen/deal.II/images/step-24.multi.png       |   Bin 0 -> 41427 bytes
 doc/doxygen/deal.II/images/step-24.multi_movie.gif |   Bin 0 -> 4404094 bytes
 doc/doxygen/deal.II/images/step-24.multi_s.png     |   Bin 0 -> 27762 bytes
 doc/doxygen/deal.II/images/step-24.multi_s2.png    |   Bin 0 -> 29963 bytes
 doc/doxygen/deal.II/images/step-24.multi_sf.png    |   Bin 0 -> 29056 bytes
 doc/doxygen/deal.II/images/step-24.one.png         |   Bin 0 -> 38358 bytes
 doc/doxygen/deal.II/images/step-24.one_movie.gif   |   Bin 0 -> 5337113 bytes
 doc/doxygen/deal.II/images/step-24.one_s.png       |   Bin 0 -> 42393 bytes
 doc/doxygen/deal.II/images/step-24.one_s2.png      |   Bin 0 -> 31151 bytes
 doc/doxygen/deal.II/images/step-24.one_sf.png      |   Bin 0 -> 24575 bytes
 doc/doxygen/deal.II/images/step-24.traces.png      |   Bin 0 -> 9122 bytes
 doc/doxygen/deal.II/images/step-25.1d-breather.gif |   Bin 0 -> 69649 bytes
 .../deal.II/images/step-25.1d-breather_stp.png     |   Bin 0 -> 75606 bytes
 .../deal.II/images/step-25.2d-angled_kink.gif      |   Bin 0 -> 4032149 bytes
 doc/doxygen/deal.II/images/step-25.2d-kink.gif     |   Bin 0 -> 1270707 bytes
 doc/doxygen/deal.II/images/step-25.2d-kink.png     |   Bin 0 -> 81913 bytes
 .../deal.II/images/step-25.2d-pseudobreather.1.png |   Bin 0 -> 25691 bytes
 .../deal.II/images/step-25.2d-pseudobreather.2.png |   Bin 0 -> 33783 bytes
 .../deal.II/images/step-25.2d-pseudobreather.gif   |   Bin 0 -> 860268 bytes
 doc/doxygen/deal.II/images/step-26.movie.gif       |   Bin 0 -> 9971683 bytes
 doc/doxygen/deal.II/images/step-26.surface.png     |   Bin 0 -> 174915 bytes
 doc/doxygen/deal.II/images/step-26.volume.png      |   Bin 0 -> 120919 bytes
 doc/doxygen/deal.II/images/step-27.fe_degree-0.png |   Bin 0 -> 28909 bytes
 doc/doxygen/deal.II/images/step-27.fe_degree-1.png |   Bin 0 -> 47835 bytes
 doc/doxygen/deal.II/images/step-27.fe_degree-2.png |   Bin 0 -> 54178 bytes
 doc/doxygen/deal.II/images/step-27.fe_degree-3.png |   Bin 0 -> 63487 bytes
 doc/doxygen/deal.II/images/step-27.fe_degree-4.png |   Bin 0 -> 70226 bytes
 doc/doxygen/deal.II/images/step-27.fe_degree-5.png |   Bin 0 -> 75838 bytes
 doc/doxygen/deal.II/images/step-27.mesh-0.png      |   Bin 0 -> 5833 bytes
 doc/doxygen/deal.II/images/step-27.mesh-1.png      |   Bin 0 -> 7654 bytes
 doc/doxygen/deal.II/images/step-27.mesh-2.png      |   Bin 0 -> 8939 bytes
 doc/doxygen/deal.II/images/step-27.mesh-3.png      |   Bin 0 -> 9813 bytes
 doc/doxygen/deal.II/images/step-27.mesh-4.png      |   Bin 0 -> 10400 bytes
 doc/doxygen/deal.II/images/step-27.mesh-5.png      |   Bin 0 -> 12012 bytes
 .../deal.II/images/step-27.smoothness-0.png        |   Bin 0 -> 78594 bytes
 .../deal.II/images/step-27.smoothness-1.png        |   Bin 0 -> 79951 bytes
 .../deal.II/images/step-27.smoothness-2.png        |   Bin 0 -> 80470 bytes
 .../deal.II/images/step-27.smoothness-3.png        |   Bin 0 -> 81121 bytes
 .../deal.II/images/step-27.smoothness-4.png        |   Bin 0 -> 81507 bytes
 .../deal.II/images/step-27.smoothness-5.png        |   Bin 0 -> 82866 bytes
 doc/doxygen/deal.II/images/step-27.solution.png    |   Bin 0 -> 177783 bytes
 doc/doxygen/deal.II/images/step-28.convergence.png |   Bin 0 -> 12445 bytes
 .../deal.II/images/step-28.error-vs-dofs.png       |   Bin 0 -> 5494 bytes
 .../deal.II/images/step-28.error-vs-time.png       |   Bin 0 -> 5413 bytes
 .../deal.II/images/step-28.grid-0.9.order2.png     |   Bin 0 -> 33134 bytes
 .../deal.II/images/step-28.grid-1.9.order2.png     |   Bin 0 -> 40513 bytes
 .../deal.II/images/step-28.solution-0.9.order2.png |   Bin 0 -> 16578 bytes
 .../deal.II/images/step-28.solution-1.9.order2.png |   Bin 0 -> 14160 bytes
 doc/doxygen/deal.II/images/step-29.contours.png    |   Bin 0 -> 438857 bytes
 doc/doxygen/deal.II/images/step-29.intensity.png   |   Bin 0 -> 70326 bytes
 doc/doxygen/deal.II/images/step-29.surface.png     |   Bin 0 -> 304334 bytes
 doc/doxygen/deal.II/images/step-29.v.png           |   Bin 0 -> 89945 bytes
 doc/doxygen/deal.II/images/step-29.w.png           |   Bin 0 -> 89823 bytes
 doc/doxygen/deal.II/images/step-3.solution-1.png   |   Bin 0 -> 24423 bytes
 doc/doxygen/deal.II/images/step-3.solution-2.png   |   Bin 0 -> 23047 bytes
 .../deal.II/images/step-30.grid-3.aniso.png        |   Bin 0 -> 1354 bytes
 doc/doxygen/deal.II/images/step-30.sol-1.aniso.png |   Bin 0 -> 2335 bytes
 doc/doxygen/deal.II/images/step-30.sol-1.iso.png   |   Bin 0 -> 2390 bytes
 doc/doxygen/deal.II/images/step-30.sol-5.aniso.png |   Bin 0 -> 2254 bytes
 doc/doxygen/deal.II/images/step-30.sol-5.iso.png   |   Bin 0 -> 2112 bytes
 doc/doxygen/deal.II/images/step-31.2d.grid.00.png  |   Bin 0 -> 50532 bytes
 doc/doxygen/deal.II/images/step-31.2d.grid.01.png  |   Bin 0 -> 71276 bytes
 doc/doxygen/deal.II/images/step-31.2d.grid.02.png  |   Bin 0 -> 93659 bytes
 doc/doxygen/deal.II/images/step-31.2d.grid.03.png  |   Bin 0 -> 109770 bytes
 doc/doxygen/deal.II/images/step-31.2d.grid.04.png  |   Bin 0 -> 135218 bytes
 doc/doxygen/deal.II/images/step-31.2d.grid.05.png  |   Bin 0 -> 145506 bytes
 doc/doxygen/deal.II/images/step-31.2d.grid.06.png  |   Bin 0 -> 160584 bytes
 doc/doxygen/deal.II/images/step-31.2d.grid.07.png  |   Bin 0 -> 171903 bytes
 .../deal.II/images/step-31.2d.solution.00.png      |   Bin 0 -> 6587 bytes
 .../deal.II/images/step-31.2d.solution.01.png      |   Bin 0 -> 16188 bytes
 .../deal.II/images/step-31.2d.solution.02.png      |   Bin 0 -> 26758 bytes
 .../deal.II/images/step-31.2d.solution.03.png      |   Bin 0 -> 36056 bytes
 .../deal.II/images/step-31.2d.solution.04.png      |   Bin 0 -> 43289 bytes
 .../deal.II/images/step-31.2d.solution.05.png      |   Bin 0 -> 59270 bytes
 .../deal.II/images/step-31.2d.solution.06.png      |   Bin 0 -> 74005 bytes
 .../deal.II/images/step-31.2d.solution.07.png      |   Bin 0 -> 85101 bytes
 .../deal.II/images/step-31.3d.solution.00.png      |   Bin 0 -> 58959 bytes
 .../deal.II/images/step-31.3d.solution.01.png      |   Bin 0 -> 60384 bytes
 .../deal.II/images/step-31.3d.solution.02.png      |   Bin 0 -> 65433 bytes
 .../deal.II/images/step-31.3d.solution.03.png      |   Bin 0 -> 71168 bytes
 .../deal.II/images/step-31.3d.solution.04.png      |   Bin 0 -> 77819 bytes
 .../deal.II/images/step-31.3d.solution.05.png      |   Bin 0 -> 90633 bytes
 .../deal.II/images/step-31.3d.solution.06.png      |   Bin 0 -> 100880 bytes
 .../deal.II/images/step-31.3d.solution.07.png      |   Bin 0 -> 107200 bytes
 .../deal.II/images/step-31.3d.solution.08.png      |   Bin 0 -> 112965 bytes
 .../deal.II/images/step-31.3d.solution.09.png      |   Bin 0 -> 118321 bytes
 .../deal.II/images/step-31.3d.solution.10.png      |   Bin 0 -> 122924 bytes
 .../images/step-31.timestep.q1.beta=0.01.png       |   Bin 0 -> 5361 bytes
 .../images/step-31.timestep.q1.beta=0.03.png       |   Bin 0 -> 5079 bytes
 .../images/step-31.timestep.q1.beta=0.1.png        |   Bin 0 -> 5405 bytes
 .../images/step-31.timestep.q1.beta=0.5.png        |   Bin 0 -> 4623 bytes
 .../images/step-31.timestep.q2.beta=0.01.png       |   Bin 0 -> 4725 bytes
 .../images/step-31.timestep.q2.beta=0.03.png       |   Bin 0 -> 4743 bytes
 .../images/step-31.timestep.q2.beta=0.1.png        |   Bin 0 -> 5162 bytes
 doc/doxygen/deal.II/images/step-32.2d-initial.png  |   Bin 0 -> 79831 bytes
 .../deal.II/images/step-32.2d.grid.2100.png        |   Bin 0 -> 119333 bytes
 .../deal.II/images/step-32.2d.partition.2100.png   |   Bin 0 -> 44170 bytes
 .../deal.II/images/step-32.2d.t_vs_vmax.png        |   Bin 0 -> 2730 bytes
 .../deal.II/images/step-32.2d.temperature.0000.png |   Bin 0 -> 70932 bytes
 .../deal.II/images/step-32.2d.temperature.0100.png |   Bin 0 -> 89552 bytes
 .../deal.II/images/step-32.2d.temperature.0200.png |   Bin 0 -> 87794 bytes
 .../deal.II/images/step-32.2d.temperature.0300.png |   Bin 0 -> 80723 bytes
 .../deal.II/images/step-32.2d.temperature.0400.png |   Bin 0 -> 81426 bytes
 .../deal.II/images/step-32.2d.temperature.0500.png |   Bin 0 -> 82853 bytes
 .../deal.II/images/step-32.2d.temperature.0600.png |   Bin 0 -> 82363 bytes
 .../deal.II/images/step-32.2d.temperature.0700.png |   Bin 0 -> 76506 bytes
 .../deal.II/images/step-32.2d.temperature.0800.png |   Bin 0 -> 74571 bytes
 .../deal.II/images/step-32.2d.temperature.0900.png |   Bin 0 -> 72754 bytes
 .../deal.II/images/step-32.2d.temperature.1000.png |   Bin 0 -> 71755 bytes
 .../deal.II/images/step-32.2d.temperature.1100.png |   Bin 0 -> 72929 bytes
 .../deal.II/images/step-32.2d.temperature.1200.png |   Bin 0 -> 72826 bytes
 .../deal.II/images/step-32.2d.temperature.1300.png |   Bin 0 -> 72743 bytes
 .../deal.II/images/step-32.2d.temperature.1400.png |   Bin 0 -> 72622 bytes
 .../deal.II/images/step-32.2d.temperature.1500.png |   Bin 0 -> 71767 bytes
 .../deal.II/images/step-32.2d.temperature.1600.png |   Bin 0 -> 71434 bytes
 .../deal.II/images/step-32.2d.temperature.1700.png |   Bin 0 -> 70017 bytes
 .../deal.II/images/step-32.2d.temperature.1800.png |   Bin 0 -> 69702 bytes
 .../deal.II/images/step-32.2d.temperature.1900.png |   Bin 0 -> 70283 bytes
 .../deal.II/images/step-32.2d.temperature.2000.png |   Bin 0 -> 71753 bytes
 .../deal.II/images/step-32.2d.temperature.2100.png |   Bin 0 -> 72013 bytes
 .../deal.II/images/step-32.3d-sphere.partition.png |   Bin 0 -> 180865 bytes
 .../deal.II/images/step-32.3d-sphere.solution.png  |   Bin 0 -> 225178 bytes
 doc/doxygen/deal.II/images/step-32.3d.cube.0.png   |   Bin 0 -> 118060 bytes
 doc/doxygen/deal.II/images/step-32.3d.cube.1.png   |   Bin 0 -> 140052 bytes
 doc/doxygen/deal.II/images/step-32.beta.2d.png     |   Bin 0 -> 2770 bytes
 doc/doxygen/deal.II/images/step-32.beta_cr.2d.png  |   Bin 0 -> 3492 bytes
 doc/doxygen/deal.II/images/step-33.oscillation.gif |   Bin 0 -> 622213 bytes
 .../deal.II/images/step-33.slide.adapt.ed2.gif     |   Bin 0 -> 31029675 bytes
 doc/doxygen/deal.II/images/step-33.slide.ed2.gif   |   Bin 0 -> 19825790 bytes
 doc/doxygen/deal.II/images/step-33.slide.gif       |   Bin 0 -> 4295977 bytes
 doc/doxygen/deal.II/images/step-33.slide_adapt.gif |   Bin 0 -> 14070347 bytes
 doc/doxygen/deal.II/images/step-34_2d.png          |   Bin 0 -> 130745 bytes
 doc/doxygen/deal.II/images/step-34_3d-2.png        |   Bin 0 -> 143583 bytes
 doc/doxygen/deal.II/images/step-34_3d.png          |   Bin 0 -> 108434 bytes
 .../deal.II/images/step-35.Re_100.velocity.0.png   |   Bin 0 -> 131867 bytes
 .../deal.II/images/step-35.Re_100.velocity.1.png   |   Bin 0 -> 130714 bytes
 .../deal.II/images/step-35.Re_100.velocity.2.png   |   Bin 0 -> 134987 bytes
 .../deal.II/images/step-35.Re_100.velocity.3.png   |   Bin 0 -> 136051 bytes
 .../deal.II/images/step-35.Re_100.velocity.4.png   |   Bin 0 -> 130938 bytes
 .../deal.II/images/step-35.Re_100.vorticity.0.png  |   Bin 0 -> 19625 bytes
 .../deal.II/images/step-35.Re_100.vorticity.1.png  |   Bin 0 -> 40131 bytes
 .../deal.II/images/step-35.Re_100.vorticity.2.png  |   Bin 0 -> 71943 bytes
 .../deal.II/images/step-35.Re_100.vorticity.3.png  |   Bin 0 -> 103986 bytes
 .../deal.II/images/step-35.Re_100.vorticity.4.png  |   Bin 0 -> 111408 bytes
 .../deal.II/images/step-35.Re_500.velocity.0.png   |   Bin 0 -> 165919 bytes
 .../deal.II/images/step-35.Re_500.velocity.1.png   |   Bin 0 -> 147256 bytes
 .../deal.II/images/step-35.Re_500.vorticity.0.png  |   Bin 0 -> 189403 bytes
 .../deal.II/images/step-35.Re_500.vorticity.1.png  |   Bin 0 -> 169207 bytes
 doc/doxygen/deal.II/images/step-35.Re_500.zoom.png |   Bin 0 -> 434862 bytes
 .../deal.II/images/step-35.Re_500.zoom_2.png       |   Bin 0 -> 166330 bytes
 doc/doxygen/deal.II/images/step-35.geometry.png    |   Bin 0 -> 9184 bytes
 .../images/step-36.default.eigenfunction.0.png     |   Bin 0 -> 27877 bytes
 .../images/step-36.default.eigenfunction.1.png     |   Bin 0 -> 18552 bytes
 .../images/step-36.default.eigenfunction.2.png     |   Bin 0 -> 26823 bytes
 .../images/step-36.default.eigenfunction.3.png     |   Bin 0 -> 24359 bytes
 .../images/step-36.default.eigenfunction.4.png     |   Bin 0 -> 26702 bytes
 .../deal.II/images/step-36.mod.eigenfunction.0.png |   Bin 0 -> 31693 bytes
 .../deal.II/images/step-36.mod.eigenfunction.1.png |   Bin 0 -> 23881 bytes
 .../deal.II/images/step-36.mod.eigenfunction.2.png |   Bin 0 -> 26899 bytes
 .../deal.II/images/step-36.mod.eigenfunction.3.png |   Bin 0 -> 24886 bytes
 .../deal.II/images/step-36.mod.eigenfunction.4.png |   Bin 0 -> 25609 bytes
 .../deal.II/images/step-36.mod.potential.png       |   Bin 0 -> 35683 bytes
 doc/doxygen/deal.II/images/step-37.solution.png    |   Bin 0 -> 147968 bytes
 doc/doxygen/deal.II/images/step-38.solution-2d.png |   Bin 0 -> 7521 bytes
 doc/doxygen/deal.II/images/step-38.solution-3d.png |   Bin 0 -> 96645 bytes
 doc/doxygen/deal.II/images/step-38.warp-1.png      |   Bin 0 -> 64369 bytes
 doc/doxygen/deal.II/images/step-38.warp-2.png      |   Bin 0 -> 67535 bytes
 doc/doxygen/deal.II/images/step-39-convergence.png |   Bin 0 -> 4223 bytes
 doc/doxygen/deal.II/images/step-4.contours-3d.png  |   Bin 0 -> 184071 bytes
 doc/doxygen/deal.II/images/step-4.solution-2d.png  |   Bin 0 -> 85927 bytes
 doc/doxygen/deal.II/images/step-4.solution-3d.png  |   Bin 0 -> 172244 bytes
 doc/doxygen/deal.II/images/step-40.256.png         |   Bin 0 -> 11910 bytes
 doc/doxygen/deal.II/images/step-40.4096.png        |   Bin 0 -> 12158 bytes
 doc/doxygen/deal.II/images/step-40.mesh.png        |   Bin 0 -> 11346 bytes
 doc/doxygen/deal.II/images/step-40.solution.png    |   Bin 0 -> 91586 bytes
 doc/doxygen/deal.II/images/step-40.strong.png      |   Bin 0 -> 11211 bytes
 doc/doxygen/deal.II/images/step-40.strong2.png     |   Bin 0 -> 12277 bytes
 .../deal.II/images/step-41.active-set.00.png       |   Bin 0 -> 4908 bytes
 .../deal.II/images/step-41.active-set.03.png       |   Bin 0 -> 4625 bytes
 .../deal.II/images/step-41.active-set.06.png       |   Bin 0 -> 4470 bytes
 .../deal.II/images/step-41.active-set.09.png       |   Bin 0 -> 3886 bytes
 .../deal.II/images/step-41.active-set.12.png       |   Bin 0 -> 2949 bytes
 .../deal.II/images/step-41.active-set.15.png       |   Bin 0 -> 3719 bytes
 .../deal.II/images/step-41.active-set.18.png       |   Bin 0 -> 3918 bytes
 doc/doxygen/deal.II/images/step-41.active-set.png  |   Bin 0 -> 50948 bytes
 .../deal.II/images/step-41.displacement.00.png     |   Bin 0 -> 16732 bytes
 .../deal.II/images/step-41.displacement.03.png     |   Bin 0 -> 16515 bytes
 .../deal.II/images/step-41.displacement.06.png     |   Bin 0 -> 18525 bytes
 .../deal.II/images/step-41.displacement.09.png     |   Bin 0 -> 20177 bytes
 .../deal.II/images/step-41.displacement.12.png     |   Bin 0 -> 21344 bytes
 .../deal.II/images/step-41.displacement.15.png     |   Bin 0 -> 21006 bytes
 .../deal.II/images/step-41.displacement.18.png     |   Bin 0 -> 21123 bytes
 .../deal.II/images/step-41.displacement.3d.00.png  |   Bin 0 -> 57041 bytes
 .../deal.II/images/step-41.displacement.3d.03.png  |   Bin 0 -> 57437 bytes
 .../deal.II/images/step-41.displacement.3d.06.png  |   Bin 0 -> 57537 bytes
 .../deal.II/images/step-41.displacement.3d.09.png  |   Bin 0 -> 57905 bytes
 .../deal.II/images/step-41.displacement.3d.12.png  |   Bin 0 -> 57784 bytes
 .../deal.II/images/step-41.displacement.3d.15.png  |   Bin 0 -> 58614 bytes
 .../deal.II/images/step-41.displacement.3d.18.png  |   Bin 0 -> 58602 bytes
 .../deal.II/images/step-41.displacement.png        |   Bin 0 -> 79173 bytes
 doc/doxygen/deal.II/images/step-41.forces.01.png   |   Bin 0 -> 18455 bytes
 doc/doxygen/deal.II/images/step-41.forces.09.png   |   Bin 0 -> 16895 bytes
 doc/doxygen/deal.II/images/step-41.forces.18.png   |   Bin 0 -> 18946 bytes
 .../deal.II/images/step-42.CellConstitution.png    |   Bin 0 -> 52558 bytes
 .../images/step-42.CellConstitutionBall.png        |   Bin 0 -> 52558 bytes
 .../images/step-42.CellConstitutionBall2.png       |   Bin 0 -> 25917 bytes
 .../images/step-42.CellConstitutionColorbar.png    |   Bin 0 -> 6614 bytes
 .../deal.II/images/step-42.CellConstitutionLi2.png |   Bin 0 -> 48974 bytes
 .../deal.II/images/step-42.adaptive-contact.png    |   Bin 0 -> 201969 bytes
 doc/doxygen/deal.II/images/step-42.character.png   |   Bin 0 -> 3333 bytes
 .../deal.II/images/step-42.starke-skalierung.png   |   Bin 0 -> 19167 bytes
 doc/doxygen/deal.II/images/step-43.3d.mesh.png     |   Bin 0 -> 114927 bytes
 .../deal.II/images/step-43.3d.saturation.png       |   Bin 0 -> 244053 bytes
 .../deal.II/images/step-43.3d.streamlines.png      |   Bin 0 -> 138629 bytes
 doc/doxygen/deal.II/images/step-43.3d.velocity.png |   Bin 0 -> 250628 bytes
 doc/doxygen/deal.II/images/step-43.spe10.1.png     |   Bin 0 -> 161477 bytes
 doc/doxygen/deal.II/images/step-43.spe10.2.png     |   Bin 0 -> 145238 bytes
 doc/doxygen/deal.II/images/step-44.2d-gr_2.png     |   Bin 0 -> 82462 bytes
 doc/doxygen/deal.II/images/step-44.2d-gr_5.png     |   Bin 0 -> 211350 bytes
 .../deal.II/images/step-44.Normalised_runtime.png  |   Bin 0 -> 48456 bytes
 .../deal.II/images/step-44.Q1-P0_convergence.png   |   Bin 0 -> 37185 bytes
 .../step-44.Q1-P0_gr_1_p_ratio_80-dilatation.png   |   Bin 0 -> 34841 bytes
 .../step-44.Q1-P0_gr_1_p_ratio_80-displacement.png |   Bin 0 -> 82934 bytes
 .../step-44.Q1-P0_gr_1_p_ratio_80-pressure.png     |   Bin 0 -> 36900 bytes
 .../deal.II/images/step-44.Q2-P1_convergence.png   |   Bin 0 -> 34859 bytes
 .../step-44.Q2-P1_gr_3_p_ratio_80-dilatation.png   |   Bin 0 -> 206263 bytes
 .../step-44.Q2-P1_gr_3_p_ratio_80-displacement.png |   Bin 0 -> 211126 bytes
 .../step-44.Q2-P1_gr_3_p_ratio_80-pressure.png     |   Bin 0 -> 186746 bytes
 doc/doxygen/deal.II/images/step-44.setup.png       |   Bin 0 -> 129238 bytes
 .../deal.II/images/step-45.non_periodic.png        |   Bin 0 -> 69788 bytes
 doc/doxygen/deal.II/images/step-45.periodic.png    |   Bin 0 -> 86866 bytes
 .../deal.II/images/step-45.periodic_cells.png      |   Bin 0 -> 3855 bytes
 doc/doxygen/deal.II/images/step-45.solution.png    |   Bin 0 -> 85370 bytes
 .../deal.II/images/step-45_non_periodic.png        |   Bin 0 -> 98565 bytes
 doc/doxygen/deal.II/images/step-45_periodic.png    |   Bin 0 -> 88670 bytes
 .../deal.II/images/step-46.3d.displacement.png     |   Bin 0 -> 196692 bytes
 .../deal.II/images/step-46.3d.streamlines.png      |   Bin 0 -> 283366 bytes
 doc/doxygen/deal.II/images/step-46.3d.velocity.png |   Bin 0 -> 224229 bytes
 .../deal.II/images/step-46.displacement.png        |   Bin 0 -> 47058 bytes
 doc/doxygen/deal.II/images/step-46.layout.png      |   Bin 0 -> 3864 bytes
 doc/doxygen/deal.II/images/step-46.pressure.png    |   Bin 0 -> 63190 bytes
 .../deal.II/images/step-46.velocity-magnitude.png  |   Bin 0 -> 72842 bytes
 doc/doxygen/deal.II/images/step-46.velocity.png    |   Bin 0 -> 82566 bytes
 .../deal.II/images/step-49.gmsh_picture.png        |   Bin 0 -> 19230 bytes
 doc/doxygen/deal.II/images/step-49.grid-1.png      |   Bin 0 -> 18208 bytes
 doc/doxygen/deal.II/images/step-49.grid-2.png      |   Bin 0 -> 1843 bytes
 doc/doxygen/deal.II/images/step-49.grid-2a.png     |   Bin 0 -> 3373 bytes
 doc/doxygen/deal.II/images/step-49.grid-2b.png     |   Bin 0 -> 974 bytes
 .../deal.II/images/step-49.grid-2d-refined.png     |   Bin 0 -> 51179 bytes
 doc/doxygen/deal.II/images/step-49.grid-3.png      |   Bin 0 -> 19847 bytes
 doc/doxygen/deal.II/images/step-49.grid-3a.png     |   Bin 0 -> 15793 bytes
 doc/doxygen/deal.II/images/step-49.grid-4.png      |   Bin 0 -> 14348 bytes
 doc/doxygen/deal.II/images/step-49.grid-4base.png  |   Bin 0 -> 3373 bytes
 doc/doxygen/deal.II/images/step-49.grid-5.png      |   Bin 0 -> 3607 bytes
 doc/doxygen/deal.II/images/step-49.grid-5a.png     |   Bin 0 -> 659 bytes
 doc/doxygen/deal.II/images/step-49.grid-6.png      |   Bin 0 -> 1762 bytes
 doc/doxygen/deal.II/images/step-49.grid-6a.png     |   Bin 0 -> 1427 bytes
 doc/doxygen/deal.II/images/step-49.grid-7.png      |   Bin 0 -> 17355 bytes
 doc/doxygen/deal.II/images/step-49.grid-7a.png     |   Bin 0 -> 1582 bytes
 doc/doxygen/deal.II/images/step-49.yuhan.1.png     |   Bin 0 -> 18190 bytes
 doc/doxygen/deal.II/images/step-49.yuhan.2.png     |   Bin 0 -> 15218 bytes
 doc/doxygen/deal.II/images/step-49.yuhan.3.png     |   Bin 0 -> 24774 bytes
 doc/doxygen/deal.II/images/step-49.yuhan.4.png     |   Bin 0 -> 26928 bytes
 doc/doxygen/deal.II/images/step-49.yuhan.5.png     |   Bin 0 -> 25282 bytes
 doc/doxygen/deal.II/images/step-49.yuhan.6.png     |   Bin 0 -> 25270 bytes
 doc/doxygen/deal.II/images/step-49.yuhan.7.png     |   Bin 0 -> 68167 bytes
 doc/doxygen/deal.II/images/step-5.solution-0.png   |   Bin 0 -> 45503 bytes
 doc/doxygen/deal.II/images/step-5.solution-1.png   |   Bin 0 -> 88359 bytes
 doc/doxygen/deal.II/images/step-5.solution-2.png   |   Bin 0 -> 122929 bytes
 doc/doxygen/deal.II/images/step-5.solution-3.png   |   Bin 0 -> 144386 bytes
 doc/doxygen/deal.II/images/step-5.solution-4.png   |   Bin 0 -> 154978 bytes
 doc/doxygen/deal.II/images/step-5.solution-5.png   |   Bin 0 -> 138354 bytes
 doc/doxygen/deal.II/images/step-51.2d_plain.png    |   Bin 0 -> 34377 bytes
 doc/doxygen/deal.II/images/step-51.2d_post.png     |   Bin 0 -> 35107 bytes
 doc/doxygen/deal.II/images/step-51.2d_postb.png    |   Bin 0 -> 35539 bytes
 doc/doxygen/deal.II/images/step-51.2dt_plain.png   |   Bin 0 -> 33413 bytes
 doc/doxygen/deal.II/images/step-51.2dt_post.png    |   Bin 0 -> 33701 bytes
 doc/doxygen/deal.II/images/step-51.2dt_postb.png   |   Bin 0 -> 35425 bytes
 doc/doxygen/deal.II/images/step-51.3d_plain.png    |   Bin 0 -> 34617 bytes
 doc/doxygen/deal.II/images/step-51.3d_post.png     |   Bin 0 -> 35568 bytes
 doc/doxygen/deal.II/images/step-51.3d_postb.png    |   Bin 0 -> 35452 bytes
 doc/doxygen/deal.II/images/step-51.3dt_plain.png   |   Bin 0 -> 33296 bytes
 doc/doxygen/deal.II/images/step-51.3dt_post.png    |   Bin 0 -> 34440 bytes
 doc/doxygen/deal.II/images/step-51.3dt_postb.png   |   Bin 0 -> 35594 bytes
 doc/doxygen/deal.II/images/step-51.post_2.png      |   Bin 0 -> 80789 bytes
 doc/doxygen/deal.II/images/step-51.post_3.png      |   Bin 0 -> 79260 bytes
 doc/doxygen/deal.II/images/step-51.post_4.png      |   Bin 0 -> 82404 bytes
 doc/doxygen/deal.II/images/step-51.post_8.png      |   Bin 0 -> 106136 bytes
 doc/doxygen/deal.II/images/step-51.post_q3_2.png   |   Bin 0 -> 72562 bytes
 doc/doxygen/deal.II/images/step-51.sol_2.png       |   Bin 0 -> 70450 bytes
 doc/doxygen/deal.II/images/step-51.sol_3.png       |   Bin 0 -> 68551 bytes
 doc/doxygen/deal.II/images/step-51.sol_4.png       |   Bin 0 -> 70897 bytes
 doc/doxygen/deal.II/images/step-51.sol_8.png       |   Bin 0 -> 97074 bytes
 doc/doxygen/deal.II/images/step-51.sol_q3_2.png    |   Bin 0 -> 80153 bytes
 doc/doxygen/deal.II/images/step-53.mesh.png        |   Bin 0 -> 171777 bytes
 .../deal.II/images/step-53.smooth-geometry.png     |   Bin 0 -> 244865 bytes
 doc/doxygen/deal.II/images/step-53.topo.png        |   Bin 0 -> 176238 bytes
 doc/doxygen/deal.II/images/step-53.topozoom.png    |   Bin 0 -> 381790 bytes
 doc/doxygen/deal.II/images/step-54.CurveSplit.png  |   Bin 0 -> 29532 bytes
 .../images/step-54.DirectionalProjection.png       |   Bin 0 -> 28672 bytes
 .../deal.II/images/step-54.NormalProjection.png    |   Bin 0 -> 27079 bytes
 .../images/step-54.NormalProjectionEdge.png        |   Bin 0 -> 13400 bytes
 .../images/step-54.ProjectionComparisons.png       |   Bin 0 -> 84131 bytes
 doc/doxygen/deal.II/images/step-54.bare.png        |   Bin 0 -> 95098 bytes
 doc/doxygen/deal.II/images/step-54.common_0.png    |   Bin 0 -> 79579 bytes
 .../deal.II/images/step-54.directional_1.png       |   Bin 0 -> 71461 bytes
 .../deal.II/images/step-54.directional_2.png       |   Bin 0 -> 71642 bytes
 .../deal.II/images/step-54.directional_3.png       |   Bin 0 -> 76482 bytes
 .../deal.II/images/step-54.directional_4.png       |   Bin 0 -> 101575 bytes
 .../deal.II/images/step-54.directional_5.png       |   Bin 0 -> 140548 bytes
 .../deal.II/images/step-54.directional_front_3.png |   Bin 0 -> 58879 bytes
 .../deal.II/images/step-54.directional_front_4.png |   Bin 0 -> 74872 bytes
 .../deal.II/images/step-54.directional_front_5.png |   Bin 0 -> 98967 bytes
 doc/doxygen/deal.II/images/step-54.normal_1.png    |   Bin 0 -> 71779 bytes
 doc/doxygen/deal.II/images/step-54.normal_2.png    |   Bin 0 -> 70912 bytes
 doc/doxygen/deal.II/images/step-54.normal_3.png    |   Bin 0 -> 77487 bytes
 doc/doxygen/deal.II/images/step-54.normal_4.png    |   Bin 0 -> 101206 bytes
 doc/doxygen/deal.II/images/step-54.normal_5.png    |   Bin 0 -> 135074 bytes
 .../deal.II/images/step-54.normal_front_3.png      |   Bin 0 -> 64040 bytes
 .../deal.II/images/step-54.normal_front_4.png      |   Bin 0 -> 80283 bytes
 .../deal.II/images/step-54.normal_front_5.png      |   Bin 0 -> 103818 bytes
 .../deal.II/images/step-54.normal_to_mesh_1.png    |   Bin 0 -> 71785 bytes
 .../deal.II/images/step-54.normal_to_mesh_2.png    |   Bin 0 -> 70931 bytes
 .../deal.II/images/step-54.normal_to_mesh_3.png    |   Bin 0 -> 74469 bytes
 .../deal.II/images/step-54.normal_to_mesh_4.png    |   Bin 0 -> 96372 bytes
 .../deal.II/images/step-54.normal_to_mesh_5.png    |   Bin 0 -> 131538 bytes
 .../images/step-54.normal_to_mesh_front_3.png      |   Bin 0 -> 58209 bytes
 .../images/step-54.normal_to_mesh_front_4.png      |   Bin 0 -> 75952 bytes
 .../images/step-54.normal_to_mesh_front_5.png      |   Bin 0 -> 99084 bytes
 doc/doxygen/deal.II/images/step-6.grid-0.png       |   Bin 0 -> 13379 bytes
 doc/doxygen/deal.II/images/step-6.grid-1.png       |   Bin 0 -> 20547 bytes
 doc/doxygen/deal.II/images/step-6.grid-2.png       |   Bin 0 -> 27097 bytes
 doc/doxygen/deal.II/images/step-6.grid-3.png       |   Bin 0 -> 32110 bytes
 doc/doxygen/deal.II/images/step-6.grid-4.png       |   Bin 0 -> 42263 bytes
 doc/doxygen/deal.II/images/step-6.grid-5.png       |   Bin 0 -> 47887 bytes
 doc/doxygen/deal.II/images/step-6.grid-6.png       |   Bin 0 -> 49599 bytes
 doc/doxygen/deal.II/images/step-6.grid-7.png       |   Bin 0 -> 50987 bytes
 .../deal.II/images/step-6.manifold-grid-0.png      |   Bin 0 -> 6458 bytes
 .../deal.II/images/step-6.manifold-grid-1.png      |   Bin 0 -> 9046 bytes
 .../deal.II/images/step-6.manifold-grid-2.png      |   Bin 0 -> 12233 bytes
 .../deal.II/images/step-6.manifold-grid-3.png      |   Bin 0 -> 15946 bytes
 .../deal.II/images/step-6.manifold-grid-4-bad.png  |   Bin 0 -> 22830 bytes
 .../deal.II/images/step-6.manifold-grid-4.png      |   Bin 0 -> 20578 bytes
 .../deal.II/images/step-6.manifold-grid-5.png      |   Bin 0 -> 24817 bytes
 .../deal.II/images/step-6.manifold-grid-6.png      |   Bin 0 -> 30538 bytes
 .../deal.II/images/step-6.manifold-grid-7.png      |   Bin 0 -> 32068 bytes
 .../images/step-6.q1.dofs_vs_iterations.png        |   Bin 0 -> 3727 bytes
 .../deal.II/images/step-6.q1.dofs_vs_time.png      |   Bin 0 -> 3345 bytes
 .../images/step-6.q2.dofs_vs_iterations.png        |   Bin 0 -> 3782 bytes
 .../deal.II/images/step-6.q2.dofs_vs_time.png      |   Bin 0 -> 3657 bytes
 doc/doxygen/deal.II/images/step-6.solution.png     |   Bin 0 -> 107198 bytes
 doc/doxygen/deal.II/images/step-7.solution.png     |   Bin 0 -> 84740 bytes
 doc/doxygen/deal.II/images/step-8.grid.png         |   Bin 0 -> 14804 bytes
 doc/doxygen/deal.II/images/step-8.vectors.png      |   Bin 0 -> 19083 bytes
 doc/doxygen/deal.II/images/step-8.x.png            |   Bin 0 -> 39599 bytes
 doc/doxygen/deal.II/images/step-8.y.png            |   Bin 0 -> 38983 bytes
 doc/doxygen/deal.II/images/step-9.grid.png         |   Bin 0 -> 161688 bytes
 doc/doxygen/deal.II/images/step-9.solution.png     |   Bin 0 -> 135961 bytes
 doc/doxygen/headers/boundary.h                     |   136 +
 doc/doxygen/headers/c++11.h                        |   115 +
 doc/doxygen/headers/coding_conventions.h           |   404 +
 doc/doxygen/headers/concepts.h                     |   270 +
 doc/doxygen/headers/constraints.h                  |   493 +
 doc/doxygen/headers/distributed.h                  |   436 +
 doc/doxygen/headers/dofs.h                         |    63 +
 doc/doxygen/headers/exceptions.h                   |   355 +
 doc/doxygen/headers/fe.h                           |   203 +
 doc/doxygen/headers/fe_vs_mapping_vs_fevalues.h    |   333 +
 doc/doxygen/headers/functions.h                    |    71 +
 doc/doxygen/headers/geodynamics.h                  |   145 +
 doc/doxygen/headers/geometry_and_primitives.h      |    52 +
 doc/doxygen/headers/global_dof_index.h             |    88 +
 doc/doxygen/headers/glossary.h                     |  1708 +++
 doc/doxygen/headers/grid.h                         |   117 +
 doc/doxygen/headers/hp.h                           |   104 +
 doc/doxygen/headers/instantiations.h               |   127 +
 doc/doxygen/headers/integrators.h                  |    60 +
 doc/doxygen/headers/io.h                           |   134 +
 doc/doxygen/headers/iterators.h                    |   446 +
 doc/doxygen/headers/lac.h                          |    30 +
 doc/doxygen/headers/laoperators.h                  |   185 +
 doc/doxygen/headers/main.h                         |   259 +
 doc/doxygen/headers/manifold.h                     |   267 +
 doc/doxygen/headers/matrices.h                     |    72 +
 doc/doxygen/headers/memory.h                       |    40 +
 doc/doxygen/headers/mesh_worker.h                  |    27 +
 doc/doxygen/headers/mg.h                           |    83 +
 doc/doxygen/headers/multithreading.h               |  1233 ++
 doc/doxygen/headers/namespace_dealii.h             |    27 +
 doc/doxygen/headers/numerical_algorithms.h         |    39 +
 doc/doxygen/headers/parallel.h                     |    39 +
 doc/doxygen/headers/petsc.h                        |    34 +
 doc/doxygen/headers/polynomials.h                  |    25 +
 doc/doxygen/headers/preconditioners.h              |   106 +
 doc/doxygen/headers/quadrature.h                   |   101 +
 doc/doxygen/headers/slepc.h                        |    32 +
 doc/doxygen/headers/solvers.h                      |    35 +
 doc/doxygen/headers/sparsity.h                     |   131 +
 doc/doxygen/headers/std_cxx11.h                    |    32 +
 doc/doxygen/headers/trilinos.h                     |    34 +
 doc/doxygen/headers/update_flags.h                 |   256 +
 doc/doxygen/headers/utilities.h                    |    42 +
 doc/doxygen/headers/vector_memory.h                |    30 +
 doc/doxygen/headers/vector_valued.h                |  1109 ++
 doc/doxygen/headers/vectors.h                      |    25 +
 doc/doxygen/images/cg-monitor-smoothing-0.png      |   Bin 0 -> 106547 bytes
 doc/doxygen/images/cg-monitor-smoothing-1.png      |   Bin 0 -> 86065 bytes
 doc/doxygen/images/cg-monitor-smoothing-2.png      |   Bin 0 -> 77339 bytes
 doc/doxygen/images/cg-monitor-smoothing-3.png      |   Bin 0 -> 71136 bytes
 doc/doxygen/images/cg-monitor-smoothing-4.png      |   Bin 0 -> 70150 bytes
 doc/doxygen/images/cg-monitor-smoothing-5.png      |   Bin 0 -> 68709 bytes
 doc/doxygen/images/cheese_2d.png                   |   Bin 0 -> 3361 bytes
 doc/doxygen/images/collaboration.eps               |   258 +
 doc/doxygen/images/collaboration.fig               |    72 +
 doc/doxygen/images/collaboration.png               |   Bin 0 -> 19409 bytes
 doc/doxygen/images/cone_2d.png                     |   Bin 0 -> 4547 bytes
 doc/doxygen/images/cone_3d.png                     |   Bin 0 -> 7590 bytes
 doc/doxygen/images/conflicting_constraints.fig     |    29 +
 doc/doxygen/images/conflicting_constraints.png     |   Bin 0 -> 2436 bytes
 doc/doxygen/images/cubes_hole.png                  |   Bin 0 -> 58571 bytes
 doc/doxygen/images/dgp_doesnt_contain_p.fig        |    20 +
 doc/doxygen/images/dgp_doesnt_contain_p.png        |   Bin 0 -> 3429 bytes
 doc/doxygen/images/direction_flag.fig              |    16 +
 doc/doxygen/images/direction_flag.png              |   Bin 0 -> 3502 bytes
 doc/doxygen/images/direction_flag_normals.fig      |    31 +
 doc/doxygen/images/direction_flag_normals.png      |   Bin 0 -> 4436 bytes
 doc/doxygen/images/distorted_2d.fig                |    15 +
 doc/doxygen/images/distorted_2d.png                |   Bin 0 -> 1708 bytes
 doc/doxygen/images/distorted_2d_refinement_01.fig  |    18 +
 doc/doxygen/images/distorted_2d_refinement_01.png  |   Bin 0 -> 1491 bytes
 doc/doxygen/images/distorted_2d_refinement_02.fig  |    22 +
 doc/doxygen/images/distorted_2d_refinement_02.png  |   Bin 0 -> 1727 bytes
 doc/doxygen/images/distorted_2d_refinement_03.fig  |    27 +
 doc/doxygen/images/distorted_2d_refinement_03.png  |   Bin 0 -> 1809 bytes
 doc/doxygen/images/distorted_3d.fig                |    30 +
 doc/doxygen/images/distorted_3d.png                |   Bin 0 -> 3836 bytes
 doc/doxygen/images/distributed_mesh_0.png          |   Bin 0 -> 41469 bytes
 doc/doxygen/images/distributed_mesh_1.png          |   Bin 0 -> 52087 bytes
 doc/doxygen/images/distributed_mesh_2.png          |   Bin 0 -> 56663 bytes
 doc/doxygen/images/distributed_mesh_3.png          |   Bin 0 -> 37749 bytes
 doc/doxygen/images/fe_q_bubbles_conditioning.png   |   Bin 0 -> 8062 bytes
 doc/doxygen/images/hanging_nodes.png               |   Bin 0 -> 2374 bytes
 doc/doxygen/images/hp-refinement-simple.png        |   Bin 0 -> 2067 bytes
 doc/doxygen/images/hyper_cross_2d.png              |   Bin 0 -> 973 bytes
 doc/doxygen/images/hyper_cross_3d.png              |   Bin 0 -> 7396 bytes
 doc/doxygen/images/hyper_cubes.png                 |   Bin 0 -> 881 bytes
 doc/doxygen/images/hyper_l.png                     |   Bin 0 -> 1040 bytes
 doc/doxygen/images/hyper_shell_12_cut.png          |   Bin 0 -> 24187 bytes
 doc/doxygen/images/hyper_shell_6_cross_plane.png   |   Bin 0 -> 1476 bytes
 doc/doxygen/images/hyper_shell_96_cut.png          |   Bin 0 -> 26070 bytes
 doc/doxygen/images/hypershell-all-3.png            |   Bin 0 -> 15618 bytes
 doc/doxygen/images/hypershell-all.png              |   Bin 0 -> 23984 bytes
 doc/doxygen/images/hypershell-boundary-only-3.png  |   Bin 0 -> 17431 bytes
 doc/doxygen/images/hypershell-boundary-only-4.png  |   Bin 0 -> 18134 bytes
 doc/doxygen/images/hypershell-boundary-only.png    |   Bin 0 -> 24795 bytes
 doc/doxygen/images/hypershell-nothing.png          |   Bin 0 -> 22298 bytes
 doc/doxygen/images/hypershell3d-12.png             |   Bin 0 -> 41992 bytes
 doc/doxygen/images/hypershell3d-6.png              |   Bin 0 -> 36600 bytes
 .../images/limit_level_difference_at_vertices.fig  |    27 +
 .../images/limit_level_difference_at_vertices.png  |   Bin 0 -> 1808 bytes
 doc/doxygen/images/logo200.png                     |   Bin 0 -> 13396 bytes
 doc/doxygen/images/multigrid.png                   |   Bin 0 -> 4761 bytes
 doc/doxygen/images/no_normal_flux_1.fig            |    25 +
 doc/doxygen/images/no_normal_flux_1.png            |   Bin 0 -> 3760 bytes
 doc/doxygen/images/no_normal_flux_2.fig            |    24 +
 doc/doxygen/images/no_normal_flux_2.png            |   Bin 0 -> 3782 bytes
 doc/doxygen/images/no_normal_flux_3.fig            |    28 +
 doc/doxygen/images/no_normal_flux_3.png            |   Bin 0 -> 4230 bytes
 doc/doxygen/images/no_normal_flux_4.fig            |    28 +
 doc/doxygen/images/no_normal_flux_4.png            |   Bin 0 -> 3715 bytes
 doc/doxygen/images/no_normal_flux_5.png            |   Bin 0 -> 161890 bytes
 doc/doxygen/images/no_normal_flux_6.png            |   Bin 0 -> 169290 bytes
 doc/doxygen/images/parameter_gui.png               |   Bin 0 -> 64956 bytes
 doc/doxygen/images/parameter_handler.fig           |    27 +
 doc/doxygen/images/parameter_handler.png           |   Bin 0 -> 28060 bytes
 .../images/parameter_handler_background.png        |   Bin 0 -> 22309 bytes
 .../images/reorder_sparsity_step_31_boost_cmk.png  |   Bin 0 -> 57509 bytes
 .../images/reorder_sparsity_step_31_boost_king.png |   Bin 0 -> 52614 bytes
 .../images/reorder_sparsity_step_31_boost_md.png   |   Bin 0 -> 116521 bytes
 .../images/reorder_sparsity_step_31_deal_cmk.png   |   Bin 0 -> 62688 bytes
 .../images/reorder_sparsity_step_31_downstream.png |   Bin 0 -> 69685 bytes
 .../images/reorder_sparsity_step_31_original.png   |   Bin 0 -> 67101 bytes
 .../images/reorder_sparsity_step_31_random.png     |   Bin 0 -> 28217 bytes
 doc/doxygen/images/simplex_2d.png                  |   Bin 0 -> 2813 bytes
 doc/doxygen/images/simplex_3d.png                  |   Bin 0 -> 1264 bytes
 doc/doxygen/images/sphere.png                      |   Bin 0 -> 39488 bytes
 doc/doxygen/images/sphere_section.png              |   Bin 0 -> 21744 bytes
 doc/doxygen/options.dox.in                         |   235 +
 doc/doxygen/scripts/code-gallery.pl                |    68 +
 doc/doxygen/scripts/create_anchors                 |    31 +
 doc/doxygen/scripts/filter                         |   125 +
 doc/doxygen/scripts/intro2toc                      |    67 +
 doc/doxygen/scripts/make_gallery.pl                |   164 +
 doc/doxygen/scripts/make_step.pl                   |    70 +
 doc/doxygen/scripts/mod_footer.pl.in               |    15 +
 doc/doxygen/scripts/mod_header.pl.in               |    15 +
 doc/doxygen/scripts/program2doxygen                |   121 +
 doc/doxygen/scripts/program2doxyplain              |    51 +
 doc/doxygen/scripts/program2html                   |    99 +
 doc/doxygen/scripts/program2plain                  |    28 +
 doc/doxygen/scripts/program2toc                    |    63 +
 doc/doxygen/scripts/steps.pl                       |   230 +
 doc/doxygen/scripts/validate-xrefs.pl              |   157 +
 doc/doxygen/stylesheet.css                         |    21 +
 doc/doxygen/tutorial/CMakeLists.txt                |   131 +
 doc/doxygen/tutorial/tutorial.h.in                 |   994 ++
 doc/external-libs/arpack.html                      |   110 +
 doc/external-libs/opencascade.html                 |    84 +
 doc/external-libs/p4est-setup.sh                   |   133 +
 doc/external-libs/p4est.html                       |    66 +
 doc/external-libs/petsc.html                       |   156 +
 doc/external-libs/slepc.html                       |   116 +
 doc/external-libs/trilinos.html                    |   165 +
 doc/index.html                                     |    39 +
 doc/navbar.html                                    |    51 +
 doc/news/1.0.0-vs-2.0.0.h                          |    36 +
 doc/news/2.0.0-vs-3.0.0.h                          |    82 +
 doc/news/3.0.0-vs-3.0.1.h                          |    76 +
 doc/news/3.0.0-vs-3.1.0.h                          |  1113 ++
 doc/news/3.1.0-vs-3.1.1.h                          |   181 +
 doc/news/3.1.0-vs-3.2.0.h                          |  1242 ++
 doc/news/3.1.1-vs-3.1.2.h                          |    40 +
 doc/news/3.2.0-vs-3.2.1.h                          |   137 +
 doc/news/3.2.0-vs-3.3.0.h                          |   543 +
 doc/news/3.3.0-vs-3.3.1.h                          |    44 +
 doc/news/3.3.0-vs-3.4.0.h                          |   380 +
 doc/news/3.4.0-vs-4.0.0.h                          |  1378 ++
 doc/news/4.0.0-vs-5.0.0.h                          |   872 ++
 doc/news/5.0.0-vs-5.1.0.h                          |   568 +
 doc/news/5.1.0-vs-5.2.0.h                          |  1013 ++
 doc/news/5.2.0-vs-6.0.0.h                          |  1728 +++
 doc/news/6.0.0-vs-6.1.0.h                          |   563 +
 doc/news/6.1.0-vs-6.2.0.h                          |  1384 ++
 doc/news/6.2.0-vs-6.2.1.h                          |    59 +
 doc/news/6.2.0-vs-6.3.0.h                          |  1101 ++
 doc/news/6.3.0-vs-6.3.1.h                          |   180 +
 doc/news/6.3.0-vs-7.0.0.h                          |   689 +
 doc/news/7.0.0-vs-7.1.0.h                          |   769 ++
 doc/news/7.1.0-vs-7.2.0.h                          |   764 ++
 doc/news/7.2.0-vs-7.3.0.h                          |   533 +
 doc/news/7.3.0-vs-8.0.0.h                          |   641 +
 doc/news/8.0.0-vs-8.1.0.h                          |   750 +
 doc/news/8.1.0-vs-8.2.0.h                          |  1254 ++
 doc/news/8.2.0-vs-8.2.1.h                          |    43 +
 doc/news/8.2.1-vs-8.3.0.h                          |  1150 ++
 doc/news/8.3.0-vs-8.4.0.h                          |  1168 ++
 doc/news/8.4.0-vs-8.4.1.h                          |    39 +
 doc/news/changes.h                                 |    62 +
 doc/pictures/background-grid.jpg                   |   Bin 0 -> 3530 bytes
 doc/pictures/deal.II-text.jpg                      |   Bin 0 -> 2226 bytes
 doc/pictures/fail.gif                              |   Bin 0 -> 88 bytes
 doc/pictures/grid.1.gif                            |   Bin 0 -> 3316 bytes
 doc/pictures/grid.4.gif                            |   Bin 0 -> 11406 bytes
 doc/pictures/hex.fig                               |   123 +
 doc/pictures/ok.gif                                |   Bin 0 -> 82 bytes
 doc/pictures/quad.fig                              |    39 +
 doc/pictures/title-background.jpg                  |   Bin 0 -> 1341 bytes
 doc/readme.html                                    |   831 ++
 doc/screen.css                                     |   336 +
 doc/title.html.in                                  |    17 +
 doc/users/CMakeLists.txt.sample                    |    11 +
 doc/users/CMakeLists.txt.sample2                   |    28 +
 doc/users/CMakeLists.txt.sample3                   |    41 +
 doc/users/cmake.html                               |  1022 ++
 doc/users/cmakelists.html                          |   887 ++
 doc/users/config.sample                            |   664 +
 doc/users/doxygen.html                             |    63 +
 doc/users/gdb.html                                 |    96 +
 doc/users/testsuite.html                           |   291 +
 examples/CMakeLists.txt                            |    50 +
 examples/README.md                                 |     5 +
 examples/doxygen/CMakeLists.txt                    |    29 +
 examples/doxygen/block_dynamic_sparsity_pattern.cc |    83 +
 examples/doxygen/block_matrix_array.cc             |   130 +
 examples/doxygen/product_matrix.cc                 |    64 +
 examples/doxygen/theta_timestepping.cc             |   132 +
 examples/step-1/CMakeLists.txt                     |    39 +
 examples/step-1/doc/builds-on                      |     1 +
 examples/step-1/doc/intro.dox                      |   193 +
 examples/step-1/doc/kind                           |     1 +
 examples/step-1/doc/results.dox                    |    82 +
 examples/step-1/doc/tooltip                        |     1 +
 examples/step-1/step-1.cc                          |   264 +
 examples/step-10/CMakeLists.txt                    |    39 +
 examples/step-10/doc/builds-on                     |     1 +
 examples/step-10/doc/intro.dox                     |    71 +
 examples/step-10/doc/kind                          |     1 +
 examples/step-10/doc/results.dox                   |   176 +
 examples/step-10/doc/tooltip                       |     1 +
 examples/step-10/step-10.cc                        |   457 +
 examples/step-11/CMakeLists.txt                    |    39 +
 examples/step-11/doc/builds-on                     |     1 +
 examples/step-11/doc/intro.dox                     |   110 +
 examples/step-11/doc/kind                          |     1 +
 examples/step-11/doc/results.dox                   |    44 +
 examples/step-11/doc/tooltip                       |     2 +
 examples/step-11/step-11.cc                        |   479 +
 examples/step-12/CMakeLists.txt                    |    39 +
 examples/step-12/doc/builds-on                     |     1 +
 examples/step-12/doc/intro.dox                     |    76 +
 examples/step-12/doc/kind                          |     1 +
 examples/step-12/doc/results.dox                   |   188 +
 examples/step-12/doc/tooltip                       |     1 +
 examples/step-12/step-12.cc                        |   663 +
 examples/step-13/CMakeLists.txt                    |    39 +
 examples/step-13/doc/builds-on                     |     1 +
 examples/step-13/doc/intro.dox                     |   194 +
 examples/step-13/doc/kind                          |     1 +
 examples/step-13/doc/results.dox                   |   189 +
 examples/step-13/doc/tooltip                       |     1 +
 examples/step-13/step-13.cc                        |  1552 +++
 examples/step-14/CMakeLists.txt                    |    39 +
 examples/step-14/doc/builds-on                     |     1 +
 examples/step-14/doc/intro.dox                     |   408 +
 examples/step-14/doc/kind                          |     1 +
 examples/step-14/doc/results.dox                   |   389 +
 examples/step-14/doc/tooltip                       |     1 +
 examples/step-14/step-14.cc                        |  3088 +++++
 examples/step-15/CMakeLists.txt                    |    39 +
 examples/step-15/doc/builds-on                     |     1 +
 examples/step-15/doc/intro.dox                     |   304 +
 examples/step-15/doc/kind                          |     1 +
 examples/step-15/doc/results.dox                   |   184 +
 examples/step-15/doc/tooltip                       |     1 +
 examples/step-15/step-15.cc                        |   752 +
 examples/step-16/CMakeLists.txt                    |    39 +
 examples/step-16/doc/builds-on                     |     1 +
 examples/step-16/doc/intro.dox                     |    65 +
 examples/step-16/doc/kind                          |     1 +
 examples/step-16/doc/results.dox                   |    83 +
 examples/step-16/doc/tooltip                       |     1 +
 examples/step-16/step-16.cc                        |   693 +
 examples/step-17/CMakeLists.txt                    |    51 +
 examples/step-17/doc/builds-on                     |     1 +
 examples/step-17/doc/intro.dox                     |   196 +
 examples/step-17/doc/kind                          |     1 +
 examples/step-17/doc/results.dox                   |   248 +
 examples/step-17/doc/tooltip                       |     1 +
 examples/step-17/step-17.cc                        |  1103 ++
 examples/step-18/CMakeLists.txt                    |    51 +
 examples/step-18/doc/builds-on                     |     1 +
 examples/step-18/doc/intro.dox                     |   601 +
 examples/step-18/doc/kind                          |     1 +
 examples/step-18/doc/results.dox                   |   548 +
 examples/step-18/doc/tooltip                       |     1 +
 examples/step-18/step-18.cc                        |  1939 +++
 examples/step-19/CMakeLists.txt                    |    42 +
 examples/step-19/doc/builds-on                     |     1 +
 examples/step-19/doc/intro.dox                     |   121 +
 examples/step-19/doc/kind                          |     1 +
 examples/step-19/doc/results.dox                   |   259 +
 examples/step-19/doc/tooltip                       |     1 +
 examples/step-19/step-19.cc                        |   534 +
 examples/step-2/CMakeLists.txt                     |    39 +
 examples/step-2/doc/builds-on                      |     1 +
 examples/step-2/doc/intro.dox                      |    99 +
 examples/step-2/doc/kind                           |     1 +
 examples/step-2/doc/results.dox                    |    75 +
 examples/step-2/doc/tooltip                        |     1 +
 examples/step-2/step-2.cc                          |   311 +
 examples/step-20/CMakeLists.txt                    |    39 +
 examples/step-20/doc/builds-on                     |     1 +
 examples/step-20/doc/intro.dox                     |   712 +
 examples/step-20/doc/kind                          |     1 +
 examples/step-20/doc/results.dox                   |   323 +
 examples/step-20/doc/tooltip                       |     1 +
 examples/step-20/step-20.cc                        |   968 ++
 examples/step-21/CMakeLists.txt                    |    39 +
 examples/step-21/doc/builds-on                     |     1 +
 examples/step-21/doc/intro.dox                     |   532 +
 examples/step-21/doc/kind                          |     1 +
 examples/step-21/doc/results.dox                   |   212 +
 examples/step-21/doc/tooltip                       |     1 +
 examples/step-21/step-21.cc                        |  1313 ++
 examples/step-22/CMakeLists.txt                    |    50 +
 examples/step-22/doc/builds-on                     |     1 +
 examples/step-22/doc/intro.dox                     |   786 ++
 examples/step-22/doc/kind                          |     1 +
 examples/step-22/doc/results.dox                   |   804 ++
 examples/step-22/doc/tooltip                       |     1 +
 examples/step-22/step-22.cc                        |  1032 ++
 examples/step-23/CMakeLists.txt                    |    39 +
 examples/step-23/doc/builds-on                     |     1 +
 examples/step-23/doc/intro.dox                     |   418 +
 examples/step-23/doc/kind                          |     1 +
 examples/step-23/doc/results.dox                   |   194 +
 examples/step-23/doc/tooltip                       |     1 +
 examples/step-23/step-23.cc                        |   672 +
 examples/step-24/CMakeLists.txt                    |    39 +
 examples/step-24/doc/builds-on                     |     1 +
 examples/step-24/doc/intro.dox                     |   322 +
 examples/step-24/doc/kind                          |     1 +
 examples/step-24/doc/project-1.tex                 |    91 +
 examples/step-24/doc/results.dox                   |   144 +
 examples/step-24/doc/tooltip                       |     1 +
 examples/step-24/step-24.cc                        |   595 +
 examples/step-25/CMakeLists.txt                    |    39 +
 examples/step-25/doc/animate.sh                    |    57 +
 examples/step-25/doc/builds-on                     |     1 +
 examples/step-25/doc/intro.dox                     |   275 +
 examples/step-25/doc/kind                          |     1 +
 examples/step-25/doc/plot.plt                      |    20 +
 examples/step-25/doc/results.dox                   |   143 +
 examples/step-25/doc/tooltip                       |     1 +
 examples/step-25/step-25.cc                        |   757 ++
 examples/step-26/CMakeLists.txt                    |    39 +
 examples/step-26/doc/builds-on                     |     1 +
 examples/step-26/doc/intro.dox                     |   439 +
 examples/step-26/doc/kind                          |     1 +
 examples/step-26/doc/results.dox                   |   122 +
 examples/step-26/doc/tooltip                       |     1 +
 examples/step-26/step-26.cc                        |   692 +
 examples/step-27/CMakeLists.txt                    |    39 +
 examples/step-27/doc/builds-on                     |     1 +
 examples/step-27/doc/intro.dox                     |   724 +
 examples/step-27/doc/kind                          |     1 +
 examples/step-27/doc/results.dox                   |   144 +
 examples/step-27/doc/tooltip                       |     1 +
 examples/step-27/step-27.cc                        |   880 ++
 examples/step-28/CMakeLists.txt                    |    39 +
 examples/step-28/doc/builds-on                     |     1 +
 examples/step-28/doc/data-q1                       |    10 +
 examples/step-28/doc/data-q2                       |    10 +
 examples/step-28/doc/data-q3                       |    10 +
 examples/step-28/doc/data-q4                       |    10 +
 examples/step-28/doc/data-q5                       |    10 +
 examples/step-28/doc/data-q6                       |    15 +
 examples/step-28/doc/gnuplot.1                     |    26 +
 examples/step-28/doc/intro.dox                     |   645 +
 examples/step-28/doc/kind                          |     1 +
 examples/step-28/doc/results.dox                   |    80 +
 examples/step-28/doc/tooltip                       |     1 +
 examples/step-28/step-28.cc                        |  1807 +++
 examples/step-29/CMakeLists.txt                    |    50 +
 examples/step-29/doc/builds-on                     |     1 +
 examples/step-29/doc/intro.dox                     |   196 +
 examples/step-29/doc/kind                          |     1 +
 examples/step-29/doc/results.dox                   |   188 +
 examples/step-29/doc/tooltip                       |     1 +
 examples/step-29/step-29.cc                        |   974 ++
 examples/step-29/step-29.prm                       |    28 +
 examples/step-3/CMakeLists.txt                     |    39 +
 examples/step-3/doc/builds-on                      |     1 +
 examples/step-3/doc/intro.dox                      |   387 +
 examples/step-3/doc/kind                           |     1 +
 examples/step-3/doc/results.dox                    |   218 +
 examples/step-3/doc/tooltip                        |     1 +
 examples/step-3/step-3.cc                          |   660 +
 examples/step-30/CMakeLists.txt                    |    39 +
 examples/step-30/doc/builds-on                     |     1 +
 examples/step-30/doc/intro.dox                     |   490 +
 examples/step-30/doc/kind                          |     1 +
 examples/step-30/doc/results.dox                   |   151 +
 examples/step-30/doc/tooltip                       |     1 +
 examples/step-30/step-30.cc                        |  1018 ++
 examples/step-31/CMakeLists.txt                    |    50 +
 examples/step-31/doc/builds-on                     |     1 +
 examples/step-31/doc/intro.dox                     |  1016 ++
 examples/step-31/doc/kind                          |     1 +
 examples/step-31/doc/results.dox                   |   614 +
 examples/step-31/doc/tooltip                       |     1 +
 examples/step-31/step-31.cc                        |  2247 +++
 examples/step-32/CMakeLists.txt                    |    57 +
 examples/step-32/doc/builds-on                     |     1 +
 examples/step-32/doc/intro.dox                     |  1310 ++
 examples/step-32/doc/kind                          |     1 +
 examples/step-32/doc/results.dox                   |   492 +
 examples/step-32/doc/tooltip                       |     1 +
 examples/step-32/step-32.cc                        |  3778 +++++
 examples/step-32/step-32.prm                       |    54 +
 examples/step-33/CMakeLists.txt                    |    53 +
 examples/step-33/doc/builds-on                     |     1 +
 examples/step-33/doc/intro.dox                     |   363 +
 examples/step-33/doc/kind                          |     1 +
 examples/step-33/doc/results.dox                   |   291 +
 examples/step-33/doc/tooltip                       |     1 +
 examples/step-33/input.prm                         |    84 +
 examples/step-33/slide.inp                         |  3560 +++++
 examples/step-33/step-33.cc                        |  2550 ++++
 examples/step-34/CMakeLists.txt                    |    50 +
 examples/step-34/coarse_circle.inp                 |    21 +
 examples/step-34/coarse_sphere.inp                 |    15 +
 examples/step-34/doc/builds-on                     |     1 +
 examples/step-34/doc/intro.dox                     |   687 +
 examples/step-34/doc/kind                          |     1 +
 examples/step-34/doc/results.dox                   |   219 +
 examples/step-34/doc/tooltip                       |     1 +
 examples/step-34/parameters.prm                    |    81 +
 examples/step-34/step-34.cc                        |  1131 ++
 examples/step-35/CMakeLists.txt                    |    50 +
 examples/step-35/doc/builds-on                     |     1 +
 examples/step-35/doc/intro.dox                     |   236 +
 examples/step-35/doc/kind                          |     1 +
 examples/step-35/doc/results.dox                   |   176 +
 examples/step-35/doc/tooltip                       |     1 +
 examples/step-35/nsbench2.inp                      |   187 +
 examples/step-35/parameter-file.prm                |    42 +
 examples/step-35/step-35.cc                        |  1455 ++
 examples/step-35/zigzag.inp                        |   102 +
 examples/step-36/CMakeLists.txt                    |    51 +
 examples/step-36/doc/builds-on                     |     1 +
 examples/step-36/doc/intro.dox                     |   269 +
 examples/step-36/doc/kind                          |     1 +
 examples/step-36/doc/results.dox                   |   252 +
 examples/step-36/doc/tooltip                       |     1 +
 examples/step-36/step-36.cc                        |   524 +
 examples/step-36/step-36.prm                       |    11 +
 examples/step-37/CMakeLists.txt                    |    50 +
 examples/step-37/doc/builds-on                     |     1 +
 examples/step-37/doc/intro.dox                     |   475 +
 examples/step-37/doc/kind                          |     1 +
 examples/step-37/doc/results.dox                   |   239 +
 examples/step-37/doc/tooltip                       |     1 +
 examples/step-37/step-37.cc                        |  1149 ++
 examples/step-38/CMakeLists.txt                    |    39 +
 examples/step-38/doc/builds-on                     |     1 +
 examples/step-38/doc/intro.dox                     |   233 +
 examples/step-38/doc/kind                          |     1 +
 examples/step-38/doc/results.dox                   |   161 +
 examples/step-38/doc/tooltip                       |     1 +
 examples/step-38/step-38.cc                        |   590 +
 examples/step-39/CMakeLists.txt                    |    39 +
 examples/step-39/doc/builds-on                     |     1 +
 examples/step-39/doc/intro.dox                     |    89 +
 examples/step-39/doc/kind                          |     1 +
 examples/step-39/doc/results.dox                   |    93 +
 examples/step-39/doc/tooltip                       |     1 +
 examples/step-39/output.reference.dat              |    13 +
 examples/step-39/postprocess.pl                    |    41 +
 examples/step-39/step-39.cc                        |   970 ++
 examples/step-4/CMakeLists.txt                     |    39 +
 examples/step-4/doc/builds-on                      |     1 +
 examples/step-4/doc/intro.dox                      |   141 +
 examples/step-4/doc/kind                           |     1 +
 examples/step-4/doc/results.dox                    |   110 +
 examples/step-4/doc/tooltip                        |     1 +
 examples/step-4/step-4.cc                          |   540 +
 examples/step-40/CMakeLists.txt                    |    55 +
 examples/step-40/doc/builds-on                     |     1 +
 examples/step-40/doc/intro.dox                     |   148 +
 examples/step-40/doc/kind                          |     1 +
 examples/step-40/doc/results.dox                   |   174 +
 examples/step-40/doc/tooltip                       |     1 +
 examples/step-40/step-40.cc                        |   743 +
 examples/step-41/CMakeLists.txt                    |    50 +
 examples/step-41/doc/builds-on                     |     1 +
 examples/step-41/doc/intro.dox                     |   418 +
 examples/step-41/doc/kind                          |     1 +
 examples/step-41/doc/results.dox                   |   255 +
 examples/step-41/doc/tooltip                       |     1 +
 examples/step-41/step-41.cc                        |   706 +
 examples/step-42/CMakeLists.txt                    |    58 +
 examples/step-42/doc/builds-on                     |     1 +
 examples/step-42/doc/intro.dox                     |   425 +
 examples/step-42/doc/kind                          |     1 +
 examples/step-42/doc/results.dox                   |   221 +
 examples/step-42/doc/tooltip                       |     1 +
 examples/step-42/obstacle.pbm                      | 13602 +++++++++++++++++++
 examples/step-42/p1_adaptive.prm                   |     6 +
 examples/step-42/p1_chinese.prm                    |     6 +
 examples/step-42/p1_global.prm                     |     6 +
 examples/step-42/p2_adaptive.prm                   |    25 +
 examples/step-42/p2_global.prm                     |     6 +
 examples/step-42/step-42.cc                        |  2248 +++
 examples/step-43/CMakeLists.txt                    |    50 +
 examples/step-43/doc/builds-on                     |     1 +
 examples/step-43/doc/intro.dox                     |   609 +
 examples/step-43/doc/kind                          |     1 +
 examples/step-43/doc/results.dox                   |   111 +
 examples/step-43/doc/tooltip                       |     1 +
 examples/step-43/step-43.cc                        |  2285 ++++
 examples/step-44/CMakeLists.txt                    |    39 +
 examples/step-44/doc/builds-on                     |     1 +
 examples/step-44/doc/intro.dox                     |   681 +
 examples/step-44/doc/kind                          |     1 +
 examples/step-44/doc/results.dox                   |   279 +
 examples/step-44/doc/tooltip                       |     1 +
 examples/step-44/parameters.prm                    |    71 +
 examples/step-44/step-44.cc                        |  3205 +++++
 examples/step-45/CMakeLists.txt                    |    54 +
 examples/step-45/doc/builds-on                     |     1 +
 examples/step-45/doc/intro.dox                     |   149 +
 examples/step-45/doc/kind                          |     1 +
 examples/step-45/doc/results.dox                   |    10 +
 examples/step-45/doc/tooltip                       |     1 +
 examples/step-45/step-45.cc                        |   797 ++
 examples/step-46/CMakeLists.txt                    |    50 +
 examples/step-46/doc/builds-on                     |     1 +
 examples/step-46/doc/intro.dox                     |   685 +
 examples/step-46/doc/kind                          |     1 +
 examples/step-46/doc/results.dox                   |   322 +
 examples/step-46/doc/step-46.layout.fig            |    43 +
 examples/step-46/doc/tooltip                       |     1 +
 examples/step-46/step-46.cc                        |  1133 ++
 examples/step-48/CMakeLists.txt                    |    39 +
 examples/step-48/doc/builds-on                     |     1 +
 examples/step-48/doc/intro.dox                     |   176 +
 examples/step-48/doc/kind                          |     1 +
 examples/step-48/doc/results.dox                   |   174 +
 examples/step-48/doc/tooltip                       |     1 +
 examples/step-48/step-48.cc                        |   664 +
 examples/step-49/CMakeLists.txt                    |    39 +
 examples/step-49/doc/builds-on                     |     1 +
 examples/step-49/doc/intro.dox                     |   294 +
 examples/step-49/doc/kind                          |     1 +
 examples/step-49/doc/results.dox                   |   382 +
 examples/step-49/doc/tooltip                       |     1 +
 examples/step-49/step-49.cc                        |   358 +
 examples/step-49/untitled.geo                      |    56 +
 examples/step-49/untitled.msh                      |  1150 ++
 examples/step-5/CMakeLists.txt                     |    39 +
 examples/step-5/TODO                               |     1 +
 examples/step-5/circle-grid.inp                    |    46 +
 examples/step-5/doc/builds-on                      |     1 +
 examples/step-5/doc/intro.dox                      |    74 +
 examples/step-5/doc/kind                           |     1 +
 examples/step-5/doc/results.dox                    |   162 +
 examples/step-5/doc/tooltip                        |     1 +
 examples/step-5/step-5.cc                          |   654 +
 examples/step-51/CMakeLists.txt                    |    39 +
 examples/step-51/doc/builds-on                     |     1 +
 examples/step-51/doc/intro.dox                     |   350 +
 examples/step-51/doc/kind                          |     1 +
 examples/step-51/doc/results.dox                   |   384 +
 examples/step-51/doc/tooltip                       |     1 +
 examples/step-51/step-51.cc                        |  1449 ++
 examples/step-52/CMakeLists.txt                    |    42 +
 examples/step-52/doc/builds-on                     |     1 +
 examples/step-52/doc/intro.dox                     |   251 +
 examples/step-52/doc/kind                          |     1 +
 examples/step-52/doc/results.dox                   |    40 +
 examples/step-52/doc/tooltip                       |     1 +
 examples/step-52/step-52.cc                        |   764 ++
 examples/step-53/CMakeLists.txt                    |    50 +
 examples/step-53/doc/builds-on                     |     1 +
 examples/step-53/doc/intro.dox                     |   371 +
 examples/step-53/doc/kind                          |     1 +
 examples/step-53/doc/results.dox                   |   282 +
 examples/step-53/doc/tooltip                       |     1 +
 examples/step-53/step-53.cc                        |   480 +
 examples/step-53/topography.license                |   227 +
 examples/step-53/topography.txt.gz                 |   Bin 0 -> 332893 bytes
 examples/step-54/CMakeLists.txt                    |    50 +
 examples/step-54/DTMB-5415_bulbous_bow.iges        |   549 +
 examples/step-54/doc/builds-on                     |     1 +
 examples/step-54/doc/intro.dox                     |   190 +
 examples/step-54/doc/kind                          |     1 +
 examples/step-54/doc/results.dox                   |    92 +
 examples/step-54/doc/tooltip                       |     1 +
 examples/step-54/input/initial_mesh_3d.vtk         |    17 +
 examples/step-54/step-54.cc                        |   472 +
 examples/step-6/CMakeLists.txt                     |    39 +
 examples/step-6/doc/builds-on                      |     1 +
 examples/step-6/doc/intro.dox                      |    72 +
 examples/step-6/doc/kind                           |     1 +
 examples/step-6/doc/results.dox                    |   488 +
 examples/step-6/doc/tooltip                        |     1 +
 examples/step-6/step-6.cc                          |   808 ++
 examples/step-7/CMakeLists.txt                     |    39 +
 examples/step-7/doc/builds-on                      |     1 +
 examples/step-7/doc/intro.dox                      |   221 +
 examples/step-7/doc/kind                           |     1 +
 examples/step-7/doc/results.dox                    |   218 +
 examples/step-7/doc/tooltip                        |     1 +
 examples/step-7/step-7.cc                          |  1404 ++
 examples/step-8/CMakeLists.txt                     |    39 +
 examples/step-8/doc/builds-on                      |     1 +
 examples/step-8/doc/intro.dox                      |   355 +
 examples/step-8/doc/kind                           |     1 +
 examples/step-8/doc/results.dox                    |    58 +
 examples/step-8/doc/tooltip                        |     1 +
 examples/step-8/step-8.cc                          |   810 ++
 examples/step-9/CMakeLists.txt                     |    39 +
 examples/step-9/doc/builds-on                      |     1 +
 examples/step-9/doc/intro.dox                      |   292 +
 examples/step-9/doc/kind                           |     1 +
 examples/step-9/doc/results.dox                    |    49 +
 examples/step-9/doc/tooltip                        |     1 +
 examples/step-9/step-9.cc                          |  1363 ++
 include/CMakeLists.txt                             |    45 +
 include/deal.II/algorithms/any_data.h              |   480 +
 include/deal.II/algorithms/named_selection.h       |   119 +
 include/deal.II/algorithms/newton.h                |   174 +
 include/deal.II/algorithms/newton.templates.h      |   206 +
 include/deal.II/algorithms/operator.h              |   163 +
 include/deal.II/algorithms/operator.templates.h    |    74 +
 include/deal.II/algorithms/theta_timestepping.h    |   395 +
 .../algorithms/theta_timestepping.templates.h      |   135 +
 include/deal.II/algorithms/timestep_control.h      |   297 +
 include/deal.II/base/aligned_vector.h              |   888 ++
 include/deal.II/base/array_view.h                  |   441 +
 include/deal.II/base/auto_derivative_function.h    |   233 +
 include/deal.II/base/complex_overloads.h           |    84 +
 include/deal.II/base/conditional_ostream.h         |   180 +
 include/deal.II/base/config.h.in                   |   334 +
 include/deal.II/base/convergence_table.h           |   225 +
 include/deal.II/base/data_out_base.h               |  2756 ++++
 include/deal.II/base/derivative_form.h             |   484 +
 include/deal.II/base/event.h                       |   300 +
 include/deal.II/base/exceptions.h                  |  1103 ++
 include/deal.II/base/flow_function.h               |   291 +
 include/deal.II/base/function.h                    |   866 ++
 include/deal.II/base/function.templates.h          |   815 ++
 include/deal.II/base/function_bessel.h             |    60 +
 include/deal.II/base/function_derivative.h         |   138 +
 include/deal.II/base/function_lib.h                |  1342 ++
 include/deal.II/base/function_parser.h             |   384 +
 include/deal.II/base/function_time.h               |   124 +
 include/deal.II/base/function_time.templates.h     |    56 +
 include/deal.II/base/geometry_info.h               |  2663 ++++
 include/deal.II/base/graph_coloring.h              |   553 +
 include/deal.II/base/index_set.h                   |  1610 +++
 include/deal.II/base/iterator_range.h              |   330 +
 include/deal.II/base/job_identifier.h              |    81 +
 include/deal.II/base/logstream.h                   |   670 +
 include/deal.II/base/memory_consumption.h          |   389 +
 include/deal.II/base/mg_level_object.h             |   212 +
 include/deal.II/base/mpi.h                         |   763 ++
 include/deal.II/base/multithread_info.h            |   136 +
 include/deal.II/base/numbers.h                     |   360 +
 include/deal.II/base/parallel.h                    |   785 ++
 include/deal.II/base/parameter_handler.h           |  2444 ++++
 include/deal.II/base/parsed_function.h             |   216 +
 include/deal.II/base/partitioner.h                 |   552 +
 include/deal.II/base/path_search.h                 |   280 +
 include/deal.II/base/point.h                       |   546 +
 include/deal.II/base/polynomial.h                  |   677 +
 include/deal.II/base/polynomial_space.h            |   433 +
 include/deal.II/base/polynomials_abf.h             |   188 +
 include/deal.II/base/polynomials_adini.h           |   135 +
 include/deal.II/base/polynomials_bdm.h             |   231 +
 include/deal.II/base/polynomials_bernstein.h       |    64 +
 include/deal.II/base/polynomials_nedelec.h         |   154 +
 include/deal.II/base/polynomials_p.h               |   112 +
 include/deal.II/base/polynomials_piecewise.h       |   227 +
 include/deal.II/base/polynomials_rannacher_turek.h |   208 +
 include/deal.II/base/polynomials_raviart_thomas.h  |   160 +
 include/deal.II/base/qprojector.h                  |   428 +
 include/deal.II/base/quadrature.h                  |   409 +
 include/deal.II/base/quadrature_lib.h              |   659 +
 include/deal.II/base/quadrature_selector.h         |   104 +
 include/deal.II/base/revision.h.in                 |    34 +
 include/deal.II/base/sacado_product_type.h         |   166 +
 include/deal.II/base/signaling_nan.h               |   209 +
 include/deal.II/base/smartpointer.h                |   469 +
 include/deal.II/base/std_cxx11/array.h             |    49 +
 include/deal.II/base/std_cxx11/bind.h              |    92 +
 .../deal.II/base/std_cxx11/condition_variable.h    |    53 +
 include/deal.II/base/std_cxx11/function.h          |    49 +
 include/deal.II/base/std_cxx11/iterator.h          |    44 +
 include/deal.II/base/std_cxx11/mutex.h             |    49 +
 include/deal.II/base/std_cxx11/shared_ptr.h        |    52 +
 include/deal.II/base/std_cxx11/thread.h            |    52 +
 include/deal.II/base/std_cxx11/tuple.h             |    72 +
 include/deal.II/base/std_cxx11/type_traits.h       |    91 +
 include/deal.II/base/std_cxx11/unique_ptr.h        |    79 +
 include/deal.II/base/std_cxx1x/array.h             |    22 +
 include/deal.II/base/std_cxx1x/bind.h              |    22 +
 .../deal.II/base/std_cxx1x/condition_variable.h    |    22 +
 include/deal.II/base/std_cxx1x/function.h          |    22 +
 include/deal.II/base/std_cxx1x/mutex.h             |    22 +
 include/deal.II/base/std_cxx1x/shared_ptr.h        |    22 +
 include/deal.II/base/std_cxx1x/thread.h            |    22 +
 include/deal.II/base/std_cxx1x/tuple.h             |    22 +
 include/deal.II/base/std_cxx1x/type_traits.h       |    22 +
 include/deal.II/base/subscriptor.h                 |   215 +
 include/deal.II/base/symmetric_tensor.h            |  3156 +++++
 include/deal.II/base/synchronous_iterator.h        |   272 +
 include/deal.II/base/table.h                       |  3187 +++++
 include/deal.II/base/table_handler.h               |   883 ++
 include/deal.II/base/table_indices.h               |   281 +
 include/deal.II/base/template_constraints.h        |   626 +
 include/deal.II/base/tensor.h                      |  1983 +++
 include/deal.II/base/tensor_accessors.h            |   772 ++
 include/deal.II/base/tensor_base.h                 |     6 +
 include/deal.II/base/tensor_deprecated.h           |   522 +
 include/deal.II/base/tensor_function.h             |   171 +
 include/deal.II/base/tensor_function.templates.h   |   164 +
 include/deal.II/base/tensor_product_polynomials.h  |   659 +
 .../base/tensor_product_polynomials_bubbles.h      |   350 +
 .../base/tensor_product_polynomials_const.h        |   214 +
 include/deal.II/base/thread_local_storage.h        |   283 +
 include/deal.II/base/thread_management.h           |  4030 ++++++
 include/deal.II/base/time_stepping.h               |   591 +
 include/deal.II/base/time_stepping.templates.h     |   837 ++
 include/deal.II/base/timer.h                       |   749 +
 include/deal.II/base/types.h                       |   261 +
 include/deal.II/base/utilities.h                   |   710 +
 include/deal.II/base/vector_slice.h                |   279 +
 include/deal.II/base/vectorization.h               |  2670 ++++
 include/deal.II/base/work_stream.h                 |  1269 ++
 include/deal.II/distributed/grid_refinement.h      |   111 +
 include/deal.II/distributed/shared_tria.h          |   206 +
 include/deal.II/distributed/solution_transfer.h    |   252 +
 include/deal.II/distributed/tria.h                 |  1132 ++
 include/deal.II/distributed/tria_base.h            |   225 +
 include/deal.II/dofs/block_info.h                  |   316 +
 include/deal.II/dofs/dof_accessor.h                |  1708 +++
 include/deal.II/dofs/dof_accessor.templates.h      |  3584 +++++
 include/deal.II/dofs/dof_faces.h                   |   196 +
 include/deal.II/dofs/dof_handler.h                 |  1344 ++
 include/deal.II/dofs/dof_handler_policy.h          |   228 +
 include/deal.II/dofs/dof_iterator_selector.h       |   175 +
 include/deal.II/dofs/dof_levels.h                  |   155 +
 include/deal.II/dofs/dof_objects.h                 |   222 +
 include/deal.II/dofs/dof_renumbering.h             |  1130 ++
 include/deal.II/dofs/dof_tools.h                   |  2450 ++++
 include/deal.II/dofs/function_map.h                |    86 +
 include/deal.II/dofs/number_cache.h                |   113 +
 include/deal.II/fe/block_mask.h                    |   413 +
 include/deal.II/fe/component_mask.h                |   430 +
 include/deal.II/fe/fe.h                            |  2983 ++++
 include/deal.II/fe/fe_abf.h                        |   255 +
 include/deal.II/fe/fe_base.h                       |   683 +
 include/deal.II/fe/fe_bdm.h                        |   123 +
 include/deal.II/fe/fe_bernstein.h                  |   192 +
 include/deal.II/fe/fe_dg_vector.h                  |   244 +
 include/deal.II/fe/fe_dg_vector.templates.h        |   128 +
 include/deal.II/fe/fe_dgp.h                        |   541 +
 include/deal.II/fe/fe_dgp_monomial.h               |   473 +
 include/deal.II/fe/fe_dgp_nonparametric.h          |   667 +
 include/deal.II/fe/fe_dgq.h                        |   402 +
 include/deal.II/fe/fe_face.h                       |   463 +
 include/deal.II/fe/fe_nedelec.h                    |   340 +
 include/deal.II/fe/fe_nothing.h                    |   268 +
 include/deal.II/fe/fe_poly.h                       |   451 +
 include/deal.II/fe/fe_poly.templates.h             |   536 +
 include/deal.II/fe/fe_poly_face.h                  |   224 +
 include/deal.II/fe/fe_poly_face.templates.h        |   196 +
 include/deal.II/fe/fe_poly_tensor.h                |   437 +
 include/deal.II/fe/fe_q.h                          |   573 +
 include/deal.II/fe/fe_q_base.h                     |   342 +
 include/deal.II/fe/fe_q_bubbles.h                  |   205 +
 include/deal.II/fe/fe_q_dg0.h                      |   351 +
 include/deal.II/fe/fe_q_hierarchical.h             |   838 ++
 include/deal.II/fe/fe_q_iso_q1.h                   |   159 +
 include/deal.II/fe/fe_rannacher_turek.h            |   109 +
 include/deal.II/fe/fe_raviart_thomas.h             |   348 +
 include/deal.II/fe/fe_system.h                     |  1088 ++
 include/deal.II/fe/fe_tools.h                      |  1061 ++
 include/deal.II/fe/fe_trace.h                      |   163 +
 include/deal.II/fe/fe_update_flags.h               |   584 +
 include/deal.II/fe/fe_values.h                     |  4704 +++++++
 include/deal.II/fe/fe_values_extractors.h          |   285 +
 include/deal.II/fe/mapping.h                       |  1181 ++
 include/deal.II/fe/mapping_c1.h                    |   133 +
 include/deal.II/fe/mapping_cartesian.h             |   268 +
 include/deal.II/fe/mapping_fe_field.h              |   610 +
 include/deal.II/fe/mapping_q.h                     |   375 +
 include/deal.II/fe/mapping_q1.h                    |   107 +
 include/deal.II/fe/mapping_q1_eulerian.h           |   190 +
 include/deal.II/fe/mapping_q_eulerian.h            |   279 +
 include/deal.II/fe/mapping_q_generic.h             |   782 ++
 include/deal.II/grid/cell_id.h                     |   178 +
 include/deal.II/grid/filtered_iterator.h           |  1227 ++
 include/deal.II/grid/grid_generator.h              |  1138 ++
 include/deal.II/grid/grid_in.h                     |   634 +
 include/deal.II/grid/grid_out.h                    |  1629 +++
 include/deal.II/grid/grid_refinement.h             |   362 +
 include/deal.II/grid/grid_reordering.h             |   699 +
 include/deal.II/grid/grid_reordering_internal.h    |   635 +
 include/deal.II/grid/grid_tools.h                  |  1688 +++
 include/deal.II/grid/intergrid_map.h               |   210 +
 include/deal.II/grid/magic_numbers.h               |    45 +
 include/deal.II/grid/manifold.h                    |   587 +
 include/deal.II/grid/manifold_lib.h                |   296 +
 include/deal.II/grid/persistent_tria.h             |   260 +
 include/deal.II/grid/tria.h                        |  3633 +++++
 include/deal.II/grid/tria_accessor.h               |  3191 +++++
 include/deal.II/grid/tria_accessor.templates.h     |  3559 +++++
 include/deal.II/grid/tria_boundary.h               |   489 +
 include/deal.II/grid/tria_boundary_lib.h           |   766 ++
 include/deal.II/grid/tria_faces.h                  |   182 +
 include/deal.II/grid/tria_iterator.h               |  1240 ++
 include/deal.II/grid/tria_iterator.templates.h     |   575 +
 include/deal.II/grid/tria_iterator_base.h          |    51 +
 include/deal.II/grid/tria_iterator_selector.h      |   208 +
 include/deal.II/grid/tria_levels.h                 |   317 +
 include/deal.II/grid/tria_object.h                 |   212 +
 include/deal.II/grid/tria_objects.h                |   874 ++
 include/deal.II/hp/dof_faces.h                     |   639 +
 include/deal.II/hp/dof_handler.h                   |  1082 ++
 include/deal.II/hp/dof_level.h                     |   422 +
 include/deal.II/hp/fe_collection.h                 |   622 +
 include/deal.II/hp/fe_values.h                     |   648 +
 include/deal.II/hp/mapping_collection.h            |   168 +
 include/deal.II/hp/q_collection.h                  |   230 +
 include/deal.II/integrators/advection.h            |   732 +
 include/deal.II/integrators/divergence.h           |   629 +
 include/deal.II/integrators/elasticity.h           |   417 +
 include/deal.II/integrators/l2.h                   |   260 +
 include/deal.II/integrators/laplace.h              |   635 +
 include/deal.II/integrators/local_integrators.h    |   153 +
 include/deal.II/integrators/maxwell.h              |   462 +
 include/deal.II/integrators/patches.h              |    65 +
 include/deal.II/lac/arpack_solver.h                |   553 +
 include/deal.II/lac/block_indices.h                |   449 +
 include/deal.II/lac/block_linear_operator.h        |   850 ++
 include/deal.II/lac/block_matrix.h                 |   132 +
 include/deal.II/lac/block_matrix_array.h           |   634 +
 include/deal.II/lac/block_matrix_base.h            |  2677 ++++
 include/deal.II/lac/block_sparse_matrix.h          |   532 +
 .../deal.II/lac/block_sparse_matrix.templates.h    |   212 +
 include/deal.II/lac/block_sparse_matrix_ez.h       |   541 +
 .../deal.II/lac/block_sparse_matrix_ez.templates.h |   183 +
 include/deal.II/lac/block_sparsity_pattern.h       |   999 ++
 include/deal.II/lac/block_vector.h                 |   537 +
 include/deal.II/lac/block_vector.templates.h       |   221 +
 include/deal.II/lac/block_vector_base.h            |  2243 +++
 include/deal.II/lac/chunk_sparse_matrix.h          |  2085 +++
 .../deal.II/lac/chunk_sparse_matrix.templates.h    |  1639 +++
 include/deal.II/lac/chunk_sparsity_pattern.h       |  1205 ++
 .../deal.II/lac/compressed_set_sparsity_pattern.h  |    38 +
 .../lac/compressed_simple_sparsity_pattern.h       |    51 +
 include/deal.II/lac/compressed_sparsity_pattern.h  |    38 +
 include/deal.II/lac/constrained_linear_operator.h  |   321 +
 include/deal.II/lac/constraint_matrix.h            |  1808 +++
 include/deal.II/lac/constraint_matrix.templates.h  |  2733 ++++
 include/deal.II/lac/dynamic_sparsity_pattern.h     |  1106 ++
 include/deal.II/lac/eigen.h                        |   433 +
 include/deal.II/lac/exceptions.h                   |    72 +
 include/deal.II/lac/filtered_matrix.h              |  1019 ++
 include/deal.II/lac/full_matrix.h                  |  1566 +++
 include/deal.II/lac/full_matrix.templates.h        |  1865 +++
 include/deal.II/lac/generic_linear_algebra.h       |   227 +
 include/deal.II/lac/householder.h                  |   321 +
 include/deal.II/lac/identity_matrix.h              |   260 +
 include/deal.II/lac/iterative_inverse.h            |   180 +
 include/deal.II/lac/lapack_full_matrix.h           |   837 ++
 include/deal.II/lac/lapack_support.h               |   162 +
 include/deal.II/lac/lapack_templates.h             |  1016 ++
 include/deal.II/lac/linear_operator.h              |  1121 ++
 include/deal.II/lac/matrix_block.h                 |  1118 ++
 include/deal.II/lac/matrix_iterator.h              |   227 +
 include/deal.II/lac/matrix_lib.h                   |   754 +
 include/deal.II/lac/matrix_lib.templates.h         |   208 +
 include/deal.II/lac/matrix_out.h                   |   412 +
 include/deal.II/lac/packaged_operation.h           |   835 ++
 include/deal.II/lac/parallel_block_vector.h        |  1012 ++
 include/deal.II/lac/parallel_vector.h              |  2438 ++++
 include/deal.II/lac/parallel_vector.templates.h    |   810 ++
 include/deal.II/lac/parpack_solver.h               |   870 ++
 include/deal.II/lac/petsc_block_sparse_matrix.h    |   341 +
 include/deal.II/lac/petsc_block_vector.h           |   466 +
 include/deal.II/lac/petsc_full_matrix.h            |   111 +
 include/deal.II/lac/petsc_matrix_base.h            |  1559 +++
 include/deal.II/lac/petsc_matrix_free.h            |   311 +
 .../lac/petsc_parallel_block_sparse_matrix.h       |   358 +
 include/deal.II/lac/petsc_parallel_block_vector.h  |   545 +
 include/deal.II/lac/petsc_parallel_sparse_matrix.h |   457 +
 include/deal.II/lac/petsc_parallel_vector.h        |   600 +
 include/deal.II/lac/petsc_precondition.h           |   950 ++
 include/deal.II/lac/petsc_solver.h                 |  1012 ++
 include/deal.II/lac/petsc_sparse_matrix.h          |   278 +
 include/deal.II/lac/petsc_vector.h                 |   401 +
 include/deal.II/lac/petsc_vector_base.h            |  1274 ++
 include/deal.II/lac/pointer_matrix.h               |   900 ++
 include/deal.II/lac/precondition.h                 |  2001 +++
 include/deal.II/lac/precondition_block.h           |  1102 ++
 include/deal.II/lac/precondition_block.templates.h |  1067 ++
 include/deal.II/lac/precondition_block_base.h      |   679 +
 include/deal.II/lac/precondition_selector.h        |   297 +
 include/deal.II/lac/relaxation_block.h             |   477 +
 include/deal.II/lac/relaxation_block.templates.h   |   299 +
 include/deal.II/lac/schur_complement.h             |   503 +
 include/deal.II/lac/schur_matrix.h                 |   344 +
 include/deal.II/lac/shifted_matrix.h               |   279 +
 include/deal.II/lac/slepc_solver.h                 |   825 ++
 .../deal.II/lac/slepc_spectral_transformation.h    |   300 +
 include/deal.II/lac/solver.h                       |   547 +
 include/deal.II/lac/solver_bicgstab.h              |   502 +
 include/deal.II/lac/solver_cg.h                    |   662 +
 include/deal.II/lac/solver_control.h               |   633 +
 include/deal.II/lac/solver_gmres.h                 |  1223 ++
 include/deal.II/lac/solver_minres.h                |   387 +
 include/deal.II/lac/solver_qmrs.h                  |   429 +
 include/deal.II/lac/solver_relaxation.h            |   164 +
 include/deal.II/lac/solver_richardson.h            |   385 +
 include/deal.II/lac/solver_selector.h              |   361 +
 include/deal.II/lac/sparse_decomposition.h         |   424 +
 .../deal.II/lac/sparse_decomposition.templates.h   |   235 +
 include/deal.II/lac/sparse_direct.h                |   352 +
 include/deal.II/lac/sparse_ilu.h                   |   165 +
 include/deal.II/lac/sparse_ilu.templates.h         |   303 +
 include/deal.II/lac/sparse_matrix.h                |  2425 ++++
 include/deal.II/lac/sparse_matrix.templates.h      |  2000 +++
 include/deal.II/lac/sparse_matrix_ez.h             |  1592 +++
 include/deal.II/lac/sparse_matrix_ez.templates.h   |   615 +
 include/deal.II/lac/sparse_mic.h                   |   181 +
 include/deal.II/lac/sparse_mic.templates.h         |   216 +
 include/deal.II/lac/sparse_vanka.h                 |   604 +
 include/deal.II/lac/sparse_vanka.templates.h       |   671 +
 include/deal.II/lac/sparsity_pattern.h             |  1569 +++
 include/deal.II/lac/sparsity_tools.h               |   260 +
 include/deal.II/lac/swappable_vector.h             |   218 +
 include/deal.II/lac/swappable_vector.templates.h   |   258 +
 include/deal.II/lac/transpose_matrix.h             |   208 +
 include/deal.II/lac/tridiagonal_matrix.h           |   401 +
 include/deal.II/lac/trilinos_block_sparse_matrix.h |   573 +
 include/deal.II/lac/trilinos_block_vector.h        |   501 +
 .../deal.II/lac/trilinos_parallel_block_vector.h   |   525 +
 include/deal.II/lac/trilinos_precondition.h        |  1998 +++
 include/deal.II/lac/trilinos_solver.h              |   660 +
 include/deal.II/lac/trilinos_sparse_matrix.h       |  2704 ++++
 include/deal.II/lac/trilinos_sparsity_pattern.h    |  1529 +++
 include/deal.II/lac/trilinos_vector.h              |  1046 ++
 include/deal.II/lac/trilinos_vector_base.h         |  2019 +++
 include/deal.II/lac/vector.h                       |  1465 ++
 include/deal.II/lac/vector.templates.h             |  2078 +++
 include/deal.II/lac/vector_memory.h                |   396 +
 include/deal.II/lac/vector_memory.templates.h      |   210 +
 include/deal.II/lac/vector_view.h                  |   313 +
 include/deal.II/matrix_free/dof_info.h             |   558 +
 include/deal.II/matrix_free/dof_info.templates.h   |  2009 +++
 include/deal.II/matrix_free/fe_evaluation.h        |  6757 +++++++++
 include/deal.II/matrix_free/helper_functions.h     |   182 +
 .../deal.II/matrix_free/mapping_data_on_the_fly.h  |   340 +
 include/deal.II/matrix_free/mapping_info.h         |   380 +
 .../deal.II/matrix_free/mapping_info.templates.h   |   926 ++
 include/deal.II/matrix_free/matrix_free.h          |  2551 ++++
 .../deal.II/matrix_free/matrix_free.templates.h    |  1078 ++
 include/deal.II/matrix_free/operators.h            |   213 +
 include/deal.II/matrix_free/shape_info.h           |   257 +
 include/deal.II/matrix_free/shape_info.templates.h |   419 +
 include/deal.II/meshworker/assembler.h             |  1237 ++
 include/deal.II/meshworker/dof_info.h              |   478 +
 include/deal.II/meshworker/dof_info.templates.h    |    60 +
 include/deal.II/meshworker/functional.h            |   272 +
 include/deal.II/meshworker/integration_info.h      |   867 ++
 .../meshworker/integration_info.templates.h        |   231 +
 include/deal.II/meshworker/local_integrator.h      |   146 +
 include/deal.II/meshworker/local_results.h         |   673 +
 include/deal.II/meshworker/loop.h                  |   455 +
 include/deal.II/meshworker/output.h                |   240 +
 include/deal.II/meshworker/simple.h                |  1163 ++
 include/deal.II/meshworker/vector_selector.h       |   538 +
 .../deal.II/meshworker/vector_selector.templates.h |   246 +
 include/deal.II/multigrid/mg_base.h                |   235 +
 include/deal.II/multigrid/mg_block_smoother.h      |   313 +
 include/deal.II/multigrid/mg_coarse.h              |   357 +
 include/deal.II/multigrid/mg_constrained_dofs.h    |   228 +
 include/deal.II/multigrid/mg_dof_accessor.h        |    22 +
 include/deal.II/multigrid/mg_matrix.h              |   349 +
 include/deal.II/multigrid/mg_smoother.h            |  1057 ++
 include/deal.II/multigrid/mg_tools.h               |   228 +
 include/deal.II/multigrid/mg_transfer.h            |   557 +
 include/deal.II/multigrid/mg_transfer.templates.h  |   551 +
 include/deal.II/multigrid/mg_transfer_block.h      |   461 +
 .../multigrid/mg_transfer_block.templates.h        |   151 +
 include/deal.II/multigrid/mg_transfer_component.h  |   378 +
 .../multigrid/mg_transfer_component.templates.h    |   223 +
 .../deal.II/multigrid/mg_transfer_matrix_free.h    |   237 +
 include/deal.II/multigrid/multigrid.h              |   554 +
 include/deal.II/multigrid/multigrid.templates.h    |   424 +
 .../deal.II/multigrid/sparse_matrix_collection.h   |   123 +
 .../numerics/data_component_interpretation.h       |    68 +
 include/deal.II/numerics/data_out.h                |   309 +
 include/deal.II/numerics/data_out_dof_data.h       |   971 ++
 include/deal.II/numerics/data_out_faces.h          |   238 +
 include/deal.II/numerics/data_out_rotation.h       |   209 +
 include/deal.II/numerics/data_out_stack.h          |   350 +
 include/deal.II/numerics/data_postprocessor.h      |   354 +
 .../deal.II/numerics/derivative_approximation.h    |   310 +
 include/deal.II/numerics/dof_output_operator.h     |    80 +
 .../numerics/dof_output_operator.templates.h       |    69 +
 include/deal.II/numerics/dof_print_solver_step.h   |   131 +
 include/deal.II/numerics/error_estimator.h         |   777 ++
 .../deal.II/numerics/error_estimator.templates.h   |  1292 ++
 include/deal.II/numerics/fe_field_function.h       |   468 +
 .../deal.II/numerics/fe_field_function.templates.h |   595 +
 include/deal.II/numerics/histogram.h               |   231 +
 .../deal.II/numerics/matrix_creator.templates.h    |  1894 +++
 include/deal.II/numerics/matrix_tools.h            |   957 ++
 include/deal.II/numerics/point_value_history.h     |   661 +
 include/deal.II/numerics/solution_transfer.h       |   505 +
 include/deal.II/numerics/time_dependent.h          |  1586 +++
 include/deal.II/numerics/vector_tools.h            |  2423 ++++
 include/deal.II/numerics/vector_tools.templates.h  |  7276 ++++++++++
 include/deal.II/opencascade/boundary_lib.h         |   333 +
 include/deal.II/opencascade/utilities.h            |   379 +
 source/CMakeLists.txt                              |   144 +
 source/algorithms/CMakeLists.txt                   |    32 +
 source/algorithms/operator.cc                      |    57 +
 source/algorithms/operator.inst.in                 |    22 +
 source/algorithms/timestep_control.cc              |   144 +
 source/base/CMakeLists.txt                         |    88 +
 source/base/auto_derivative_function.cc            |   347 +
 source/base/conditional_ostream.cc                 |    40 +
 source/base/config.cc                              |    41 +
 source/base/convergence_table.cc                   |   247 +
 source/base/data_out_base.cc                       |  7512 ++++++++++
 source/base/data_out_base.inst.in                  |   142 +
 source/base/event.cc                               |    74 +
 source/base/exceptions.cc                          |   375 +
 source/base/flow_function.cc                       |   778 ++
 source/base/function.cc                            |    23 +
 source/base/function.inst.in                       |    37 +
 source/base/function_derivative.cc                 |   225 +
 source/base/function_lib.cc                        |  2760 ++++
 source/base/function_lib_cutoff.cc                 |   327 +
 source/base/function_parser.cc                     |   475 +
 source/base/function_time.cc                       |    24 +
 source/base/function_time.inst.in                  |    24 +
 source/base/geometry_info.cc                       |  1972 +++
 source/base/index_set.cc                           |   558 +
 source/base/job_identifier.cc                      |    71 +
 source/base/logstream.cc                           |   528 +
 source/base/mpi.cc                                 |   549 +
 source/base/multithread_info.cc                    |   222 +
 source/base/named_selection.cc                     |    30 +
 source/base/parallel.cc                            |    60 +
 source/base/parameter_handler.cc                   |  3054 +++++
 source/base/parsed_function.cc                     |   185 +
 source/base/partitioner.cc                         |   394 +
 source/base/path_search.cc                         |   256 +
 source/base/polynomial.cc                          |  1375 ++
 source/base/polynomial_space.cc                    |   410 +
 source/base/polynomials_abf.cc                     |   155 +
 source/base/polynomials_adini.cc                   |   246 +
 source/base/polynomials_bdm.cc                     |   423 +
 source/base/polynomials_bernstein.cc               |    58 +
 source/base/polynomials_bernstein.inst             |     2 +
 source/base/polynomials_nedelec.cc                 |  1415 ++
 source/base/polynomials_p.cc                       |   114 +
 source/base/polynomials_piecewise.cc               |   146 +
 source/base/polynomials_rannacher_turek.cc         |   186 +
 source/base/polynomials_rannacher_turek.inst.in    |    22 +
 source/base/polynomials_raviart_thomas.cc          |   174 +
 source/base/quadrature.cc                          |  1782 +++
 source/base/quadrature_lib.cc                      |  1379 ++
 source/base/quadrature_selector.cc                 |    79 +
 source/base/subscriptor.cc                         |   227 +
 source/base/symmetric_tensor.cc                    |   129 +
 source/base/table_handler.cc                       |   749 +
 source/base/tensor_function.cc                     |    23 +
 source/base/tensor_function.inst.in                |    29 +
 source/base/tensor_product_polynomials.cc          |   679 +
 source/base/tensor_product_polynomials_bubbles.cc  |   294 +
 source/base/tensor_product_polynomials_const.cc    |   160 +
 source/base/thread_management.cc                   |   275 +
 source/base/time_stepping.cc                       |    34 +
 source/base/time_stepping.inst.in                  |    47 +
 source/base/timer.cc                               |   610 +
 source/base/utilities.cc                           |   849 ++
 source/distributed/CMakeLists.txt                  |    39 +
 source/distributed/grid_refinement.cc              |   627 +
 source/distributed/grid_refinement.inst.in         |    79 +
 source/distributed/shared_tria.cc                  |   192 +
 source/distributed/shared_tria.inst.in             |    36 +
 source/distributed/solution_transfer.cc            |   268 +
 source/distributed/solution_transfer.inst.in       |    59 +
 source/distributed/tria.cc                         |  5188 +++++++
 source/distributed/tria.inst.in                    |    70 +
 source/distributed/tria_base.cc                    |   248 +
 source/distributed/tria_base.inst.in               |    33 +
 source/dofs/CMakeLists.txt                         |    53 +
 source/dofs/block_info.cc                          |    77 +
 source/dofs/block_info.inst.in                     |    32 +
 source/dofs/dof_accessor.cc                        |    91 +
 source/dofs/dof_accessor.inst.in                   |   166 +
 source/dofs/dof_accessor_get.cc                    |   176 +
 source/dofs/dof_accessor_get.inst.in               |    77 +
 source/dofs/dof_accessor_set.cc                    |   125 +
 source/dofs/dof_accessor_set.inst.in               |    77 +
 source/dofs/dof_faces.cc                           |    50 +
 source/dofs/dof_handler.cc                         |  1713 +++
 source/dofs/dof_handler.inst.in                    |   164 +
 source/dofs/dof_handler_policy.cc                  |  2901 ++++
 source/dofs/dof_handler_policy.inst.in             |    47 +
 source/dofs/dof_objects.cc                         |    73 +
 source/dofs/dof_objects.inst.in                    |    84 +
 source/dofs/dof_renumbering.cc                     |  1953 +++
 source/dofs/dof_renumbering.inst.in                |   323 +
 source/dofs/dof_tools.cc                           |  2366 ++++
 source/dofs/dof_tools.inst.in                      |   836 ++
 source/dofs/dof_tools_constraints.cc               |  3350 +++++
 source/dofs/dof_tools_constraints.inst.in          |   130 +
 source/dofs/dof_tools_sparsity.cc                  |  1189 ++
 source/dofs/dof_tools_sparsity.inst.in             |   307 +
 source/dofs/number_cache.cc                        |    54 +
 source/dummy.cc                                    |    24 +
 source/fe/CMakeLists.txt                           |   111 +
 source/fe/block_mask.cc                            |    53 +
 source/fe/component_mask.cc                        |    53 +
 source/fe/fe.cc                                    |  1252 ++
 source/fe/fe.inst.in                               |    24 +
 source/fe/fe_abf.cc                                |   657 +
 source/fe/fe_abf.inst.in                           |    22 +
 source/fe/fe_bdm.cc                                |   392 +
 source/fe/fe_bdm.inst.in                           |    22 +
 source/fe/fe_bernstein.cc                          |   312 +
 source/fe/fe_bernstein.inst.in                     |    23 +
 source/fe/fe_data.cc                               |    88 +
 source/fe/fe_dg_vector.cc                          |   106 +
 source/fe/fe_dg_vector.inst.in                     |    29 +
 source/fe/fe_dgp.cc                                |   269 +
 source/fe/fe_dgp.inst.in                           |    25 +
 source/fe/fe_dgp_monomial.cc                       |   458 +
 source/fe/fe_dgp_monomial.inst.in                  |    22 +
 source/fe/fe_dgp_nonparametric.cc                  |   597 +
 source/fe/fe_dgp_nonparametric.inst.in             |    22 +
 source/fe/fe_dgq.cc                                |   894 ++
 source/fe/fe_dgq.inst.in                           |    35 +
 source/fe/fe_face.cc                               |   783 ++
 source/fe/fe_face.inst.in                          |    28 +
 source/fe/fe_nedelec.cc                            |  5597 ++++++++
 source/fe/fe_nedelec.inst.in                       |    22 +
 source/fe/fe_nothing.cc                            |   287 +
 source/fe/fe_nothing.inst.in                       |    24 +
 source/fe/fe_poly.cc                               |   266 +
 source/fe/fe_poly.inst.in                          |    30 +
 source/fe/fe_poly_tensor.cc                        |  1811 +++
 source/fe/fe_poly_tensor.inst.in                   |    25 +
 source/fe/fe_q.cc                                  |   137 +
 source/fe/fe_q.inst.in                             |    25 +
 source/fe/fe_q_base.cc                             |  1575 +++
 source/fe/fe_q_base.inst.in                        |    28 +
 source/fe/fe_q_bubbles.cc                          |   527 +
 source/fe/fe_q_bubbles.inst.in                     |    24 +
 source/fe/fe_q_dg0.cc                              |   339 +
 source/fe/fe_q_dg0.inst.in                         |    25 +
 source/fe/fe_q_hierarchical.cc                     |  2133 +++
 source/fe/fe_q_hierarchical.inst.in                |    22 +
 source/fe/fe_q_iso_q1.cc                           |   123 +
 source/fe/fe_q_iso_q1.inst.in                      |    25 +
 source/fe/fe_rannacher_turek.cc                    |   175 +
 source/fe/fe_rannacher_turek.inst.in               |    22 +
 source/fe/fe_raviart_thomas.cc                     |   566 +
 source/fe/fe_raviart_thomas.inst.in                |    22 +
 source/fe/fe_raviart_thomas_nodal.cc               |   783 ++
 source/fe/fe_raviart_thomas_nodal.inst.in          |    22 +
 source/fe/fe_system.cc                             |  3041 +++++
 source/fe/fe_system.inst.in                        |    24 +
 source/fe/fe_tools.cc                              |  2111 +++
 source/fe/fe_tools.inst.in                         |   185 +
 source/fe/fe_tools_interpolate.cc                  |   835 ++
 source/fe/fe_tools_interpolate.inst.in             |   106 +
 source/fe/fe_trace.cc                              |   252 +
 source/fe/fe_trace.inst.in                         |    19 +
 source/fe/fe_values.cc                             |  4259 ++++++
 source/fe/fe_values.decl.1.inst.in                 |    31 +
 source/fe/fe_values.decl.2.inst.in                 |    31 +
 source/fe/fe_values.impl.1.inst.in                 |    28 +
 source/fe/fe_values.impl.2.inst.in                 |    27 +
 source/fe/fe_values.inst.in                        |   558 +
 source/fe/fe_values_inst2.cc                       |    20 +
 source/fe/mapping.cc                               |   111 +
 source/fe/mapping.inst.in                          |    25 +
 source/fe/mapping_c1.cc                            |   221 +
 source/fe/mapping_c1.inst.in                       |    22 +
 source/fe/mapping_cartesian.cc                     |  1075 ++
 source/fe/mapping_cartesian.inst.in                |    22 +
 source/fe/mapping_fe_field.cc                      |  1965 +++
 source/fe/mapping_fe_field.inst.in                 |    25 +
 source/fe/mapping_q.cc                             |   516 +
 source/fe/mapping_q.inst.in                        |    25 +
 source/fe/mapping_q1.cc                            |    71 +
 source/fe/mapping_q1.inst.in                       |    24 +
 source/fe/mapping_q1_eulerian.cc                   |   149 +
 source/fe/mapping_q1_eulerian.inst.in              |    40 +
 source/fe/mapping_q_eulerian.cc                    |   265 +
 source/fe/mapping_q_eulerian.inst.in               |    42 +
 source/fe/mapping_q_generic.cc                     |  3894 ++++++
 source/fe/mapping_q_generic.inst.in                |    23 +
 source/grid/CMakeLists.txt                         |    60 +
 source/grid/cell_id.cc                             |    30 +
 source/grid/grid_generator.cc                      |  4336 ++++++
 source/grid/grid_generator.inst.in                 |   175 +
 source/grid/grid_in.cc                             |  3432 +++++
 source/grid/grid_in.inst.in                        |    23 +
 source/grid/grid_out.cc                            |  3977 ++++++
 source/grid/grid_out.inst.in                       |    97 +
 source/grid/grid_refinement.cc                     |   588 +
 source/grid/grid_refinement.inst.in                |   125 +
 source/grid/grid_reordering.cc                     |  1718 +++
 source/grid/grid_tools.cc                          |  3769 +++++
 source/grid/grid_tools.inst.in                     |   374 +
 source/grid/intergrid_map.cc                       |   215 +
 source/grid/intergrid_map.inst.in                  |    23 +
 source/grid/manifold.cc                            |   318 +
 source/grid/manifold.inst.in                       |    31 +
 source/grid/manifold_lib.cc                        |   297 +
 source/grid/manifold_lib.inst.in                   |    30 +
 source/grid/persistent_tria.cc                     |   255 +
 source/grid/tria.cc                                | 13297 ++++++++++++++++++
 source/grid/tria.inst.in                           |    26 +
 source/grid/tria_accessor.cc                       |  2281 ++++
 source/grid/tria_accessor.inst.in                  |    93 +
 source/grid/tria_boundary.cc                       |   907 ++
 source/grid/tria_boundary.inst.in                  |    27 +
 source/grid/tria_boundary_lib.cc                   |  1493 ++
 source/grid/tria_boundary_lib.inst.in              |    34 +
 source/grid/tria_faces.cc                          |    52 +
 source/grid/tria_levels.cc                         |   211 +
 source/grid/tria_objects.cc                        |   472 +
 source/grid/tria_objects.inst.in                   |    23 +
 source/hp/CMakeLists.txt                           |    39 +
 source/hp/dof_faces.cc                             |    78 +
 source/hp/dof_handler.cc                           |  3389 +++++
 source/hp/dof_handler.inst.in                      |    89 +
 source/hp/dof_level.cc                             |   244 +
 source/hp/fe_collection.cc                         |   420 +
 source/hp/fe_collection.inst.in                    |    30 +
 source/hp/fe_values.cc                             |   476 +
 source/hp/fe_values.inst.in                        |   102 +
 source/hp/mapping_collection.cc                    |   117 +
 source/hp/mapping_collection.inst.in               |    34 +
 source/integrators/CMakeLists.txt                  |    25 +
 source/lac/CMakeLists.txt                          |   134 +
 source/lac/block_matrix_array.cc                   |   447 +
 source/lac/block_sparse_matrix.cc                  |    23 +
 source/lac/block_sparse_matrix.inst.in             |    19 +
 source/lac/block_sparse_matrix_ez.cc               |    26 +
 source/lac/block_sparsity_pattern.cc               |   695 +
 source/lac/block_vector.cc                         |    33 +
 source/lac/block_vector.inst.in                    |    39 +
 source/lac/chunk_sparse_matrix.cc                  |    21 +
 source/lac/chunk_sparse_matrix.inst.in             |   228 +
 source/lac/chunk_sparsity_pattern.cc               |   641 +
 source/lac/constraint_matrix.cc                    |  1414 ++
 source/lac/constraint_matrix.inst.in               |    69 +
 source/lac/dynamic_sparsity_pattern.cc             |   494 +
 source/lac/full_matrix.cc                          |    57 +
 source/lac/full_matrix.inst.in                     |   237 +
 source/lac/lapack_full_matrix.cc                   |  1057 ++
 source/lac/lapack_full_matrix.inst.in              |    31 +
 source/lac/matrix_lib.cc                           |   169 +
 source/lac/matrix_out.cc                           |    51 +
 source/lac/parallel_vector.cc                      |    24 +
 source/lac/parallel_vector.inst.in                 |    39 +
 source/lac/petsc_block_sparse_matrix.cc            |    82 +
 source/lac/petsc_full_matrix.cc                    |    80 +
 source/lac/petsc_matrix_base.cc                    |   663 +
 source/lac/petsc_matrix_free.cc                    |   291 +
 source/lac/petsc_parallel_block_sparse_matrix.cc   |   144 +
 source/lac/petsc_parallel_block_vector.cc          |    64 +
 source/lac/petsc_parallel_sparse_matrix.cc         |   899 ++
 source/lac/petsc_parallel_vector.cc                |   450 +
 source/lac/petsc_precondition.cc                   |   755 +
 source/lac/petsc_solver.cc                         |   917 ++
 source/lac/petsc_sparse_matrix.cc                  |   356 +
 source/lac/petsc_vector.cc                         |   131 +
 source/lac/petsc_vector_base.cc                    |  1203 ++
 source/lac/precondition_block.cc                   |    21 +
 source/lac/precondition_block.inst.in              |    89 +
 source/lac/precondition_block_ez.cc                |   204 +
 source/lac/relaxation_block.cc                     |    21 +
 source/lac/relaxation_block.inst.in                |    53 +
 source/lac/slepc_solver.cc                         |   457 +
 source/lac/slepc_spectral_transformation.cc        |   172 +
 source/lac/solver.cc                               |    33 +
 source/lac/solver.inst.in                          |    21 +
 source/lac/solver_control.cc                       |   334 +
 source/lac/sparse_decomposition.cc                 |    41 +
 source/lac/sparse_direct.cc                        |   514 +
 source/lac/sparse_ilu.cc                           |    51 +
 source/lac/sparse_matrix.cc                        |    26 +
 source/lac/sparse_matrix.inst.in                   |   294 +
 source/lac/sparse_matrix_ez.cc                     |    21 +
 source/lac/sparse_matrix_ez.inst.in                |    57 +
 source/lac/sparse_matrix_inst2.cc                  |    27 +
 source/lac/sparse_mic.cc                           |    53 +
 source/lac/sparse_vanka.cc                         |    39 +
 source/lac/sparsity_pattern.cc                     |  1023 ++
 source/lac/sparsity_tools.cc                       |   776 ++
 source/lac/swappable_vector.cc                     |    24 +
 source/lac/tridiagonal_matrix.cc                   |   272 +
 source/lac/trilinos_block_sparse_matrix.cc         |   444 +
 source/lac/trilinos_block_vector.cc                |   428 +
 source/lac/trilinos_parallel_block_vector.cc       |    52 +
 source/lac/trilinos_precondition.cc                |   722 +
 source/lac/trilinos_precondition_ml.cc             |   345 +
 source/lac/trilinos_precondition_muelu.cc          |   330 +
 source/lac/trilinos_solver.cc                      |   569 +
 source/lac/trilinos_sparse_matrix.cc               |  2546 ++++
 source/lac/trilinos_sparse_matrix.inst.in          |    49 +
 source/lac/trilinos_sparsity_pattern.cc            |  1199 ++
 source/lac/trilinos_vector.cc                      |   757 ++
 source/lac/trilinos_vector_base.cc                 |   552 +
 source/lac/trilinos_vector_base.inst.in            |    23 +
 source/lac/vector.cc                               |    98 +
 source/lac/vector.inst.in                          |    79 +
 source/lac/vector_memory.cc                        |    34 +
 source/lac/vector_memory.inst.in                   |    31 +
 source/lac/vector_view.cc                          |    22 +
 source/lac/vector_view.inst.in                     |    26 +
 source/matrix_free/CMakeLists.txt                  |    31 +
 source/matrix_free/matrix_free.cc                  |    31 +
 source/matrix_free/matrix_free.inst.in             |    46 +
 source/meshworker/CMakeLists.txt                   |    34 +
 source/meshworker/mesh_worker.cc                   |   123 +
 source/meshworker/mesh_worker_info.cc              |    34 +
 source/meshworker/mesh_worker_info.inst.in         |    58 +
 source/meshworker/mesh_worker_vector_selector.cc   |    33 +
 .../meshworker/mesh_worker_vector_selector.inst.in |    35 +
 source/multigrid/CMakeLists.txt                    |    45 +
 source/multigrid/mg_base.cc                        |    54 +
 source/multigrid/mg_base.inst.in                   |    23 +
 source/multigrid/mg_level_global_transfer.cc       |   588 +
 source/multigrid/mg_level_global_transfer.inst.in  |    80 +
 source/multigrid/mg_tools.cc                       |  1575 +++
 source/multigrid/mg_tools.inst.in                  |   128 +
 source/multigrid/mg_transfer_block.cc              |   630 +
 source/multigrid/mg_transfer_block.inst.in         |   134 +
 source/multigrid/mg_transfer_component.cc          |   689 +
 source/multigrid/mg_transfer_component.inst.in     |   100 +
 source/multigrid/mg_transfer_matrix_free.cc        |   947 ++
 source/multigrid/mg_transfer_matrix_free.inst.in   |    21 +
 source/multigrid/mg_transfer_prebuilt.cc           |   297 +
 source/multigrid/mg_transfer_prebuilt.inst.in      |    28 +
 source/multigrid/multigrid.cc                      |   296 +
 source/multigrid/multigrid.inst.in                 |    20 +
 source/numerics/CMakeLists.txt                     |    87 +
 source/numerics/data_out.cc                        |   539 +
 source/numerics/data_out.inst.in                   |    40 +
 source/numerics/data_out_dof_data.cc               |  1369 ++
 source/numerics/data_out_dof_data.inst.in          |   430 +
 source/numerics/data_out_faces.cc                  |   430 +
 source/numerics/data_out_faces.inst.in             |    24 +
 source/numerics/data_out_rotation.cc               |   512 +
 source/numerics/data_out_rotation.inst.in          |    22 +
 source/numerics/data_out_stack.cc                  |   478 +
 source/numerics/data_out_stack.inst.in             |    53 +
 source/numerics/data_postprocessor.cc              |   166 +
 source/numerics/data_postprocessor.inst.in         |    22 +
 source/numerics/derivative_approximation.cc        |  1143 ++
 source/numerics/derivative_approximation.inst.in   |   133 +
 source/numerics/dof_output_operator.cc             |    40 +
 source/numerics/dof_output_operator.inst.in        |    20 +
 source/numerics/error_estimator.cc                 |    24 +
 source/numerics/error_estimator.inst.in            |   157 +
 source/numerics/error_estimator_1d.cc              |   456 +
 source/numerics/error_estimator_1d.inst.in         |   142 +
 source/numerics/error_estimator_inst2.cc           |    24 +
 source/numerics/fe_field_function.cc               |    38 +
 source/numerics/fe_field_function.inst.in          |    27 +
 source/numerics/histogram.cc                       |   348 +
 source/numerics/matrix_creator.cc                  |    28 +
 source/numerics/matrix_creator.inst.in             |   315 +
 source/numerics/matrix_creator_inst2.cc            |    20 +
 source/numerics/matrix_creator_inst3.cc            |    20 +
 source/numerics/matrix_tools.cc                    |   615 +
 source/numerics/matrix_tools.inst.in               |    35 +
 source/numerics/matrix_tools_once.cc               |   523 +
 source/numerics/point_value_history.cc             |  1358 ++
 source/numerics/point_value_history.inst.in        |    59 +
 source/numerics/solution_transfer.cc               |   576 +
 source/numerics/solution_transfer.inst.in          |    26 +
 source/numerics/solution_transfer_inst2.cc         |    20 +
 source/numerics/solution_transfer_inst3.cc         |    20 +
 source/numerics/solution_transfer_inst4.cc         |    20 +
 source/numerics/time_dependent.cc                  |  1242 ++
 source/numerics/time_dependent.inst.in             |    26 +
 source/numerics/vector_tools_boundary.cc           |    24 +
 source/numerics/vector_tools_boundary.inst.in      |   187 +
 source/numerics/vector_tools_constraints.cc        |    24 +
 source/numerics/vector_tools_constraints.inst.in   |    94 +
 .../numerics/vector_tools_integrate_difference.cc  |    24 +
 .../vector_tools_integrate_difference.inst.in      |   116 +
 source/numerics/vector_tools_interpolate.cc        |    24 +
 source/numerics/vector_tools_interpolate.inst.in   |   120 +
 source/numerics/vector_tools_mean_value.cc         |    24 +
 source/numerics/vector_tools_mean_value.inst.in    |    49 +
 source/numerics/vector_tools_point_gradient.cc     |    24 +
 .../numerics/vector_tools_point_gradient.inst.in   |    80 +
 source/numerics/vector_tools_point_value.cc        |    24 +
 source/numerics/vector_tools_point_value.inst.in   |   164 +
 source/numerics/vector_tools_project.cc            |    24 +
 source/numerics/vector_tools_project.inst.in       |    69 +
 source/numerics/vector_tools_rhs.cc                |    85 +
 source/numerics/vector_tools_rhs.inst.in           |   107 +
 source/opencascade/CMakeLists.txt                  |    33 +
 source/opencascade/boundary_lib.cc                 |   263 +
 source/opencascade/boundary_lib.inst.in            |    28 +
 source/opencascade/utilities.cc                    |   638 +
 tests/CMakeLists.txt                               |   145 +
 tests/quick_tests/CMakeLists.txt                   |   121 +
 tests/quick_tests/affinity.cc                      |   114 +
 tests/quick_tests/mpi.cc                           |    71 +
 tests/quick_tests/p4est.cc                         |    83 +
 tests/quick_tests/run.cmake                        |    64 +
 tests/quick_tests/step-petsc.cc                    |   218 +
 tests/quick_tests/step-slepc.cc                    |   237 +
 tests/quick_tests/step.cc                          |   252 +
 tests/quick_tests/tbb.cc                           |    87 +
 2081 files changed, 632802 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/deal.ii.git



More information about the debian-science-commits mailing list