[dolfin] 02/04: Merge tag 'upstream/2016.2.0'

Johannes Ring johannr-guest at moszumanska.debian.org
Fri Dec 2 11:08:33 UTC 2016


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

johannr-guest pushed a commit to branch master
in repository dolfin.

commit 8af2e3ae40a5d2a801efbfa1ec369bf852238396
Merge: 5b8a232 0f81084
Author: Johannes Ring <johannr at simula.no>
Date:   Fri Dec 2 10:22:41 2016 +0100

    Merge tag 'upstream/2016.2.0'
    
    Upstream version 2016.2.0

 .gitignore                                         |   137 -
 .mailmap                                           |    34 -
 CMakeLists.txt                                     |   286 +-
 ChangeLog                                          |  1466 -
 ChangeLog.rst                                      |  1809 +
 README.rst                                         |    54 +-
 bench/CMakeLists.txt                               |     2 +-
 bench/common/progress/cpp/CMakeLists.txt           |    24 +-
 bench/common/timing/cpp/CMakeLists.txt             |    24 +-
 bench/fem/assembly/cpp/CMakeLists.txt              |    24 +-
 bench/fem/assembly/cpp/forms/Elasticity3D.h        |   492 +-
 bench/fem/assembly/cpp/forms/NSEMomentum3D.h       |   894 +-
 bench/fem/assembly/cpp/forms/Poisson2DP1.h         |   269 +-
 bench/fem/assembly/cpp/forms/Poisson2DP2.h         |   432 +-
 bench/fem/assembly/cpp/forms/Poisson2DP3.h         |   765 +-
 bench/fem/assembly/cpp/forms/StabStokes2D.h        |   514 +-
 bench/fem/assembly/cpp/forms/THStokes2D.h          |   985 +-
 bench/fem/assembly/cpp/forms/compile.log           |  2848 -
 bench/fem/convergence/cpp/CMakeLists.txt           |    26 +-
 bench/fem/convergence/cpp/Poisson2D_1.cpp          |   282 +-
 bench/fem/convergence/cpp/Poisson2D_1.h            |    33 +-
 bench/fem/convergence/cpp/Poisson2D_2.cpp          |   451 +-
 bench/fem/convergence/cpp/Poisson2D_2.h            |    38 +-
 bench/fem/convergence/cpp/Poisson2D_3.cpp          |   796 +-
 bench/fem/convergence/cpp/Poisson2D_3.h            |    38 +-
 bench/fem/convergence/cpp/Poisson2D_4.cpp          |  1488 +-
 bench/fem/convergence/cpp/Poisson2D_4.h            |    38 +-
 bench/fem/convergence/cpp/Poisson2D_5.cpp          |  1335 +-
 bench/fem/convergence/cpp/Poisson2D_5.h            |    38 +-
 bench/fem/convergence/cpp/Poisson3D_1.cpp          |   505 +-
 bench/fem/convergence/cpp/Poisson3D_1.h            |    33 +-
 bench/fem/convergence/cpp/Poisson3D_2.cpp          |   900 +-
 bench/fem/convergence/cpp/Poisson3D_2.h            |    38 +-
 bench/fem/convergence/cpp/Poisson3D_3.cpp          |  2872 +-
 bench/fem/convergence/cpp/Poisson3D_3.h            |    38 +-
 bench/fem/convergence/cpp/Poisson3D_4.cpp          |  3281 +-
 bench/fem/convergence/cpp/Poisson3D_4.h            |    38 +-
 bench/fem/convergence/cpp/compile.log              |  1880 -
 bench/fem/multicore/cpp/CMakeLists.txt             |    24 +-
 bench/fem/multicore/cpp/NavierStokes.h             |   688 +-
 bench/fem/multicore/cpp/Poisson.h                  |   492 +-
 bench/fem/multicore/cpp/compile.log                |  1273 -
 bench/fem/speedup/cpp/CMakeLists.txt               |    28 +-
 bench/fem/speedup/cpp/Poisson.h                    |   519 +-
 bench/fem/speedup/cpp/compile.log                  |   257 -
 bench/function/evaluation/cpp/CMakeLists.txt       |    24 +-
 bench/function/evaluation/cpp/P1.h                 |   184 +-
 bench/function/evaluation/cpp/compile.log          |    84 -
 .../bounding_box_tree_build/cpp/CMakeLists.txt     |    24 +-
 .../cpp/CMakeLists.txt                             |    24 +-
 .../cpp/CMakeLists.txt                             |    24 +-
 bench/la/vector/access/cpp/CMakeLists.txt          |    24 +-
 bench/la/vector/assignment/cpp/CMakeLists.txt      |    24 +-
 bench/mesh/iteration/cpp/CMakeLists.txt            |    24 +-
 bench/mesh/refinement/cpp/CMakeLists.txt           |    24 +-
 bench/mesh/topology/cpp/CMakeLists.txt             |    24 +-
 bench/mesh/unitcube/cpp/CMakeLists.txt             |    24 +-
 cmake/modules/FindAMD.cmake                        |     4 +-
 cmake/modules/FindBLAS.cmake                       |    16 +-
 cmake/modules/FindBoost.cmake                      |  1861 +
 cmake/modules/FindCHOLMOD.cmake                    |    12 +-
 cmake/modules/FindCppUnit.cmake                    |    69 -
 cmake/modules/FindLAPACK.cmake                     |    15 +-
 cmake/modules/FindPETSc.cmake                      |   358 +-
 cmake/modules/FindParMETIS.cmake                   |     6 +-
 cmake/modules/FindSCOTCH.cmake                     |    10 +-
 cmake/modules/FindSLEPc.cmake                      |   284 +-
 cmake/modules/FindUFC.cmake                        |     2 +-
 cmake/modules/FindUMFPACK.cmake                    |     8 +-
 cmake/modules/language_support_v2.cmake            |    65 -
 cmake/scripts/codesnippets.py                      |    33 +-
 .../{copy-swig-files => copy-swig-files.py}        |    13 +-
 ...{copy-test-demo-data => copy-test-demo-data.py} |    17 +-
 cmake/scripts/download-demo-data                   |    74 -
 cmake/scripts/generate-all                         |    20 -
 ...{generate-cmakefiles => generate-cmakefiles.py} |    62 +-
 cmake/scripts/generate-demo-files.py               |    56 +
 cmake/scripts/generate-form-files                  |    81 -
 cmake/scripts/generate-form-files.py               |    95 +
 cmake/scripts/generate-local                       |    18 -
 ...swig-docstrings => generate-swig-docstrings.py} |     1 -
 ...e-swig-interface => generate-swig-interface.py} |   280 +-
 cmake/templates/DOLFINConfig.cmake.in              |    11 +-
 cmake/templates/UseDOLFIN.cmake.in                 |    22 +
 cmake/templates/dolfin-config-version.cmake.in     |    16 -
 cmake/templates/dolfin-config.cmake.in             |    56 -
 data/README                                        |     3 +
 demo/CMakeLists.txt                                |   106 +-
 .../auto-adaptive-poisson/cpp/AdaptivePoisson.h    | 15409 ----
 .../auto-adaptive-poisson/cpp/AdaptivePoisson.ufl  |    32 -
 .../cpp/AdaptivePoisson.ufl.rst                    |    25 +
 .../auto-adaptive-poisson/cpp/CMakeLists.txt       |    24 +-
 .../auto-adaptive-poisson/cpp/compile.log          |  3177 -
 .../auto-adaptive-poisson/cpp/documentation.rst    |     6 -
 demo/documented/auto-adaptive-poisson/cpp/main.cpp |   103 -
 .../auto-adaptive-poisson/cpp/main.cpp.rst         |    92 +
 .../python/demo_auto-adaptive-poisson.py           |   237 +-
 .../python/demo_auto-adaptive-poisson.py.rst       |   260 +
 .../auto-adaptive-poisson/python/documentation.rst |   152 -
 demo/documented/bcs/cpp/CMakeLists.txt             |    24 +-
 demo/documented/bcs/cpp/Poisson.h                  |   519 +-
 demo/documented/bcs/cpp/compile.log                |   257 -
 demo/documented/biharmonic/common.txt              |    82 -
 demo/documented/biharmonic/cpp/Biharmonic.h        |  9331 --
 demo/documented/biharmonic/cpp/Biharmonic.ufl      |    50 -
 demo/documented/biharmonic/cpp/Biharmonic.ufl.rst  |    50 +
 demo/documented/biharmonic/cpp/CMakeLists.txt      |    24 +-
 demo/documented/biharmonic/cpp/compile.log         |  1213 -
 demo/documented/biharmonic/cpp/documentation.rst   |   213 -
 demo/documented/biharmonic/cpp/main.cpp            |   101 -
 demo/documented/biharmonic/cpp/main.cpp.rst        |   224 +
 .../biharmonic/python/demo_biharmonic.py           |   173 +-
 .../biharmonic/python/demo_biharmonic.py.rst       |   193 +
 .../documented/biharmonic/python/documentation.rst |   141 -
 demo/documented/built-in-meshes/cpp/CMakeLists.txt |    24 +-
 .../built-in-meshes/cpp/documentation.rst          |     6 -
 demo/documented/built-in-meshes/cpp/main.cpp       |    73 -
 demo/documented/built-in-meshes/cpp/main.cpp.rst   |    68 +
 .../built-in-meshes/python/demo_built-in-meshes.py |   138 +-
 ...cumentation.rst => demo_built-in-meshes.py.rst} |    79 +-
 demo/documented/cahn-hilliard/cpp/CMakeLists.txt   |    26 +-
 .../cahn-hilliard/cpp/CahnHilliard2D.cpp           |  1210 +-
 demo/documented/cahn-hilliard/cpp/CahnHilliard2D.h |    53 +-
 .../cahn-hilliard/cpp/CahnHilliard3D.cpp           |  2163 +-
 demo/documented/cahn-hilliard/cpp/CahnHilliard3D.h |    53 +-
 demo/documented/cahn-hilliard/cpp/compile.log      |  7104 --
 demo/documented/cahn-hilliard/cpp/main.cpp         |   144 +-
 .../cahn-hilliard/python/demo_cahn-hilliard.py     |   277 +-
 ...documentation.rst => demo_cahn-hilliard.py.rst} |   200 +-
 demo/documented/eigenvalue/cpp/CMakeLists.txt      |    24 +-
 demo/documented/eigenvalue/cpp/StiffnessMatrix.h   |  5242 --
 demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl |    28 -
 .../eigenvalue/cpp/StiffnessMatrix.ufl.rst         |    11 +
 demo/documented/eigenvalue/cpp/compile.log         |   222 -
 demo/documented/eigenvalue/cpp/documentation.rst   |     3 -
 demo/documented/eigenvalue/cpp/main.cpp            |    72 -
 demo/documented/eigenvalue/cpp/main.cpp.rst        |    66 +
 .../eigenvalue/python/demo_eigenvalue.py           |    94 +-
 .../{documentation.rst => demo_eigenvalue.py.rst}  |   105 +-
 demo/documented/hyperelasticity/cpp/CMakeLists.txt |    24 +-
 .../hyperelasticity/cpp/HyperElasticity.h          |  4109 +-
 demo/documented/hyperelasticity/cpp/compile.log    |  1319 -
 .../hyperelasticity/python/demo_hyperelasticity.py |   139 +-
 ...cumentation.rst => demo_hyperelasticity.py.rst} |    60 +-
 demo/documented/maxwell-eigenvalues/cpp/README     |     2 +
 .../python/demo_maxwell-eigenvalues.py             |   277 +
 .../python/demo_maxwell-eigenvalues.py.rst         |   277 +
 demo/documented/mixed-poisson-dual/common.txt      |    75 -
 .../mixed-poisson-dual/cpp/CMakeLists.txt          |    45 -
 .../mixed-poisson-dual/cpp/MixedPoissonDual.h      | 14786 ----
 .../mixed-poisson-dual/cpp/MixedPoissonDual.ufl    |    38 -
 demo/documented/mixed-poisson-dual/cpp/compile.log |   316 -
 .../mixed-poisson-dual/cpp/documentation.rst       |   211 -
 demo/documented/mixed-poisson-dual/cpp/main.cpp    |    86 -
 .../mixed-poisson-dual_sigma.png                   |   Bin 31670 -> 0 bytes
 .../mixed-poisson-dual/mixed-poisson-dual_u.png    |   Bin 39242 -> 0 bytes
 .../python/demo_mixed-poisson-dual.py              |    78 -
 .../mixed-poisson-dual/python/documentation.rst    |   144 -
 demo/documented/mixed-poisson/common.txt           |    99 -
 demo/documented/mixed-poisson/cpp/CMakeLists.txt   |    24 +-
 demo/documented/mixed-poisson/cpp/MixedPoisson.h   |  8350 --
 demo/documented/mixed-poisson/cpp/MixedPoisson.ufl |    37 -
 .../mixed-poisson/cpp/MixedPoisson.ufl.rst         |    44 +
 demo/documented/mixed-poisson/cpp/compile.log      |   328 -
 demo/documented/mixed-poisson/cpp/main.cpp         |   107 -
 demo/documented/mixed-poisson/cpp/main.cpp.rst     |   280 +
 .../mixed-poisson/python/demo_mixed-poisson.py     |   241 +-
 ...documentation.rst => demo_mixed-poisson.py.rst} |   169 +-
 .../mixed-poisson/python/mixed-poisson_sigma.png   |   Bin 0 -> 78506 bytes
 .../mixed-poisson/python/mixed-poisson_u.png       |   Bin 0 -> 34205 bytes
 demo/documented/navier-stokes/cpp/CMakeLists.txt   |    24 +-
 demo/documented/navier-stokes/cpp/PressureUpdate.h |   816 +-
 .../navier-stokes/cpp/TentativeVelocity.h          |   862 +-
 demo/documented/navier-stokes/cpp/VelocityUpdate.h |   824 +-
 demo/documented/navier-stokes/cpp/compile.log      |  2510 -
 demo/documented/neumann-poisson/cpp/CMakeLists.txt |    24 +-
 demo/documented/neumann-poisson/cpp/Poisson.h      |   525 +-
 demo/documented/neumann-poisson/cpp/compile.log    |   292 -
 .../nonlinear-poisson/cpp/CMakeLists.txt           |    24 +-
 .../nonlinear-poisson/cpp/NonlinearPoisson.h       |   302 +-
 demo/documented/nonlinear-poisson/cpp/compile.log  |   489 -
 .../python/demo_nonlinear-poisson.py               |   227 +-
 ...mentation.rst => demo_nonlinear-poisson.py.rst} |   125 +-
 .../nonlinear-poisson/{ => python}/plot_u.png      |   Bin
 .../{ => python}/plot_u_gradient.png               |   Bin
 .../nonmatching-interpolation/cpp/CMakeLists.txt   |    24 +-
 .../nonmatching-interpolation/cpp/P1.ufl.rst       |    14 +
 .../nonmatching-interpolation/cpp/P3.ufl.rst       |    14 +
 .../nonmatching-interpolation/cpp/main.cpp.rst     |   112 +
 .../python/demo_nonmatching-interpolation.py       |    55 +
 .../python/demo_nonmatching-interpolation.py.rst   |    55 +
 demo/documented/periodic/cpp/CMakeLists.txt        |    24 +-
 demo/documented/periodic/cpp/Poisson.h             |   296 +-
 demo/documented/periodic/cpp/compile.log           |   164 -
 demo/documented/poisson/common.txt                 |    54 -
 demo/documented/poisson/cpp/CMakeLists.txt         |    24 +-
 demo/documented/poisson/cpp/Poisson.h              |  4022 -
 demo/documented/poisson/cpp/Poisson.ufl            |    34 -
 demo/documented/poisson/cpp/Poisson.ufl.rst        |    37 +
 demo/documented/poisson/cpp/compile.log            |   208 -
 demo/documented/poisson/cpp/documentation.rst      |   225 -
 demo/documented/poisson/cpp/main.cpp               |   101 -
 demo/documented/poisson/cpp/main.cpp.rst           |   216 +
 demo/documented/poisson/python/demo_poisson.py     |   190 +-
 .../{documentation.rst => demo_poisson.py.rst}     |   123 +-
 demo/documented/poisson/python/poisson_u.png       |   Bin 0 -> 35484 bytes
 demo/documented/singular-poisson-rst/common.txt    |    78 +
 demo/documented/singular-poisson-rst/cpp/README    |     1 +
 .../python/demo_singular-poisson-rst.py            |   201 +
 .../python/demo_singular-poisson-rst.py.rst        |   201 +
 .../singular-poisson-rst/python/singular_u.png     |   Bin 0 -> 45179 bytes
 .../documented/singular-poisson-rst/singular_u.png |   Bin 0 -> 45179 bytes
 .../documented/singular-poisson/cpp/CMakeLists.txt |    24 +-
 demo/documented/singular-poisson/cpp/Poisson.h     |   311 +-
 demo/documented/singular-poisson/cpp/compile.log   |   208 -
 demo/documented/singular-poisson/cpp/main.cpp      |    53 +-
 .../python/demo_singular-poisson.py                |    54 +-
 .../documented/stokes-iterative/cpp/CMakeLists.txt |    24 +-
 demo/documented/stokes-iterative/cpp/Stokes.h      |  2758 +-
 .../stokes-iterative/cpp/StokesPreconditioner.h    |  2461 +-
 demo/documented/stokes-iterative/cpp/compile.log   |  1020 -
 .../stokes-taylor-hood/cpp/CMakeLists.txt          |    24 +-
 demo/documented/stokes-taylor-hood/cpp/Stokes.h    |  1020 +-
 demo/documented/stokes-taylor-hood/cpp/compile.log |   340 -
 demo/documented/subdomains/cpp/CMakeLists.txt      |    24 +-
 .../adaptive-poisson/cpp/CMakeLists.txt            |    39 -
 .../advection-diffusion/cpp/AdvectionDiffusion.h   |   700 +-
 .../advection-diffusion/cpp/CMakeLists.txt         |    24 +-
 .../advection-diffusion/cpp/Velocity.h             |   389 +-
 .../advection-diffusion/cpp/compile.log            |   312 -
 demo/undocumented/ale/cpp/CMakeLists.txt           |    24 +-
 .../cpp/AdaptiveNavierStokes.h                     |  5644 +-
 .../auto-adaptive-navier-stokes/cpp/CMakeLists.txt |    24 +-
 .../auto-adaptive-navier-stokes/cpp/compile.log    | 20645 -----
 demo/undocumented/block-matrix/cpp/CMakeLists.txt  |    24 +-
 .../block-matrix/cpp/StiffnessMatrix.h             |   290 +-
 demo/undocumented/block-matrix/cpp/compile.log     |   386 -
 demo/undocumented/coloring/cpp/CMakeLists.txt      |    24 +-
 demo/undocumented/conditional/cpp/CMakeLists.txt   |    24 +-
 demo/undocumented/conditional/cpp/Conditional.h    |   453 +-
 demo/undocumented/conditional/cpp/compile.log      |   304 -
 .../contact-vi-snes/cpp/CMakeLists.txt             |    24 +-
 .../contact-vi-snes/cpp/HyperElasticity.h          |  1250 +-
 demo/undocumented/contact-vi-snes/cpp/compile.log  |   439 -
 .../undocumented/contact-vi-tao/cpp/CMakeLists.txt |    24 +-
 demo/undocumented/contact-vi-tao/cpp/Elasticity.h  |   406 +-
 demo/undocumented/contact-vi-tao/cpp/compile.log   |   334 -
 demo/undocumented/contact-vi-tao/cpp/main.cpp      |     2 +-
 demo/undocumented/curl-curl/cpp/CMakeLists.txt     |    24 +-
 demo/undocumented/curl-curl/cpp/CurrentDensity.h   |   802 +-
 demo/undocumented/curl-curl/cpp/EddyCurrents.h     |   792 +-
 demo/undocumented/curl-curl/cpp/P1Space.h          |   184 +-
 demo/undocumented/curl-curl/cpp/compile.log        |  1251 -
 .../cpp/AdvectionDiffusion.h                       |   962 +-
 .../dg-advection-diffusion/cpp/CMakeLists.txt      |    24 +-
 .../dg-advection-diffusion/cpp/Projection.h        |   402 +-
 .../dg-advection-diffusion/cpp/Velocity.h          |   389 +-
 .../dg-advection-diffusion/cpp/compile.log         |  2405 -
 demo/undocumented/dg-poisson/cpp/CMakeLists.txt    |    24 +-
 demo/undocumented/dg-poisson/cpp/Poisson.h         |   462 +-
 demo/undocumented/dg-poisson/cpp/compile.log       |  1621 -
 demo/undocumented/elasticity/cpp/CMakeLists.txt    |    24 +-
 demo/undocumented/elasticity/cpp/Elasticity.h      |  1187 +-
 demo/undocumented/elasticity/cpp/compile.log       |  1840 -
 .../undocumented/elastodynamics/cpp/CMakeLists.txt |    24 +-
 demo/undocumented/elastodynamics/cpp/DG0_eps_xx.h  |   400 +-
 .../elastodynamics/cpp/ElastoDynamics.h            |   421 +-
 demo/undocumented/elastodynamics/cpp/compile.log   |  1037 -
 demo/undocumented/eval/cpp/CMakeLists.txt          |    24 +-
 demo/undocumented/eval/cpp/Projection.h            |   910 +-
 demo/undocumented/eval/cpp/compile.log             |   260 -
 demo/undocumented/extrapolation/cpp/CMakeLists.txt |    24 +-
 demo/undocumented/extrapolation/cpp/P1.h           |   114 +-
 demo/undocumented/extrapolation/cpp/P2.h           |   156 +-
 demo/undocumented/extrapolation/cpp/compile.log    |   116 -
 demo/undocumented/functional/cpp/CMakeLists.txt    |    24 +-
 demo/undocumented/functional/cpp/EnergyNorm.h      |   452 +-
 demo/undocumented/functional/cpp/compile.log       |   472 -
 demo/undocumented/ghost-mesh/python/.gitignore     |     1 -
 demo/undocumented/interpolation/cpp/CMakeLists.txt |    39 -
 demo/undocumented/lift-drag/cpp/CMakeLists.txt     |    24 +-
 demo/undocumented/lift-drag/cpp/Functionals.h      |   318 +-
 demo/undocumented/lift-drag/cpp/compile.log        |   548 -
 demo/undocumented/mesh-quality/cpp/CMakeLists.txt  |    24 +-
 demo/undocumented/mesh-quality/python/.gitignore   |     1 -
 .../meshfunction-refinement/cpp/CMakeLists.txt     |    24 +-
 demo/undocumented/mplot/python/.gitignore          |     2 -
 .../multimesh-poisson/cpp/CMakeLists.txt           |    24 +-
 .../multimesh-poisson/cpp/MultiMeshPoisson.h       |   356 +-
 .../undocumented/multimesh-poisson/cpp/compile.log |   367 -
 .../multimesh-stokes/cpp/CMakeLists.txt            |    24 +-
 .../multimesh-stokes/cpp/MultiMeshStokes.h         |  1080 +-
 demo/undocumented/multimesh-stokes/cpp/Stokes.h    |  1020 +-
 demo/undocumented/multimesh-stokes/cpp/compile.log |   977 -
 .../nonmatching-interpolation/cpp/P1.h             |  1179 -
 .../nonmatching-interpolation/cpp/P1.ufl           |    27 -
 .../nonmatching-interpolation/cpp/P3.h             |  3038 -
 .../nonmatching-interpolation/cpp/P3.ufl           |    27 -
 .../nonmatching-interpolation/cpp/compile.log      |   116 -
 .../nonmatching-interpolation/cpp/main.cpp         |    70 -
 .../python/demo_nonmatching-interpolation.py       |    47 -
 .../nonmatching-projection/cpp/CMakeLists.txt      |    24 +-
 .../nonmatching-projection/cpp/P1_projection.h     |   648 +-
 demo/undocumented/nonmatching-projection/cpp/P3.h  |   351 +-
 .../nonmatching-projection/cpp/compile.log         |   221 -
 .../parallel-refinement/cpp/CMakeLists.txt         |    24 +-
 demo/undocumented/parameters/cpp/CMakeLists.txt    |    24 +-
 demo/undocumented/plot/cpp/CMakeLists.txt          |    24 +-
 demo/undocumented/poisson-disc/cpp/CMakeLists.txt  |    24 +-
 demo/undocumented/poisson-disc/cpp/PoissonDisc.h   |   530 +-
 demo/undocumented/poisson-disc/cpp/compile.log     |  2073 -
 .../poisson1D-in-2D/cpp/CMakeLists.txt             |    24 +-
 demo/undocumented/poisson1D-in-2D/cpp/Poisson.h    |   218 +-
 demo/undocumented/poisson1D-in-2D/cpp/compile.log  |   165 -
 demo/undocumented/poisson1D/cpp/CMakeLists.txt     |    24 +-
 demo/undocumented/poisson1D/cpp/Poisson.h          |   206 +-
 demo/undocumented/poisson1D/cpp/compile.log        |   162 -
 .../projection-interpolation/cpp/CMakeLists.txt    |    39 -
 demo/undocumented/refinement/cpp/CMakeLists.txt    |    24 +-
 demo/undocumented/smoothing/cpp/CMakeLists.txt     |    39 -
 .../spatial-coordinates/cpp/CMakeLists.txt         |    24 +-
 .../spatial-coordinates/cpp/SpatialCoordinates.h   |   492 +-
 .../spatial-coordinates/cpp/compile.log            |   994 -
 demo/undocumented/submesh/cpp/CMakeLists.txt       |    24 +-
 .../sym-dirichlet-bc/cpp/CMakeLists.txt            |    24 +-
 demo/undocumented/sym-dirichlet-bc/cpp/Poisson.h   |   311 +-
 demo/undocumented/sym-dirichlet-bc/cpp/compile.log |   208 -
 demo/undocumented/time-series/cpp/CMakeLists.txt   |    24 +-
 demo/undocumented/timing/python/.gitignore         |     1 -
 demo/undocumented/waveguide/cpp/CMakeLists.txt     |    24 +-
 demo/undocumented/waveguide/cpp/Forms.h            |  1376 +-
 demo/undocumented/waveguide/cpp/compile.log        |  1146 -
 doc/requirements.txt                               |     1 +
 doc/source/conf.py                                 |   141 +-
 doc/source/contributing.rst                        |    57 +
 doc/source/demos.rst                               |   139 +
 doc/source/index.rst                               |     4 +-
 doc/source/installation.rst                        |    71 +-
 dolfin/CMakeLists.txt                              |   126 +-
 dolfin/adaptivity/CMakeLists.txt                   |    26 +
 dolfin/adaptivity/ErrorControl.cpp                 |     9 +-
 dolfin/ale/CMakeLists.txt                          |    44 +
 dolfin/ale/Poisson1D.h                             |  2263 -
 dolfin/ale/Poisson2D.h                             |  3357 -
 dolfin/ale/Poisson3D.h                             |  5242 --
 dolfin/ale/compile.log                             |   443 -
 dolfin/common/CMakeLists.txt                       |    34 +
 dolfin/common/SubSystemsManager.cpp                |    47 +-
 dolfin/common/SubSystemsManager.h                  |    20 +-
 dolfin/common/utils.h                              |    21 +-
 dolfin/fem/AssemblerBase.cpp                       |     5 +-
 dolfin/fem/CMakeLists.txt                          |    66 +
 dolfin/fem/DirichletBC.cpp                         |    54 +-
 dolfin/fem/DirichletBC.h                           |     1 +
 dolfin/fem/DofMap.cpp                              |    21 -
 dolfin/fem/DofMap.h                                |    12 -
 dolfin/fem/DofMapBuilder.cpp                       |    16 +-
 dolfin/fem/DofMapBuilder.h                         |     6 +-
 dolfin/fem/GenericDofMap.h                         |     5 -
 dolfin/fem/LinearVariationalProblem.cpp            |    21 +-
 dolfin/fem/LocalSolver.cpp                         |     5 +-
 dolfin/fem/MultiMeshDirichletBC.cpp                |    20 +-
 dolfin/fem/NonlinearVariationalProblem.cpp         |    26 +-
 dolfin/fem/SystemAssembler.cpp                     |    74 +-
 dolfin/fem/assemble.cpp                            |    16 +
 dolfin/fem/assemble.h                              |     2 +
 dolfin/fem/fem_utils.cpp                           |     2 +
 dolfin/function/CMakeLists.txt                     |    38 +
 dolfin/function/Function.cpp                       |    29 +-
 dolfin/function/Function.h                         |     4 +-
 dolfin/function/FunctionAXPY.cpp                   |    53 +-
 dolfin/function/FunctionAXPY.h                     |    26 +-
 dolfin/function/FunctionAssigner.cpp               |   185 +-
 dolfin/function/FunctionSpace.cpp                  |    36 +-
 dolfin/function/FunctionSpace.h                    |    21 +-
 dolfin/function/MultiMeshCoefficientAssigner.cpp   |    13 +
 dolfin/function/MultiMeshCoefficientAssigner.h     |     2 +
 dolfin/function/MultiMeshFunction.cpp              |    19 +
 dolfin/function/MultiMeshFunction.h                |    30 +-
 dolfin/function/SpecialFacetFunction.cpp           |    11 +-
 dolfin/function/SpecialFacetFunction.h             |    11 +
 dolfin/function/SpecialFunctions.cpp               |     2 +-
 dolfin/generation/CMakeLists.txt                   |    27 +
 dolfin/geometry/CMakeLists.txt                     |    25 +
 dolfin/graph/CMakeLists.txt                        |    21 +
 dolfin/io/CMakeLists.txt                           |    55 +
 dolfin/io/HDF5File.cpp                             |   128 +-
 dolfin/io/HDF5File.h                               |    10 +-
 dolfin/io/HDF5Interface.cpp                        |    19 +
 dolfin/io/HDF5Interface.h                          |    15 +
 dolfin/io/X3DOM.cpp                                |   450 +-
 dolfin/io/X3DOM.h                                  |    73 +-
 dolfin/io/XDMFFile.cpp                             |  2688 +-
 dolfin/io/XDMFFile.h                               |   262 +-
 dolfin/io/XDMFxml.cpp                              |   539 -
 dolfin/io/XDMFxml.h                                |   146 -
 dolfin/io/XMLFile.cpp                              |    16 +-
 dolfin/io/XMLTable.cpp                             |    61 +
 dolfin/io/XMLTable.h                               |     4 +
 dolfin/la/CMakeLists.txt                           |    98 +
 dolfin/la/PETScKrylovSolver.cpp                    |     6 +-
 dolfin/la/PETScLUSolver.cpp                        |     2 +-
 dolfin/la/PETScLinearOperator.cpp                  |     4 +
 dolfin/la/PETScObject.cpp                          |    57 +
 dolfin/la/PETScObject.h                            |    16 +-
 dolfin/la/PETScOptions.cpp                         |    15 +-
 dolfin/la/PETScOptions.h                           |    19 +-
 dolfin/log/CMakeLists.txt                          |    21 +
 dolfin/math/CMakeLists.txt                         |    12 +
 dolfin/mesh/CMakeLists.txt                         |    91 +
 dolfin/mesh/Cell.h                                 |    27 +-
 dolfin/mesh/CellType.cpp                           |    24 +-
 dolfin/mesh/CellType.h                             |    13 +-
 dolfin/mesh/DistributedMeshTools.cpp               |    33 +-
 dolfin/mesh/DistributedMeshTools.h                 |     6 +-
 dolfin/mesh/HexahedronCell.cpp                     |     3 +-
 dolfin/mesh/HexahedronCell.h                       |     2 +-
 dolfin/mesh/IntervalCell.cpp                       |     2 +-
 dolfin/mesh/IntervalCell.h                         |     2 +-
 dolfin/mesh/Mesh.cpp                               |     7 +
 dolfin/mesh/Mesh.h                                 |     3 +
 dolfin/mesh/MeshEntity.h                           |    19 +-
 dolfin/mesh/MeshFunction.h                         |     2 +-
 dolfin/mesh/MeshGeometry.h                         |     8 -
 dolfin/mesh/MeshOrdering.cpp                       |     4 +-
 dolfin/mesh/MeshPartitioning.h                     |     3 +-
 dolfin/mesh/MeshTopology.cpp                       |     2 +-
 dolfin/mesh/MeshTopology.h                         |     6 +-
 dolfin/mesh/PointCell.cpp                          |     2 +-
 dolfin/mesh/PointCell.h                            |     2 +-
 dolfin/mesh/QuadrilateralCell.cpp                  |     3 +-
 dolfin/mesh/QuadrilateralCell.h                    |     2 +-
 dolfin/mesh/TetrahedronCell.cpp                    |     2 +-
 dolfin/mesh/TetrahedronCell.h                      |     2 +-
 dolfin/mesh/TopologyComputation.cpp                |     5 +-
 dolfin/mesh/TriangleCell.cpp                       |     2 +-
 dolfin/mesh/TriangleCell.h                         |     2 +-
 dolfin/multistage/CMakeLists.txt                   |    12 +
 dolfin/multistage/MultiStageScheme.cpp             |   102 +-
 dolfin/nls/CMakeLists.txt                          |    16 +
 dolfin/nls/PETScSNESSolver.cpp                     |    47 +-
 dolfin/nls/TAOLinearBoundSolver.cpp                |     3 +
 dolfin/parameter/CMakeLists.txt                    |    12 +
 dolfin/plot/CMakeLists.txt                         |    25 +
 dolfin/plot/VTKPlotter.h                           |     8 -
 dolfin/refinement/CMakeLists.txt                   |    18 +
 dolfin/refinement/LocalMeshCoarsening.cpp          |     4 +-
 dolfin/refinement/ParallelRefinement.cpp           |     2 +-
 dolfin/swig/CMakeLists.txt                         |    19 +-
 dolfin/swig/adaptivity/docstrings.i                |     2 +-
 dolfin/swig/ale/docstrings.i                       |     2 +-
 dolfin/swig/common/docstrings.i                    |     8 +-
 dolfin/swig/common/pre.i                           |    23 +-
 dolfin/swig/fem/docstrings.i                       |    31 +-
 dolfin/swig/function/docstrings.i                  |    67 +-
 dolfin/swig/function/post.i                        |    28 +-
 dolfin/swig/function/pre.i                         |    77 +-
 dolfin/swig/generation/docstrings.i                |     2 +-
 dolfin/swig/geometry/docstrings.i                  |     2 +-
 dolfin/swig/graph/docstrings.i                     |     2 +-
 dolfin/swig/io/docstrings.i                        |   124 +-
 dolfin/swig/io/post.i                              |     3 +-
 dolfin/swig/la/docstrings.i                        |     2 +-
 dolfin/swig/la/post.i                              |    10 +-
 dolfin/swig/log/docstrings.i                       |     2 +-
 dolfin/swig/math/docstrings.i                      |     2 +-
 dolfin/swig/mesh/docstrings.i                      |    29 +-
 dolfin/swig/mesh/post.i                            |    21 +-
 dolfin/swig/modules/common/CMakeLists.txt          |    11 +-
 dolfin/swig/modules/common/dependencies.txt        |     2 +-
 dolfin/swig/modules/common/module.i                |     7 +-
 dolfin/swig/modules/fem/CMakeLists.txt             |    11 +-
 dolfin/swig/modules/fem/dependencies.txt           |     2 +-
 dolfin/swig/modules/fem/module.i                   |     2 +-
 dolfin/swig/modules/function/CMakeLists.txt        |    11 +-
 dolfin/swig/modules/function/dependencies.txt      |     2 +-
 dolfin/swig/modules/function/module.i              |     2 +-
 dolfin/swig/modules/io/CMakeLists.txt              |    11 +-
 dolfin/swig/modules/io/dependencies.txt            |     2 +-
 dolfin/swig/modules/io/module.i                    |     2 +-
 dolfin/swig/modules/la/CMakeLists.txt              |    11 +-
 dolfin/swig/modules/la/dependencies.txt            |     2 +-
 dolfin/swig/modules/la/module.i                    |     2 +-
 dolfin/swig/modules/mesh/CMakeLists.txt            |    11 +-
 dolfin/swig/modules/mesh/dependencies.txt          |     2 +-
 dolfin/swig/modules/mesh/module.i                  |     2 +-
 dolfin/swig/multistage/docstrings.i                |     2 +-
 dolfin/swig/nls/docstrings.i                       |     2 +-
 dolfin/swig/parameter/docstrings.i                 |     2 +-
 dolfin/swig/parameter/post.i                       |    13 +-
 dolfin/swig/plot/docstrings.i                      |     2 +-
 dolfin/swig/refinement/docstrings.i                |     2 +-
 dolfin/swig/shared_ptr_classes.i                   |     1 +
 dolfin/swig/typemaps/std_vector.i                  |     2 +
 site-packages/dolfin/common/plotting.py            |    44 +-
 .../dolfin/compilemodules/compilemodule.py         |   133 +-
 site-packages/dolfin/compilemodules/expressions.py |    65 +-
 site-packages/dolfin/compilemodules/jit.py         |    26 +-
 site-packages/dolfin/compilemodules/subdomains.py  |    20 +-
 .../dolfin/compilemodules/swigimportinfo.py        |  1815 +-
 site-packages/dolfin/deprecation.py                |    13 -
 site-packages/dolfin/fem/assembling.py             |    39 +-
 site-packages/dolfin/fem/bcs.py                    |     4 +-
 site-packages/dolfin/fem/form.py                   |    24 +-
 site-packages/dolfin/fem/formmanipulations.py      |    37 +-
 site-packages/dolfin/fem/norms.py                  |     3 +-
 site-packages/dolfin/fem/projection.py             |    29 +-
 site-packages/dolfin/functions/__init__.py         |     5 +-
 site-packages/dolfin/functions/expression.py       |    24 +-
 site-packages/dolfin/functions/function.py         |    14 +-
 site-packages/dolfin/functions/functionspace.py    |   134 +-
 .../dolfin/functions/multimeshfunction.py          |   126 +
 site-packages/dolfin/importhandler/__init__.py     |     2 +-
 site-packages/dolfin_utils/cppparser/utils.py      |    10 +-
 site-packages/dolfin_utils/pjobs/pjobs.py          |    23 +-
 site-packages/dolfin_utils/test/skips.py           |    17 +
 test/codingstyle/test_coding_style.py.in           |     2 +-
 test/data/README                                   |     5 +-
 test/data/aneurysm.xml                             | 85368 +++++++++++++++++++
 test/data/aneurysm.xml.gz                          |   Bin 703208 -> 0 bytes
 test/data/boxes.xml                                |  2473 +
 test/data/boxes.xml.gz                             |   Bin 16611 -> 0 bytes
 test/data/doughnut.xml                             |  1072 +
 test/data/doughnut.xml.gz                          |   Bin 15843 -> 0 bytes
 test/data/intersecting_surfaces.xml                |  5515 ++
 test/data/intersecting_surfaces.xml.gz             |   Bin 39191 -> 0 bytes
 test/data/manifest.xml                             |    62 +
 test/data/snake.xml                                |  9487 +++
 test/data/snake.xml.gz                             |   Bin 95055 -> 0 bytes
 test/documentation/README                          |     1 -
 test/documentation/test.py                         |    40 -
 test/documentation/verify_demo_code_snippets.py    |   196 -
 test/regression/test.py                            |    36 +-
 test/unit/CMakeLists.txt                           |     2 +-
 test/unit/cpp/CMakeLists.txt                       |    12 +-
 test/unit/cpp/function/Projection.h                |   910 +-
 test/unit/cpp/function/compile.log                 |   260 -
 test/unit/cpp/la/forms/ReactionDiffusion.h         |   296 +-
 test/unit/cpp/la/forms/ReactionDiffusionAction.h   |   275 +-
 test/unit/cpp/la/forms/compile.log                 |   319 -
 test/unit/python/book/test_chapter_10.py           |    16 +-
 test/unit/python/fem/test_assembler.py             |     2 +-
 test/unit/python/fem/test_dirichlet_bc.py          |     2 +-
 test/unit/python/fem/test_local_solver.py          |     8 +-
 test/unit/python/fem/test_manifolds.py             |     2 +-
 test/unit/python/fem/test_solving.py               |    26 +
 .../python/fem/test_symbolic_geometry_assembly.py  |    15 +-
 test/unit/python/fem/tetrahedron.xml               |    15 +
 test/unit/python/fem/tetrahedron.xml.gz            |   Bin 254 -> 0 bytes
 test/unit/python/function/test_expression.py       |     6 +-
 test/unit/python/function/test_function_space.py   |    41 +
 test/unit/python/io/test_HDF5.py                   |    10 +
 test/unit/python/io/test_XDMF.py                   |   366 +-
 test/unit/python/io/test_XML_table.py              |    48 +
 test/unit/python/jit/test_jit.py                   |     4 +-
 test/unit/python/la/test_petsc.py                  |     1 +
 test/unit/python/mesh/test_cell.py                 |    17 +-
 test/unit/python/mesh/test_mesh.py                 |    18 +-
 test/unit/python/mesh/test_mesh_quality.py         |     4 +-
 test/unit/python/mesh/test_sub_domain.py           |    28 +-
 test/unit/python/mesh/test_sub_mesh.py             |     2 +-
 test/unit/python/multimesh/test_multimesh.py       |    62 +
 test/unit/python/nls/test_PETScSNES_solver.py      |     4 +-
 .../python/nls/test_TAO_linear_bound_solver.py     |     2 +-
 .../test_solve_result_against_reference.py         |     6 +-
 utils/pylit/LICENSE                                |   341 +
 utils/pylit/README.rst                             |    51 +
 utils/pylit/pylit.py                               |  1873 +
 utils/x3dom/README.rst                             |    27 +
 utils/x3dom/x3dom_support.css                      |   162 +
 utils/x3dom/x3dom_support.js                       |   364 +
 571 files changed, 173539 insertions(+), 160900 deletions(-)

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



More information about the debian-science-commits mailing list