[dolfin] branch master updated (5b8a232 -> ec439f7)
Johannes Ring
johannr-guest at moszumanska.debian.org
Fri Dec 2 11:08:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
johannr-guest pushed a change to branch master
in repository dolfin.
from 5b8a232 Check pgp signature in d/watch
new 0f81084 New upstream version 2016.2.0
new 8af2e3a Merge tag 'upstream/2016.2.0'
new 1598129 Remove HDF5 patch (fixed in 2016.2 release) and move d/libdolfin2016.1.install -> d/libdolfin2016.2.install
new ec439f7 Bump version numbers to 2016.2
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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 +
debian/changelog | 8 +-
debian/control | 20 +-
...olfin2016.1.install => libdolfin2016.2.install} | 0
debian/patches/HDF5-configure.patch | 13 -
debian/patches/series | 1 -
debian/rules | 2 +-
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 +-
.../cpp/README | 0
.../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 +-
.../{ => python}/mixed-poisson_sigma.png | Bin
.../mixed-poisson/{ => python}/mixed-poisson_u.png | Bin
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
.../common.txt | 0
demo/documented/singular-poisson-rst/cpp/README | 1 +
.../python/demo_singular-poisson-rst.py | 201 +
.../python/demo_singular-poisson-rst.py.rst | 201 +
.../python}/singular_u.png | Bin
.../singular_u.png | Bin
.../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 +-
.../io/{test_XMLFunction.py => 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 +
577 files changed, 173456 insertions(+), 160947 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 .mailmap
delete mode 100644 ChangeLog
create mode 100644 ChangeLog.rst
delete mode 100644 bench/fem/assembly/cpp/forms/compile.log
delete mode 100644 bench/fem/convergence/cpp/compile.log
delete mode 100644 bench/fem/multicore/cpp/compile.log
delete mode 100644 bench/fem/speedup/cpp/compile.log
delete mode 100644 bench/function/evaluation/cpp/compile.log
create mode 100644 cmake/modules/FindBoost.cmake
delete mode 100644 cmake/modules/FindCppUnit.cmake
delete mode 100644 cmake/modules/language_support_v2.cmake
rename cmake/scripts/{copy-swig-files => copy-swig-files.py} (96%)
mode change 100755 => 100644
rename cmake/scripts/{copy-test-demo-data => copy-test-demo-data.py} (91%)
mode change 100755 => 100644
delete mode 100755 cmake/scripts/download-demo-data
delete mode 100755 cmake/scripts/generate-all
rename cmake/scripts/{generate-cmakefiles => generate-cmakefiles.py} (79%)
mode change 100755 => 100644
create mode 100644 cmake/scripts/generate-demo-files.py
delete mode 100755 cmake/scripts/generate-form-files
create mode 100644 cmake/scripts/generate-form-files.py
delete mode 100755 cmake/scripts/generate-local
rename cmake/scripts/{generate-swig-docstrings => generate-swig-docstrings.py} (99%)
mode change 100755 => 100644
rename cmake/scripts/{generate-swig-interface => generate-swig-interface.py} (74%)
mode change 100755 => 100644
delete mode 100644 cmake/templates/dolfin-config-version.cmake.in
delete mode 100644 cmake/templates/dolfin-config.cmake.in
rename debian/{libdolfin2016.1.install => libdolfin2016.2.install} (100%)
delete mode 100644 debian/patches/HDF5-configure.patch
delete mode 100644 debian/patches/series
delete mode 100644 demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.h
delete mode 100644 demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.ufl
create mode 100644 demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.ufl.rst
delete mode 100644 demo/documented/auto-adaptive-poisson/cpp/compile.log
delete mode 100644 demo/documented/auto-adaptive-poisson/cpp/documentation.rst
delete mode 100644 demo/documented/auto-adaptive-poisson/cpp/main.cpp
create mode 100644 demo/documented/auto-adaptive-poisson/cpp/main.cpp.rst
create mode 100644 demo/documented/auto-adaptive-poisson/python/demo_auto-adaptive-poisson.py.rst
delete mode 100644 demo/documented/auto-adaptive-poisson/python/documentation.rst
delete mode 100644 demo/documented/bcs/cpp/compile.log
delete mode 100644 demo/documented/biharmonic/common.txt
delete mode 100644 demo/documented/biharmonic/cpp/Biharmonic.h
delete mode 100644 demo/documented/biharmonic/cpp/Biharmonic.ufl
create mode 100644 demo/documented/biharmonic/cpp/Biharmonic.ufl.rst
delete mode 100644 demo/documented/biharmonic/cpp/compile.log
delete mode 100644 demo/documented/biharmonic/cpp/documentation.rst
delete mode 100644 demo/documented/biharmonic/cpp/main.cpp
create mode 100644 demo/documented/biharmonic/cpp/main.cpp.rst
create mode 100644 demo/documented/biharmonic/python/demo_biharmonic.py.rst
delete mode 100644 demo/documented/biharmonic/python/documentation.rst
delete mode 100644 demo/documented/built-in-meshes/cpp/documentation.rst
delete mode 100644 demo/documented/built-in-meshes/cpp/main.cpp
create mode 100644 demo/documented/built-in-meshes/cpp/main.cpp.rst
rename demo/documented/built-in-meshes/python/{documentation.rst => demo_built-in-meshes.py.rst} (77%)
delete mode 100644 demo/documented/cahn-hilliard/cpp/compile.log
rename demo/documented/cahn-hilliard/python/{documentation.rst => demo_cahn-hilliard.py.rst} (63%)
delete mode 100644 demo/documented/eigenvalue/cpp/StiffnessMatrix.h
delete mode 100644 demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl
create mode 100644 demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl.rst
delete mode 100644 demo/documented/eigenvalue/cpp/compile.log
delete mode 100644 demo/documented/eigenvalue/cpp/documentation.rst
delete mode 100644 demo/documented/eigenvalue/cpp/main.cpp
create mode 100644 demo/documented/eigenvalue/cpp/main.cpp.rst
rename demo/documented/eigenvalue/python/{documentation.rst => demo_eigenvalue.py.rst} (56%)
delete mode 100644 demo/documented/hyperelasticity/cpp/compile.log
rename demo/documented/hyperelasticity/python/{documentation.rst => demo_hyperelasticity.py.rst} (88%)
copy demo/documented/{stokes-mini => maxwell-eigenvalues}/cpp/README (100%)
create mode 100644 demo/documented/maxwell-eigenvalues/python/demo_maxwell-eigenvalues.py
create mode 100644 demo/documented/maxwell-eigenvalues/python/demo_maxwell-eigenvalues.py.rst
delete mode 100644 demo/documented/mixed-poisson-dual/common.txt
delete mode 100644 demo/documented/mixed-poisson-dual/cpp/CMakeLists.txt
delete mode 100644 demo/documented/mixed-poisson-dual/cpp/MixedPoissonDual.h
delete mode 100644 demo/documented/mixed-poisson-dual/cpp/MixedPoissonDual.ufl
delete mode 100644 demo/documented/mixed-poisson-dual/cpp/compile.log
delete mode 100644 demo/documented/mixed-poisson-dual/cpp/documentation.rst
delete mode 100644 demo/documented/mixed-poisson-dual/cpp/main.cpp
delete mode 100644 demo/documented/mixed-poisson-dual/mixed-poisson-dual_sigma.png
delete mode 100644 demo/documented/mixed-poisson-dual/mixed-poisson-dual_u.png
delete mode 100644 demo/documented/mixed-poisson-dual/python/demo_mixed-poisson-dual.py
delete mode 100644 demo/documented/mixed-poisson-dual/python/documentation.rst
delete mode 100644 demo/documented/mixed-poisson/common.txt
delete mode 100644 demo/documented/mixed-poisson/cpp/MixedPoisson.h
delete mode 100644 demo/documented/mixed-poisson/cpp/MixedPoisson.ufl
create mode 100644 demo/documented/mixed-poisson/cpp/MixedPoisson.ufl.rst
delete mode 100644 demo/documented/mixed-poisson/cpp/compile.log
delete mode 100644 demo/documented/mixed-poisson/cpp/main.cpp
create mode 100644 demo/documented/mixed-poisson/cpp/main.cpp.rst
rename demo/documented/mixed-poisson/python/{documentation.rst => demo_mixed-poisson.py.rst} (51%)
copy demo/documented/mixed-poisson/{ => python}/mixed-poisson_sigma.png (100%)
copy demo/documented/mixed-poisson/{ => python}/mixed-poisson_u.png (100%)
delete mode 100644 demo/documented/navier-stokes/cpp/compile.log
delete mode 100644 demo/documented/neumann-poisson/cpp/compile.log
delete mode 100644 demo/documented/nonlinear-poisson/cpp/compile.log
rename demo/documented/nonlinear-poisson/python/{documentation.rst => demo_nonlinear-poisson.py.rst} (61%)
rename demo/documented/nonlinear-poisson/{ => python}/plot_u.png (100%)
rename demo/documented/nonlinear-poisson/{ => python}/plot_u_gradient.png (100%)
rename demo/{undocumented => documented}/nonmatching-interpolation/cpp/CMakeLists.txt (63%)
create mode 100644 demo/documented/nonmatching-interpolation/cpp/P1.ufl.rst
create mode 100644 demo/documented/nonmatching-interpolation/cpp/P3.ufl.rst
create mode 100644 demo/documented/nonmatching-interpolation/cpp/main.cpp.rst
create mode 100644 demo/documented/nonmatching-interpolation/python/demo_nonmatching-interpolation.py
create mode 100644 demo/documented/nonmatching-interpolation/python/demo_nonmatching-interpolation.py.rst
delete mode 100644 demo/documented/periodic/cpp/compile.log
delete mode 100644 demo/documented/poisson/common.txt
delete mode 100644 demo/documented/poisson/cpp/Poisson.h
delete mode 100644 demo/documented/poisson/cpp/Poisson.ufl
create mode 100644 demo/documented/poisson/cpp/Poisson.ufl.rst
delete mode 100644 demo/documented/poisson/cpp/compile.log
delete mode 100644 demo/documented/poisson/cpp/documentation.rst
delete mode 100644 demo/documented/poisson/cpp/main.cpp
create mode 100644 demo/documented/poisson/cpp/main.cpp.rst
rename demo/documented/poisson/python/{documentation.rst => demo_poisson.py.rst} (64%)
copy demo/documented/poisson/{ => python}/poisson_u.png (100%)
copy demo/documented/{singular-poisson => singular-poisson-rst}/common.txt (100%)
create mode 100644 demo/documented/singular-poisson-rst/cpp/README
create mode 100644 demo/documented/singular-poisson-rst/python/demo_singular-poisson-rst.py
create mode 100644 demo/documented/singular-poisson-rst/python/demo_singular-poisson-rst.py.rst
copy demo/documented/{singular-poisson => singular-poisson-rst/python}/singular_u.png (100%)
copy demo/documented/{singular-poisson => singular-poisson-rst}/singular_u.png (100%)
delete mode 100644 demo/documented/singular-poisson/cpp/compile.log
delete mode 100644 demo/documented/stokes-iterative/cpp/compile.log
delete mode 100644 demo/documented/stokes-taylor-hood/cpp/compile.log
delete mode 100644 demo/undocumented/adaptive-poisson/cpp/CMakeLists.txt
delete mode 100644 demo/undocumented/advection-diffusion/cpp/compile.log
delete mode 100644 demo/undocumented/auto-adaptive-navier-stokes/cpp/compile.log
delete mode 100644 demo/undocumented/block-matrix/cpp/compile.log
delete mode 100644 demo/undocumented/conditional/cpp/compile.log
delete mode 100644 demo/undocumented/contact-vi-snes/cpp/compile.log
delete mode 100644 demo/undocumented/contact-vi-tao/cpp/compile.log
delete mode 100644 demo/undocumented/curl-curl/cpp/compile.log
delete mode 100644 demo/undocumented/dg-advection-diffusion/cpp/compile.log
delete mode 100644 demo/undocumented/dg-poisson/cpp/compile.log
delete mode 100644 demo/undocumented/elasticity/cpp/compile.log
delete mode 100644 demo/undocumented/elastodynamics/cpp/compile.log
delete mode 100644 demo/undocumented/eval/cpp/compile.log
delete mode 100644 demo/undocumented/extrapolation/cpp/compile.log
delete mode 100644 demo/undocumented/functional/cpp/compile.log
delete mode 100644 demo/undocumented/ghost-mesh/python/.gitignore
delete mode 100644 demo/undocumented/interpolation/cpp/CMakeLists.txt
delete mode 100644 demo/undocumented/lift-drag/cpp/compile.log
delete mode 100644 demo/undocumented/mesh-quality/python/.gitignore
delete mode 100644 demo/undocumented/mplot/python/.gitignore
delete mode 100644 demo/undocumented/multimesh-poisson/cpp/compile.log
delete mode 100644 demo/undocumented/multimesh-stokes/cpp/compile.log
delete mode 100644 demo/undocumented/nonmatching-interpolation/cpp/P1.h
delete mode 100644 demo/undocumented/nonmatching-interpolation/cpp/P1.ufl
delete mode 100644 demo/undocumented/nonmatching-interpolation/cpp/P3.h
delete mode 100644 demo/undocumented/nonmatching-interpolation/cpp/P3.ufl
delete mode 100644 demo/undocumented/nonmatching-interpolation/cpp/compile.log
delete mode 100644 demo/undocumented/nonmatching-interpolation/cpp/main.cpp
delete mode 100644 demo/undocumented/nonmatching-interpolation/python/demo_nonmatching-interpolation.py
delete mode 100644 demo/undocumented/nonmatching-projection/cpp/compile.log
delete mode 100644 demo/undocumented/poisson-disc/cpp/compile.log
delete mode 100644 demo/undocumented/poisson1D-in-2D/cpp/compile.log
delete mode 100644 demo/undocumented/poisson1D/cpp/compile.log
delete mode 100644 demo/undocumented/projection-interpolation/cpp/CMakeLists.txt
delete mode 100644 demo/undocumented/smoothing/cpp/CMakeLists.txt
delete mode 100644 demo/undocumented/spatial-coordinates/cpp/compile.log
delete mode 100644 demo/undocumented/sym-dirichlet-bc/cpp/compile.log
delete mode 100644 demo/undocumented/timing/python/.gitignore
delete mode 100644 demo/undocumented/waveguide/cpp/compile.log
create mode 100644 doc/requirements.txt
create mode 100644 doc/source/contributing.rst
create mode 100644 doc/source/demos.rst
create mode 100644 dolfin/adaptivity/CMakeLists.txt
create mode 100644 dolfin/ale/CMakeLists.txt
delete mode 100644 dolfin/ale/Poisson1D.h
delete mode 100644 dolfin/ale/Poisson2D.h
delete mode 100644 dolfin/ale/Poisson3D.h
delete mode 100644 dolfin/ale/compile.log
create mode 100644 dolfin/common/CMakeLists.txt
create mode 100644 dolfin/fem/CMakeLists.txt
create mode 100644 dolfin/function/CMakeLists.txt
create mode 100644 dolfin/generation/CMakeLists.txt
create mode 100644 dolfin/geometry/CMakeLists.txt
create mode 100644 dolfin/graph/CMakeLists.txt
create mode 100644 dolfin/io/CMakeLists.txt
delete mode 100644 dolfin/io/XDMFxml.cpp
delete mode 100644 dolfin/io/XDMFxml.h
create mode 100644 dolfin/la/CMakeLists.txt
create mode 100644 dolfin/la/PETScObject.cpp
create mode 100644 dolfin/log/CMakeLists.txt
create mode 100644 dolfin/math/CMakeLists.txt
create mode 100644 dolfin/mesh/CMakeLists.txt
create mode 100644 dolfin/multistage/CMakeLists.txt
create mode 100644 dolfin/nls/CMakeLists.txt
create mode 100644 dolfin/parameter/CMakeLists.txt
create mode 100644 dolfin/plot/CMakeLists.txt
create mode 100644 dolfin/refinement/CMakeLists.txt
create mode 100644 site-packages/dolfin/functions/multimeshfunction.py
create mode 100644 test/data/aneurysm.xml
delete mode 100644 test/data/aneurysm.xml.gz
create mode 100644 test/data/boxes.xml
delete mode 100644 test/data/boxes.xml.gz
create mode 100644 test/data/doughnut.xml
delete mode 100644 test/data/doughnut.xml.gz
create mode 100644 test/data/intersecting_surfaces.xml
delete mode 100644 test/data/intersecting_surfaces.xml.gz
create mode 100755 test/data/manifest.xml
create mode 100644 test/data/snake.xml
delete mode 100644 test/data/snake.xml.gz
delete mode 100644 test/documentation/README
delete mode 100644 test/documentation/test.py
delete mode 100755 test/documentation/verify_demo_code_snippets.py
delete mode 100644 test/unit/cpp/function/compile.log
delete mode 100644 test/unit/cpp/la/forms/compile.log
create mode 100644 test/unit/python/fem/tetrahedron.xml
delete mode 100644 test/unit/python/fem/tetrahedron.xml.gz
copy test/unit/python/io/{test_XMLFunction.py => test_XML_table.py} (50%)
create mode 100644 test/unit/python/multimesh/test_multimesh.py
create mode 100644 utils/pylit/LICENSE
create mode 100644 utils/pylit/README.rst
create mode 100755 utils/pylit/pylit.py
create mode 100644 utils/x3dom/README.rst
create mode 100644 utils/x3dom/x3dom_support.css
create mode 100644 utils/x3dom/x3dom_support.js
--
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