Import dolfin_2018.1.0.post1.orig.tar.gz
authorDrew Parsons <dparsons@debian.org>
Wed, 27 Jun 2018 12:50:58 +0000 (13:50 +0100)
committerDrew Parsons <dparsons@debian.org>
Wed, 27 Jun 2018 12:50:58 +0000 (13:50 +0100)
commitd5950b3046fd88c94bd30c75bc6d9a2a66c09c60
tree7dee7a59ea53e24faaece5438a40e78033b7ffd3
Import dolfin_2018.1.0.post1.orig.tar.gz

[dgit import orig dolfin_2018.1.0.post1.orig.tar.gz]
1255 files changed:
.circleci/config.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
COPYING.LESSER [new file with mode: 0644]
ChangeLog.rst [new file with mode: 0644]
INSTALL [new file with mode: 0644]
README.rst [new file with mode: 0644]
bench/CMakeLists.txt [new file with mode: 0644]
bench/README [new file with mode: 0644]
bench/bench.py [new file with mode: 0644]
bench/common/progress/cpp/main.cpp [new file with mode: 0644]
bench/common/timing/cpp/main.cpp [new file with mode: 0644]
bench/fem/assembly/cpp/forms.h [new file with mode: 0644]
bench/fem/assembly/cpp/forms/Elasticity3D.ufl [new file with mode: 0644]
bench/fem/assembly/cpp/forms/NSEMomentum3D.ufl [new file with mode: 0644]
bench/fem/assembly/cpp/forms/Poisson2DP1.ufl [new file with mode: 0644]
bench/fem/assembly/cpp/forms/Poisson2DP2.ufl [new file with mode: 0644]
bench/fem/assembly/cpp/forms/Poisson2DP3.ufl [new file with mode: 0644]
bench/fem/assembly/cpp/forms/StabStokes2D.ufl [new file with mode: 0644]
bench/fem/assembly/cpp/forms/THStokes2D.ufl [new file with mode: 0644]
bench/fem/assembly/cpp/main.cpp [new file with mode: 0644]
bench/fem/assembly/python/broken [new file with mode: 0755]
bench/fem/convergence/cpp/Poisson2D_1.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/Poisson2D_2.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/Poisson2D_3.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/Poisson2D_4.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/Poisson2D_5.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/Poisson3D_1.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/Poisson3D_2.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/Poisson3D_3.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/Poisson3D_4.ufl [new file with mode: 0644]
bench/fem/convergence/cpp/README [new file with mode: 0644]
bench/fem/convergence/cpp/main.cpp [new file with mode: 0644]
bench/fem/jit/python/bench_fem_jit_python [new file with mode: 0755]
bench/fem/speedup/cpp/Poisson.ufl [new file with mode: 0644]
bench/fem/speedup/cpp/README [new file with mode: 0644]
bench/fem/speedup/cpp/analyse-bench [new file with mode: 0755]
bench/fem/speedup/cpp/assemble-poisson.cpp [new file with mode: 0644]
bench/fem/speedup/cpp/bench_fem_speedup_cpp [new file with mode: 0755]
bench/fem/speedup/cpp/clean.sh [new file with mode: 0755]
bench/fem/speedup/cpp/solve-poisson.cpp [new file with mode: 0644]
bench/fem/speedup/cpp/submit-bench [new file with mode: 0755]
bench/function/evaluation/cpp/P1.ufl [new file with mode: 0644]
bench/function/evaluation/cpp/main.cpp [new file with mode: 0644]
bench/function/extrapolation/python/bench_function_extrapolation_python [new file with mode: 0755]
bench/function/interpolation/python/bench_function_interpolation_python [new file with mode: 0755]
bench/geometry/bounding_box_tree_build/cpp/main.cpp [new file with mode: 0644]
bench/geometry/bounding_box_tree_compute_closest_entity/cpp/main.cpp [new file with mode: 0644]
bench/geometry/bounding_box_tree_compute_entity_collisions/cpp/main.cpp [new file with mode: 0644]
bench/la/vector/access/cpp/main.cpp [new file with mode: 0644]
bench/la/vector/assignment/cpp/main.cpp [new file with mode: 0644]
bench/logs/bench.log [new file with mode: 0644]
bench/logs/milestones.log [new file with mode: 0644]
bench/mesh/iteration/cpp/main.cpp [new file with mode: 0644]
bench/mesh/refinement/cpp/main.cpp [new file with mode: 0644]
bench/mesh/topology/cpp/main.cpp [new file with mode: 0644]
bench/mesh/unitcube/cpp/main.cpp [new file with mode: 0644]
bench/plot.py [new file with mode: 0644]
cmake/modules/CorrectWindowsPaths.cmake [new file with mode: 0644]
cmake/modules/FindAMD.cmake [new file with mode: 0644]
cmake/modules/FindBLAS.cmake [new file with mode: 0644]
cmake/modules/FindBLASHeader.cmake [new file with mode: 0644]
cmake/modules/FindCHOLMOD.cmake [new file with mode: 0644]
cmake/modules/FindEigen3.cmake [new file with mode: 0644]
cmake/modules/FindGMP.cmake [new file with mode: 0644]
cmake/modules/FindLAPACK.cmake [new file with mode: 0644]
cmake/modules/FindMPFR.cmake [new file with mode: 0644]
cmake/modules/FindMPI.cmake [new file with mode: 0644]
cmake/modules/FindNumPy.cmake [new file with mode: 0644]
cmake/modules/FindPETSc.cmake [new file with mode: 0644]
cmake/modules/FindPETSc4py.cmake [new file with mode: 0644]
cmake/modules/FindParMETIS.cmake [new file with mode: 0644]
cmake/modules/FindPythonModule.cmake [new file with mode: 0644]
cmake/modules/FindSCOTCH.cmake [new file with mode: 0644]
cmake/modules/FindSLEPc.cmake [new file with mode: 0644]
cmake/modules/FindSLEPc4py.cmake [new file with mode: 0644]
cmake/modules/FindSUNDIALS.cmake [new file with mode: 0644]
cmake/modules/FindSphinx.cmake [new file with mode: 0644]
cmake/modules/FindUFC.cmake [new file with mode: 0644]
cmake/modules/FindUMFPACK.cmake [new file with mode: 0644]
cmake/post-install/CMakeLists.txt [new file with mode: 0644]
cmake/scripts/copy-test-demo-data.py [new file with mode: 0644]
cmake/scripts/generate-cmakefiles.py [new file with mode: 0644]
cmake/scripts/generate-demo-files.py [new file with mode: 0644]
cmake/scripts/generate-form-files.py [new file with mode: 0644]
cmake/templates/DOLFINConfig.cmake.in [new file with mode: 0644]
cmake/templates/DOLFINConfigVersion.cmake.in [new file with mode: 0644]
cmake/templates/UseDOLFIN.cmake.in [new file with mode: 0644]
cmake/templates/cmake_uninstall.cmake.in [new file with mode: 0644]
cmake/templates/dolfin-get-demos.in [new file with mode: 0644]
cmake/templates/dolfin-version.in [new file with mode: 0644]
cmake/templates/dolfin.conf.in [new file with mode: 0644]
cmake/templates/dolfin.pc.in [new file with mode: 0644]
cmake/templates/fenics-version.in [new file with mode: 0644]
data/README [new file with mode: 0644]
demo/CMakeLists.txt [new file with mode: 0644]
demo/README [new file with mode: 0644]
demo/cmake.local [new file with mode: 0755]
demo/documented/auto-adaptive-poisson/common.txt [new file with mode: 0644]
demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.ufl.rst [new file with mode: 0644]
demo/documented/auto-adaptive-poisson/cpp/main.cpp.rst [new file with mode: 0644]
demo/documented/auto-adaptive-poisson/u_refined.png [new file with mode: 0644]
demo/documented/auto-adaptive-poisson/u_unrefined.png [new file with mode: 0644]
demo/documented/bcs/aneurysm.xml.gz [new file with mode: 0644]
demo/documented/bcs/common.txt [new file with mode: 0644]
demo/documented/bcs/cpp/Poisson.ufl [new file with mode: 0644]
demo/documented/bcs/cpp/documentation.rst [new file with mode: 0644]
demo/documented/bcs/cpp/main.cpp [new file with mode: 0644]
demo/documented/bcs/demo_bcs.png [new file with mode: 0644]
demo/documented/bcs/python/demo_bcs.py [new file with mode: 0644]
demo/documented/bcs/python/documentation.rst [new file with mode: 0644]
demo/documented/biharmonic/biharmonic_u.png [new file with mode: 0644]
demo/documented/biharmonic/cpp/Biharmonic.ufl.rst [new file with mode: 0644]
demo/documented/biharmonic/cpp/main.cpp.rst [new file with mode: 0644]
demo/documented/built-in-meshes/common.txt [new file with mode: 0644]
demo/documented/built-in-meshes/cpp/main.cpp.rst [new file with mode: 0644]
demo/documented/cahn-hilliard/cahn-hilliard_c.png [new file with mode: 0644]
demo/documented/cahn-hilliard/common.txt [new file with mode: 0644]
demo/documented/cahn-hilliard/cpp/CahnHilliard2D.ufl [new file with mode: 0644]
demo/documented/cahn-hilliard/cpp/CahnHilliard3D.ufl [new file with mode: 0644]
demo/documented/cahn-hilliard/cpp/documentation.rst [new file with mode: 0644]
demo/documented/cahn-hilliard/cpp/main.cpp [new file with mode: 0644]
demo/documented/eigenvalue/box_with_dent.xml.gz [new file with mode: 0644]
demo/documented/eigenvalue/common.txt [new file with mode: 0644]
demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl.rst [new file with mode: 0644]
demo/documented/eigenvalue/cpp/main.cpp.rst [new file with mode: 0644]
demo/documented/eigenvalue/eigenvalue_x.png [new file with mode: 0644]
demo/documented/hyperelasticity/cpp/HyperElasticity.ufl.rst [new file with mode: 0644]
demo/documented/hyperelasticity/cpp/main.cpp.rst [new file with mode: 0644]
demo/documented/hyperelasticity/hyperelasticity.rst [new file with mode: 0644]
demo/documented/hyperelasticity/hyperelasticity_u0.png [new file with mode: 0644]
demo/documented/hyperelasticity/hyperelasticity_u1.png [new file with mode: 0644]
demo/documented/mixed-poisson/cpp/MixedPoisson.ufl.rst [new file with mode: 0644]
demo/documented/mixed-poisson/cpp/main.cpp.rst [new file with mode: 0644]
demo/documented/mixed-poisson/mixed-poisson_sigma.png [new file with mode: 0644]
demo/documented/mixed-poisson/mixed-poisson_u.png [new file with mode: 0644]
demo/documented/navier-stokes/common.txt [new file with mode: 0644]
demo/documented/navier-stokes/cpp/PressureUpdate.ufl [new file with mode: 0644]
demo/documented/navier-stokes/cpp/TentativeVelocity.ufl [new file with mode: 0644]
demo/documented/navier-stokes/cpp/VelocityUpdate.ufl [new file with mode: 0644]
demo/documented/navier-stokes/cpp/documentation.rst [new file with mode: 0644]
demo/documented/navier-stokes/cpp/main.cpp [new file with mode: 0644]
demo/documented/navier-stokes/lshape.xml.gz [new file with mode: 0644]
demo/documented/navier-stokes/navier-stokes_p.png [new file with mode: 0644]
demo/documented/navier-stokes/navier-stokes_u.png [new file with mode: 0644]
demo/documented/neumann-poisson/common.txt [new file with mode: 0644]
demo/documented/neumann-poisson/cpp/Poisson.ufl [new file with mode: 0644]
demo/documented/neumann-poisson/cpp/documentation.rst [new file with mode: 0644]
demo/documented/neumann-poisson/cpp/main.cpp [new file with mode: 0644]
demo/documented/neumann-poisson/neumann-poisson_u.png [new file with mode: 0644]
demo/documented/nonlinear-poisson/common.txt [new file with mode: 0644]
demo/documented/nonlinear-poisson/cpp/NonlinearPoisson.ufl [new file with mode: 0644]
demo/documented/nonlinear-poisson/cpp/documentation.rst [new file with mode: 0644]
demo/documented/nonlinear-poisson/cpp/main.cpp [new file with mode: 0644]
demo/documented/nonlinear-poisson/cpp/plot.py [new file with mode: 0644]
demo/documented/nonmatching-interpolation/cpp/P1.ufl.rst [new file with mode: 0644]
demo/documented/nonmatching-interpolation/cpp/P3.ufl.rst [new file with mode: 0644]
demo/documented/nonmatching-interpolation/cpp/main.cpp.rst [new file with mode: 0644]
demo/documented/periodic/common.txt [new file with mode: 0644]
demo/documented/periodic/cpp/Poisson.ufl [new file with mode: 0644]
demo/documented/periodic/cpp/documentation.rst [new file with mode: 0644]
demo/documented/periodic/cpp/main.cpp [new file with mode: 0644]
demo/documented/periodic/plot_u.png [new file with mode: 0644]
demo/documented/poisson/cpp/Poisson.ufl.rst [new file with mode: 0644]
demo/documented/poisson/cpp/main.cpp.rst [new file with mode: 0644]
demo/documented/poisson/poisson_u.png [new file with mode: 0644]
demo/documented/singular-poisson/common.txt [new file with mode: 0644]
demo/documented/singular-poisson/cpp/Poisson.ufl [new file with mode: 0644]
demo/documented/singular-poisson/cpp/documentation.rst [new file with mode: 0644]
demo/documented/singular-poisson/cpp/main.cpp [new file with mode: 0644]
demo/documented/singular-poisson/singular_u.png [new file with mode: 0644]
demo/documented/stokes-iterative/common.txt [new file with mode: 0644]
demo/documented/stokes-iterative/cpp/Stokes.ufl [new file with mode: 0644]
demo/documented/stokes-iterative/cpp/StokesPreconditioner.ufl [new file with mode: 0644]
demo/documented/stokes-iterative/cpp/documentation.rst [new file with mode: 0644]
demo/documented/stokes-iterative/cpp/main.cpp [new file with mode: 0644]
demo/documented/stokes-taylor-hood/common.txt [new file with mode: 0644]
demo/documented/stokes-taylor-hood/cpp/Stokes.ufl [new file with mode: 0644]
demo/documented/stokes-taylor-hood/cpp/documentation.rst [new file with mode: 0644]
demo/documented/stokes-taylor-hood/cpp/main.cpp [new file with mode: 0644]
demo/documented/stokes-taylor-hood/cpp/plot.py [new file with mode: 0644]
demo/documented/stokes-taylor-hood/dolfin_fine.xml.gz [new file with mode: 0644]
demo/documented/stokes-taylor-hood/dolfin_fine_subdomains.xml.gz [new file with mode: 0644]
demo/documented/stokes-taylor-hood/plot_mesh.png [new file with mode: 0644]
demo/documented/stokes-taylor-hood/plot_mesh_boundaries.png [new file with mode: 0644]
demo/documented/stokes-taylor-hood/plot_p.png [new file with mode: 0644]
demo/documented/stokes-taylor-hood/plot_u.png [new file with mode: 0644]
demo/documented/subdomains/common.txt [new file with mode: 0644]
demo/documented/subdomains/cpp/documentation.rst [new file with mode: 0644]
demo/documented/subdomains/cpp/main.cpp [new file with mode: 0644]
demo/documented/subdomains/dolfin_fine.xml.gz [new file with mode: 0644]
demo/documented/subdomains/plot_subdomains.png [new file with mode: 0644]
demo/undocumented/advection-diffusion/cpp/AdvectionDiffusion.ufl [new file with mode: 0644]
demo/undocumented/advection-diffusion/cpp/Velocity.ufl [new file with mode: 0644]
demo/undocumented/advection-diffusion/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/advection-diffusion/dolfin_fine.xml.gz [new file with mode: 0644]
demo/undocumented/advection-diffusion/dolfin_fine_subdomains.xml.gz [new file with mode: 0644]
demo/undocumented/advection-diffusion/dolfin_fine_velocity.xml.gz [new file with mode: 0644]
demo/undocumented/ale/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/auto-adaptive-navier-stokes/channel_with_flap.xml.gz [new file with mode: 0644]
demo/undocumented/auto-adaptive-navier-stokes/cpp/AdaptiveNavierStokes.ufl [new file with mode: 0644]
demo/undocumented/auto-adaptive-navier-stokes/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/block-matrix/cpp/StiffnessMatrix.ufl [new file with mode: 0644]
demo/undocumented/block-matrix/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/conditional/cpp/Conditional.ufl [new file with mode: 0644]
demo/undocumented/conditional/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/contact-vi-snes/circle_yplane.geo [new file with mode: 0644]
demo/undocumented/contact-vi-snes/circle_yplane.xml.gz [new file with mode: 0644]
demo/undocumented/contact-vi-snes/cpp/HyperElasticity.ufl [new file with mode: 0644]
demo/undocumented/contact-vi-snes/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/contact-vi-tao/circle_yplane.xml.gz [new file with mode: 0644]
demo/undocumented/contact-vi-tao/cpp/Elasticity.ufl [new file with mode: 0644]
demo/undocumented/contact-vi-tao/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/curl-curl/cpp/CurrentDensity.ufl [new file with mode: 0644]
demo/undocumented/curl-curl/cpp/EddyCurrents.ufl [new file with mode: 0644]
demo/undocumented/curl-curl/cpp/P1Space.ufl [new file with mode: 0644]
demo/undocumented/curl-curl/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/curl-curl/sphere.xml.gz [new file with mode: 0644]
demo/undocumented/dg-advection-diffusion/cpp/AdvectionDiffusion.ufl [new file with mode: 0644]
demo/undocumented/dg-advection-diffusion/cpp/Projection.ufl [new file with mode: 0644]
demo/undocumented/dg-advection-diffusion/cpp/Velocity.ufl [new file with mode: 0644]
demo/undocumented/dg-advection-diffusion/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/dg-advection-diffusion/unitsquare_64_64.xml.gz [new file with mode: 0644]
demo/undocumented/dg-advection-diffusion/unitsquare_64_64_velocity.xml.gz [new file with mode: 0644]
demo/undocumented/dg-poisson/cpp/Poisson.ufl [new file with mode: 0644]
demo/undocumented/dg-poisson/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/dg-poisson/cpp/plot.py [new file with mode: 0644]
demo/undocumented/elasticity/cpp/Elasticity.ufl [new file with mode: 0644]
demo/undocumented/elasticity/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/elasticity/pulley.xdmf [new file with mode: 0644]
demo/undocumented/elastodynamics/cpp/DG0_eps_xx.ufl [new file with mode: 0644]
demo/undocumented/elastodynamics/cpp/ElastoDynamics.ufl [new file with mode: 0644]
demo/undocumented/elastodynamics/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/elastodynamics/dolfin_fine.xml.gz [new file with mode: 0644]
demo/undocumented/eval/cpp/Projection.ufl [new file with mode: 0644]
demo/undocumented/eval/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/extrapolation/cpp/P1.ufl [new file with mode: 0644]
demo/undocumented/extrapolation/cpp/P2.ufl [new file with mode: 0644]
demo/undocumented/extrapolation/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/functional/cpp/EnergyNorm.ufl [new file with mode: 0644]
demo/undocumented/functional/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/gmg-poisson/cpp/Poisson.ufl [new file with mode: 0644]
demo/undocumented/gmg-poisson/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/lift-drag/cpp/Functionals.ufl [new file with mode: 0644]
demo/undocumented/lift-drag/cpp/README [new file with mode: 0644]
demo/undocumented/lift-drag/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/lift-drag/dolfin_fine.xml.gz [new file with mode: 0644]
demo/undocumented/lift-drag/dolfin_fine_pressure.xml.gz [new file with mode: 0644]
demo/undocumented/mesh-quality/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/mesh-quality/dolfin_fine.xml.gz [new file with mode: 0644]
demo/undocumented/meshfunction-refinement/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/multimesh-3d/cpp/MultiMeshH10Norm.ufl [new file with mode: 0644]
demo/undocumented/multimesh-3d/cpp/MultiMeshL2Norm.ufl [new file with mode: 0644]
demo/undocumented/multimesh-3d/cpp/MultiMeshPoisson.ufl [new file with mode: 0644]
demo/undocumented/multimesh-3d/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/multimesh-poisson/cpp/MultiMeshPoisson.ufl [new file with mode: 0644]
demo/undocumented/multimesh-poisson/cpp/P1.ufl [new file with mode: 0644]
demo/undocumented/multimesh-poisson/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/multimesh-stokes/cpp/MultiMeshStokes.ufl [new file with mode: 0644]
demo/undocumented/multimesh-stokes/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/nonmatching-projection/cpp/P1_projection.ufl [new file with mode: 0644]
demo/undocumented/nonmatching-projection/cpp/P3.ufl [new file with mode: 0644]
demo/undocumented/nonmatching-projection/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/parallel-refinement/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/parameters/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/parameters/cpp/parameters.xml [new file with mode: 0644]
demo/undocumented/poisson-disc/cpp/PoissonDisc.ufl [new file with mode: 0644]
demo/undocumented/poisson-disc/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/poisson1D-in-2D/cpp/Poisson.ufl [new file with mode: 0644]
demo/undocumented/poisson1D-in-2D/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/poisson1D/cpp/Poisson.ufl [new file with mode: 0644]
demo/undocumented/poisson1D/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/refinement/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/spatial-coordinates/cpp/SpatialCoordinates.ufl [new file with mode: 0644]
demo/undocumented/spatial-coordinates/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/submesh/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/sym-dirichlet-bc/cpp/Poisson.ufl [new file with mode: 0644]
demo/undocumented/sym-dirichlet-bc/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/time-series/cpp/main.cpp [new file with mode: 0644]
demo/undocumented/waveguide/cpp/Forms.py [new file with mode: 0644]
demo/undocumented/waveguide/cpp/Forms.ufl [new file with mode: 0644]
demo/undocumented/waveguide/cpp/main.cpp [new file with mode: 0644]
doc/Doxyfile [new file with mode: 0644]
doc/README [new file with mode: 0644]
doc/source/ChangeLog.rst [new symlink]
doc/source/Makefile [new file with mode: 0644]
doc/source/conf.py [new file with mode: 0644]
doc/source/index.rst [new file with mode: 0644]
dolfin/CMakeLists.txt [new file with mode: 0644]
dolfin/adaptivity/AdaptiveLinearVariationalSolver.cpp [new file with mode: 0644]
dolfin/adaptivity/AdaptiveLinearVariationalSolver.h [new file with mode: 0644]
dolfin/adaptivity/AdaptiveNonlinearVariationalSolver.cpp [new file with mode: 0644]
dolfin/adaptivity/AdaptiveNonlinearVariationalSolver.h [new file with mode: 0644]
dolfin/adaptivity/CMakeLists.txt [new file with mode: 0644]
dolfin/adaptivity/ErrorControl.cpp [new file with mode: 0644]
dolfin/adaptivity/ErrorControl.h [new file with mode: 0644]
dolfin/adaptivity/Extrapolation.cpp [new file with mode: 0644]
dolfin/adaptivity/Extrapolation.h [new file with mode: 0644]
dolfin/adaptivity/GenericAdaptiveVariationalSolver.cpp [new file with mode: 0644]
dolfin/adaptivity/GenericAdaptiveVariationalSolver.h [new file with mode: 0644]
dolfin/adaptivity/GoalFunctional.cpp [new file with mode: 0644]
dolfin/adaptivity/GoalFunctional.h [new file with mode: 0644]
dolfin/adaptivity/TimeSeries.cpp [new file with mode: 0644]
dolfin/adaptivity/TimeSeries.h [new file with mode: 0644]
dolfin/adaptivity/adapt.cpp [new file with mode: 0644]
dolfin/adaptivity/adapt.h [new file with mode: 0644]
dolfin/adaptivity/adaptivesolve.cpp [new file with mode: 0644]
dolfin/adaptivity/adaptivesolve.h [new file with mode: 0644]
dolfin/adaptivity/dolfin_adaptivity.h [new file with mode: 0644]
dolfin/adaptivity/marking.cpp [new file with mode: 0644]
dolfin/adaptivity/marking.h [new file with mode: 0644]
dolfin/ale/ALE.cpp [new file with mode: 0644]
dolfin/ale/ALE.h [new file with mode: 0644]
dolfin/ale/CMakeLists.txt [new file with mode: 0644]
dolfin/ale/HarmonicSmoothing.cpp [new file with mode: 0644]
dolfin/ale/HarmonicSmoothing.h [new file with mode: 0644]
dolfin/ale/MeshDisplacement.cpp [new file with mode: 0644]
dolfin/ale/MeshDisplacement.h [new file with mode: 0644]
dolfin/ale/Poisson1D.ufl [new file with mode: 0644]
dolfin/ale/Poisson2D.ufl [new file with mode: 0644]
dolfin/ale/Poisson3D.ufl [new file with mode: 0644]
dolfin/ale/dolfin_ale.h [new file with mode: 0644]
dolfin/common/Array.h [new file with mode: 0644]
dolfin/common/ArrayView.h [new file with mode: 0644]
dolfin/common/CMakeLists.txt [new file with mode: 0644]
dolfin/common/Hierarchical.h [new file with mode: 0644]
dolfin/common/IndexSet.h [new file with mode: 0644]
dolfin/common/MPI.cpp [new file with mode: 0644]
dolfin/common/MPI.h [new file with mode: 0644]
dolfin/common/NoDeleter.h [new file with mode: 0644]
dolfin/common/RangedIndexSet.h [new file with mode: 0644]
dolfin/common/Set.h [new file with mode: 0644]
dolfin/common/SubSystemsManager.cpp [new file with mode: 0644]
dolfin/common/SubSystemsManager.h [new file with mode: 0644]
dolfin/common/Timer.cpp [new file with mode: 0644]
dolfin/common/Timer.h [new file with mode: 0644]
dolfin/common/UniqueIdGenerator.cpp [new file with mode: 0644]
dolfin/common/UniqueIdGenerator.h [new file with mode: 0644]
dolfin/common/Variable.cpp [new file with mode: 0644]
dolfin/common/Variable.h [new file with mode: 0644]
dolfin/common/constants.h [new file with mode: 0644]
dolfin/common/defines.cpp [new file with mode: 0644]
dolfin/common/defines.h [new file with mode: 0644]
dolfin/common/dolfin_common.h [new file with mode: 0644]
dolfin/common/dolfin_doc.h [new file with mode: 0644]
dolfin/common/init.cpp [new file with mode: 0644]
dolfin/common/init.h [new file with mode: 0644]
dolfin/common/timing.cpp [new file with mode: 0644]
dolfin/common/timing.h [new file with mode: 0644]
dolfin/common/types.h [new file with mode: 0644]
dolfin/common/utils.cpp [new file with mode: 0644]
dolfin/common/utils.h [new file with mode: 0644]
dolfin/common/version.h.in [new file with mode: 0644]
dolfin/dolfin.h [new file with mode: 0644]
dolfin/fem/Assembler.cpp [new file with mode: 0644]
dolfin/fem/Assembler.h [new file with mode: 0644]
dolfin/fem/AssemblerBase.cpp [new file with mode: 0644]
dolfin/fem/AssemblerBase.h [new file with mode: 0644]
dolfin/fem/BasisFunction.h [new file with mode: 0644]
dolfin/fem/CMakeLists.txt [new file with mode: 0644]
dolfin/fem/DirichletBC.cpp [new file with mode: 0644]
dolfin/fem/DirichletBC.h [new file with mode: 0644]
dolfin/fem/DiscreteOperators.cpp [new file with mode: 0644]
dolfin/fem/DiscreteOperators.h [new file with mode: 0644]
dolfin/fem/DofMap.cpp [new file with mode: 0644]
dolfin/fem/DofMap.h [new file with mode: 0644]
dolfin/fem/DofMapBuilder.cpp [new file with mode: 0644]
dolfin/fem/DofMapBuilder.h [new file with mode: 0644]
dolfin/fem/Equation.cpp [new file with mode: 0644]
dolfin/fem/Equation.h [new file with mode: 0644]
dolfin/fem/FiniteElement.cpp [new file with mode: 0644]
dolfin/fem/FiniteElement.h [new file with mode: 0644]
dolfin/fem/Form.cpp [new file with mode: 0644]
dolfin/fem/Form.h [new file with mode: 0644]
dolfin/fem/GenericDofMap.h [new file with mode: 0644]
dolfin/fem/LinearTimeDependentProblem.cpp [new file with mode: 0644]
dolfin/fem/LinearTimeDependentProblem.h [new file with mode: 0644]
dolfin/fem/LinearVariationalProblem.cpp [new file with mode: 0644]
dolfin/fem/LinearVariationalProblem.h [new file with mode: 0644]
dolfin/fem/LinearVariationalSolver.cpp [new file with mode: 0644]
dolfin/fem/LinearVariationalSolver.h [new file with mode: 0644]
dolfin/fem/LocalAssembler.cpp [new file with mode: 0644]
dolfin/fem/LocalAssembler.h [new file with mode: 0644]
dolfin/fem/LocalSolver.cpp [new file with mode: 0644]
dolfin/fem/LocalSolver.h [new file with mode: 0644]
dolfin/fem/MultiMeshAssembler.cpp [new file with mode: 0644]
dolfin/fem/MultiMeshAssembler.h [new file with mode: 0644]
dolfin/fem/MultiMeshDirichletBC.cpp [new file with mode: 0644]
dolfin/fem/MultiMeshDirichletBC.h [new file with mode: 0644]
dolfin/fem/MultiMeshDofMap.cpp [new file with mode: 0644]
dolfin/fem/MultiMeshDofMap.h [new file with mode: 0644]
dolfin/fem/MultiMeshForm.cpp [new file with mode: 0644]
dolfin/fem/MultiMeshForm.h [new file with mode: 0644]
dolfin/fem/NonlinearVariationalProblem.cpp [new file with mode: 0644]
dolfin/fem/NonlinearVariationalProblem.h [new file with mode: 0644]
dolfin/fem/NonlinearVariationalSolver.cpp [new file with mode: 0644]
dolfin/fem/NonlinearVariationalSolver.h [new file with mode: 0644]
dolfin/fem/PETScDMCollection.cpp [new file with mode: 0644]
dolfin/fem/PETScDMCollection.h [new file with mode: 0644]
dolfin/fem/PointSource.cpp [new file with mode: 0644]
dolfin/fem/PointSource.h [new file with mode: 0644]
dolfin/fem/SparsityPatternBuilder.cpp [new file with mode: 0644]
dolfin/fem/SparsityPatternBuilder.h [new file with mode: 0644]
dolfin/fem/SystemAssembler.cpp [new file with mode: 0644]
dolfin/fem/SystemAssembler.h [new file with mode: 0644]
dolfin/fem/UFC.cpp [new file with mode: 0644]
dolfin/fem/UFC.h [new file with mode: 0644]
dolfin/fem/assemble.cpp [new file with mode: 0644]
dolfin/fem/assemble.h [new file with mode: 0644]
dolfin/fem/assemble_local.cpp [new file with mode: 0644]
dolfin/fem/assemble_local.h [new file with mode: 0644]
dolfin/fem/dolfin_fem.h [new file with mode: 0644]
dolfin/fem/fem_utils.cpp [new file with mode: 0644]
dolfin/fem/fem_utils.h [new file with mode: 0644]
dolfin/fem/solve.cpp [new file with mode: 0644]
dolfin/fem/solve.h [new file with mode: 0644]
dolfin/function/CMakeLists.txt [new file with mode: 0644]
dolfin/function/CoefficientAssigner.cpp [new file with mode: 0644]
dolfin/function/CoefficientAssigner.h [new file with mode: 0644]
dolfin/function/Constant.cpp [new file with mode: 0644]
dolfin/function/Constant.h [new file with mode: 0644]
dolfin/function/Expression.cpp [new file with mode: 0644]
dolfin/function/Expression.h [new file with mode: 0644]
dolfin/function/Function.cpp [new file with mode: 0644]
dolfin/function/Function.h [new file with mode: 0644]
dolfin/function/FunctionAXPY.cpp [new file with mode: 0644]
dolfin/function/FunctionAXPY.h [new file with mode: 0644]
dolfin/function/FunctionAssigner.cpp [new file with mode: 0644]
dolfin/function/FunctionAssigner.h [new file with mode: 0644]
dolfin/function/FunctionSpace.cpp [new file with mode: 0644]
dolfin/function/FunctionSpace.h [new file with mode: 0644]
dolfin/function/GenericFunction.cpp [new file with mode: 0644]
dolfin/function/GenericFunction.h [new file with mode: 0644]
dolfin/function/LagrangeInterpolator.cpp [new file with mode: 0644]
dolfin/function/LagrangeInterpolator.h [new file with mode: 0644]
dolfin/function/MultiMeshCoefficientAssigner.cpp [new file with mode: 0644]
dolfin/function/MultiMeshCoefficientAssigner.h [new file with mode: 0644]
dolfin/function/MultiMeshFunction.cpp [new file with mode: 0644]
dolfin/function/MultiMeshFunction.h [new file with mode: 0644]
dolfin/function/MultiMeshFunctionSpace.cpp [new file with mode: 0644]
dolfin/function/MultiMeshFunctionSpace.h [new file with mode: 0644]
dolfin/function/MultiMeshSubSpace.cpp [new file with mode: 0644]
dolfin/function/MultiMeshSubSpace.h [new file with mode: 0644]
dolfin/function/SpecialFacetFunction.cpp [new file with mode: 0644]
dolfin/function/SpecialFacetFunction.h [new file with mode: 0644]
dolfin/function/SpecialFunctions.cpp [new file with mode: 0644]
dolfin/function/SpecialFunctions.h [new file with mode: 0644]
dolfin/function/assign.cpp [new file with mode: 0644]
dolfin/function/assign.h [new file with mode: 0644]
dolfin/function/dolfin_function.h [new file with mode: 0644]
dolfin/generation/BoxMesh.cpp [new file with mode: 0644]
dolfin/generation/BoxMesh.h [new file with mode: 0644]
dolfin/generation/CMakeLists.txt [new file with mode: 0644]
dolfin/generation/IntervalMesh.cpp [new file with mode: 0644]
dolfin/generation/IntervalMesh.h [new file with mode: 0644]
dolfin/generation/RectangleMesh.cpp [new file with mode: 0644]
dolfin/generation/RectangleMesh.h [new file with mode: 0644]
dolfin/generation/SphericalShellMesh.cpp [new file with mode: 0644]
dolfin/generation/SphericalShellMesh.h [new file with mode: 0644]
dolfin/generation/UnitCubeMesh.h [new file with mode: 0644]
dolfin/generation/UnitDiscMesh.cpp [new file with mode: 0644]
dolfin/generation/UnitDiscMesh.h [new file with mode: 0644]
dolfin/generation/UnitIntervalMesh.h [new file with mode: 0644]
dolfin/generation/UnitSquareMesh.h [new file with mode: 0644]
dolfin/generation/UnitTetrahedronMesh.cpp [new file with mode: 0644]
dolfin/generation/UnitTetrahedronMesh.h [new file with mode: 0644]
dolfin/generation/UnitTriangleMesh.cpp [new file with mode: 0644]
dolfin/generation/UnitTriangleMesh.h [new file with mode: 0644]
dolfin/generation/dolfin_generation.h [new file with mode: 0644]
dolfin/geometry/BoundingBoxTree.cpp [new file with mode: 0644]
dolfin/geometry/BoundingBoxTree.h [new file with mode: 0644]
dolfin/geometry/BoundingBoxTree1D.h [new file with mode: 0644]
dolfin/geometry/BoundingBoxTree2D.h [new file with mode: 0644]
dolfin/geometry/BoundingBoxTree3D.h [new file with mode: 0644]
dolfin/geometry/CGALExactArithmetic.h [new file with mode: 0644]
dolfin/geometry/CMakeLists.txt [new file with mode: 0644]
dolfin/geometry/CollisionPredicates.cpp [new file with mode: 0644]
dolfin/geometry/CollisionPredicates.h [new file with mode: 0644]
dolfin/geometry/ConvexTriangulation.cpp [new file with mode: 0644]
dolfin/geometry/ConvexTriangulation.h [new file with mode: 0644]
dolfin/geometry/GenericBoundingBoxTree.cpp [new file with mode: 0644]
dolfin/geometry/GenericBoundingBoxTree.h [new file with mode: 0644]
dolfin/geometry/GeometryDebugging.cpp [new file with mode: 0644]
dolfin/geometry/GeometryDebugging.h [new file with mode: 0644]
dolfin/geometry/GeometryPredicates.cpp [new file with mode: 0644]
dolfin/geometry/GeometryPredicates.h [new file with mode: 0644]
dolfin/geometry/GeometryTools.h [new file with mode: 0644]
dolfin/geometry/IntersectionConstruction.cpp [new file with mode: 0644]
dolfin/geometry/IntersectionConstruction.h [new file with mode: 0644]
dolfin/geometry/MeshPointIntersection.cpp [new file with mode: 0644]
dolfin/geometry/MeshPointIntersection.h [new file with mode: 0644]
dolfin/geometry/Point.cpp [new file with mode: 0644]
dolfin/geometry/Point.h [new file with mode: 0644]
dolfin/geometry/SimplexQuadrature.cpp [new file with mode: 0644]
dolfin/geometry/SimplexQuadrature.h [new file with mode: 0644]
dolfin/geometry/dolfin_geometry.h [new file with mode: 0644]
dolfin/geometry/intersect.cpp [new file with mode: 0644]
dolfin/geometry/intersect.h [new file with mode: 0644]
dolfin/geometry/predicates.cpp [new file with mode: 0644]
dolfin/geometry/predicates.h [new file with mode: 0644]
dolfin/graph/BoostGraphColoring.h [new file with mode: 0644]
dolfin/graph/BoostGraphOrdering.cpp [new file with mode: 0644]
dolfin/graph/BoostGraphOrdering.h [new file with mode: 0644]
dolfin/graph/CMakeLists.txt [new file with mode: 0644]
dolfin/graph/CSRGraph.h [new file with mode: 0644]
dolfin/graph/Graph.h [new file with mode: 0644]
dolfin/graph/GraphBuilder.cpp [new file with mode: 0644]
dolfin/graph/GraphBuilder.h [new file with mode: 0644]
dolfin/graph/GraphColoring.cpp [new file with mode: 0644]
dolfin/graph/GraphColoring.h [new file with mode: 0644]
dolfin/graph/ParMETIS.cpp [new file with mode: 0644]
dolfin/graph/ParMETIS.h [new file with mode: 0644]
dolfin/graph/SCOTCH.cpp [new file with mode: 0644]
dolfin/graph/SCOTCH.h [new file with mode: 0644]
dolfin/graph/ZoltanInterface.cpp [new file with mode: 0644]
dolfin/graph/ZoltanInterface.h [new file with mode: 0644]
dolfin/graph/dolfin_graph.h [new file with mode: 0644]
dolfin/io/CMakeLists.txt [new file with mode: 0644]
dolfin/io/Encoder.h [new file with mode: 0644]
dolfin/io/File.cpp [new file with mode: 0644]
dolfin/io/File.h [new file with mode: 0644]
dolfin/io/GenericFile.cpp [new file with mode: 0644]
dolfin/io/GenericFile.h [new file with mode: 0644]
dolfin/io/HDF5Attribute.cpp [new file with mode: 0644]
dolfin/io/HDF5Attribute.h [new file with mode: 0644]
dolfin/io/HDF5File.cpp [new file with mode: 0644]
dolfin/io/HDF5File.h [new file with mode: 0644]
dolfin/io/HDF5Interface.cpp [new file with mode: 0644]
dolfin/io/HDF5Interface.h [new file with mode: 0644]
dolfin/io/HDF5Utility.cpp [new file with mode: 0644]
dolfin/io/HDF5Utility.h [new file with mode: 0644]
dolfin/io/RAWFile.cpp [new file with mode: 0644]
dolfin/io/RAWFile.h [new file with mode: 0644]
dolfin/io/SVGFile.cpp [new file with mode: 0644]
dolfin/io/SVGFile.h [new file with mode: 0644]
dolfin/io/VTKFile.cpp [new file with mode: 0644]
dolfin/io/VTKFile.h [new file with mode: 0644]
dolfin/io/VTKWriter.cpp [new file with mode: 0644]
dolfin/io/VTKWriter.h [new file with mode: 0644]
dolfin/io/X3DFile.cpp [new file with mode: 0644]
dolfin/io/X3DFile.h [new file with mode: 0644]
dolfin/io/X3DOM.cpp [new file with mode: 0644]
dolfin/io/X3DOM.h [new file with mode: 0644]
dolfin/io/XDMFFile.cpp [new file with mode: 0644]
dolfin/io/XDMFFile.h [new file with mode: 0644]
dolfin/io/XMLArray.h [new file with mode: 0644]
dolfin/io/XMLFile.cpp [new file with mode: 0644]
dolfin/io/XMLFile.h [new file with mode: 0644]
dolfin/io/XMLFunctionData.cpp [new file with mode: 0644]
dolfin/io/XMLFunctionData.h [new file with mode: 0644]
dolfin/io/XMLMesh.cpp [new file with mode: 0644]
dolfin/io/XMLMesh.h [new file with mode: 0644]
dolfin/io/XMLMeshFunction.h [new file with mode: 0644]
dolfin/io/XMLMeshValueCollection.h [new file with mode: 0644]
dolfin/io/XMLParameters.cpp [new file with mode: 0644]
dolfin/io/XMLParameters.h [new file with mode: 0644]
dolfin/io/XMLTable.cpp [new file with mode: 0644]
dolfin/io/XMLTable.h [new file with mode: 0644]
dolfin/io/XMLVector.cpp [new file with mode: 0644]
dolfin/io/XMLVector.h [new file with mode: 0644]
dolfin/io/XYZFile.cpp [new file with mode: 0644]
dolfin/io/XYZFile.h [new file with mode: 0644]
dolfin/io/base64.cpp [new file with mode: 0644]
dolfin/io/base64.h [new file with mode: 0644]
dolfin/io/dolfin_io.h [new file with mode: 0644]
dolfin/io/pugiconfig.hpp [new file with mode: 0644]
dolfin/io/pugixml.cpp [new file with mode: 0644]
dolfin/io/pugixml.hpp [new file with mode: 0644]
dolfin/io/xmlutils.cpp [new file with mode: 0644]
dolfin/io/xmlutils.h [new file with mode: 0644]
dolfin/la/Amesos2LUSolver.cpp [new file with mode: 0644]
dolfin/la/Amesos2LUSolver.h [new file with mode: 0644]
dolfin/la/BelosKrylovSolver.cpp [new file with mode: 0644]
dolfin/la/BelosKrylovSolver.h [new file with mode: 0644]
dolfin/la/BlockMatrix.cpp [new file with mode: 0644]
dolfin/la/BlockMatrix.h [new file with mode: 0644]
dolfin/la/BlockVector.cpp [new file with mode: 0644]
dolfin/la/BlockVector.h [new file with mode: 0644]
dolfin/la/CMakeLists.txt [new file with mode: 0644]
dolfin/la/CoordinateMatrix.cpp [new file with mode: 0644]
dolfin/la/CoordinateMatrix.h [new file with mode: 0644]
dolfin/la/DefaultFactory.cpp [new file with mode: 0644]
dolfin/la/DefaultFactory.h [new file with mode: 0644]
dolfin/la/EigenFactory.cpp [new file with mode: 0644]
dolfin/la/EigenFactory.h [new file with mode: 0644]
dolfin/la/EigenKrylovSolver.cpp [new file with mode: 0644]
dolfin/la/EigenKrylovSolver.h [new file with mode: 0644]
dolfin/la/EigenLUSolver.cpp [new file with mode: 0644]
dolfin/la/EigenLUSolver.h [new file with mode: 0644]
dolfin/la/EigenMatrix.cpp [new file with mode: 0644]
dolfin/la/EigenMatrix.h [new file with mode: 0644]
dolfin/la/EigenVector.cpp [new file with mode: 0644]
dolfin/la/EigenVector.h [new file with mode: 0644]
dolfin/la/GenericLinearAlgebraFactory.h [new file with mode: 0644]
dolfin/la/GenericLinearOperator.h [new file with mode: 0644]
dolfin/la/GenericLinearSolver.cpp [new file with mode: 0644]
dolfin/la/GenericLinearSolver.h [new file with mode: 0644]
dolfin/la/GenericMatrix.cpp [new file with mode: 0644]
dolfin/la/GenericMatrix.h [new file with mode: 0644]
dolfin/la/GenericTensor.h [new file with mode: 0644]
dolfin/la/GenericVector.h [new file with mode: 0644]
dolfin/la/Ifpack2Preconditioner.cpp [new file with mode: 0644]
dolfin/la/Ifpack2Preconditioner.h [new file with mode: 0644]
dolfin/la/IndexMap.cpp [new file with mode: 0644]
dolfin/la/IndexMap.h [new file with mode: 0644]
dolfin/la/KrylovSolver.cpp [new file with mode: 0644]
dolfin/la/KrylovSolver.h [new file with mode: 0644]
dolfin/la/LUSolver.cpp [new file with mode: 0644]
dolfin/la/LUSolver.h [new file with mode: 0644]
dolfin/la/LinearAlgebraObject.h [new file with mode: 0644]
dolfin/la/LinearOperator.cpp [new file with mode: 0644]
dolfin/la/LinearOperator.h [new file with mode: 0644]
dolfin/la/LinearSolver.cpp [new file with mode: 0644]
dolfin/la/LinearSolver.h [new file with mode: 0644]
dolfin/la/Matrix.h [new file with mode: 0644]
dolfin/la/MueluPreconditioner.cpp [new file with mode: 0644]
dolfin/la/MueluPreconditioner.h [new file with mode: 0644]
dolfin/la/PETScBaseMatrix.cpp [new file with mode: 0644]
dolfin/la/PETScBaseMatrix.h [new file with mode: 0644]
dolfin/la/PETScFactory.cpp [new file with mode: 0644]
dolfin/la/PETScFactory.h [new file with mode: 0644]
dolfin/la/PETScKrylovSolver.cpp [new file with mode: 0644]
dolfin/la/PETScKrylovSolver.h [new file with mode: 0644]
dolfin/la/PETScLUSolver.cpp [new file with mode: 0644]
dolfin/la/PETScLUSolver.h [new file with mode: 0644]
dolfin/la/PETScLinearOperator.cpp [new file with mode: 0644]
dolfin/la/PETScLinearOperator.h [new file with mode: 0644]
dolfin/la/PETScMatrix.cpp [new file with mode: 0644]
dolfin/la/PETScMatrix.h [new file with mode: 0644]
dolfin/la/PETScObject.cpp [new file with mode: 0644]
dolfin/la/PETScObject.h [new file with mode: 0644]
dolfin/la/PETScOptions.cpp [new file with mode: 0644]
dolfin/la/PETScOptions.h [new file with mode: 0644]
dolfin/la/PETScPreconditioner.cpp [new file with mode: 0644]
dolfin/la/PETScPreconditioner.h [new file with mode: 0644]
dolfin/la/PETScVector.cpp [new file with mode: 0644]
dolfin/la/PETScVector.h [new file with mode: 0644]
dolfin/la/SLEPcEigenSolver.cpp [new file with mode: 0644]
dolfin/la/SLEPcEigenSolver.h [new file with mode: 0644]
dolfin/la/SUNDIALSNVector.h [new file with mode: 0644]
dolfin/la/Scalar.h [new file with mode: 0644]
dolfin/la/SparsityPattern.cpp [new file with mode: 0644]
dolfin/la/SparsityPattern.h [new file with mode: 0644]
dolfin/la/TensorLayout.cpp [new file with mode: 0644]
dolfin/la/TensorLayout.h [new file with mode: 0644]
dolfin/la/TpetraFactory.cpp [new file with mode: 0644]
dolfin/la/TpetraFactory.h [new file with mode: 0644]
dolfin/la/TpetraMatrix.cpp [new file with mode: 0644]
dolfin/la/TpetraMatrix.h [new file with mode: 0644]
dolfin/la/TpetraVector.cpp [new file with mode: 0644]
dolfin/la/TpetraVector.h [new file with mode: 0644]
dolfin/la/TrilinosParameters.cpp [new file with mode: 0644]
dolfin/la/TrilinosParameters.h [new file with mode: 0644]
dolfin/la/TrilinosPreconditioner.h [new file with mode: 0644]
dolfin/la/Vector.h [new file with mode: 0644]
dolfin/la/VectorSpaceBasis.cpp [new file with mode: 0644]
dolfin/la/VectorSpaceBasis.h [new file with mode: 0644]
dolfin/la/dolfin_la.h [new file with mode: 0644]
dolfin/la/solve.cpp [new file with mode: 0644]
dolfin/la/solve.h [new file with mode: 0644]
dolfin/la/test_nullspace.cpp [new file with mode: 0644]
dolfin/la/test_nullspace.h [new file with mode: 0644]
dolfin/log/CMakeLists.txt [new file with mode: 0644]
dolfin/log/Event.cpp [new file with mode: 0644]
dolfin/log/Event.h [new file with mode: 0644]
dolfin/log/LogLevel.h [new file with mode: 0644]
dolfin/log/LogManager.cpp [new file with mode: 0644]
dolfin/log/LogManager.h [new file with mode: 0644]
dolfin/log/LogStream.cpp [new file with mode: 0644]
dolfin/log/LogStream.h [new file with mode: 0644]
dolfin/log/Logger.cpp [new file with mode: 0644]
dolfin/log/Logger.h [new file with mode: 0644]
dolfin/log/Progress.cpp [new file with mode: 0644]
dolfin/log/Progress.h [new file with mode: 0644]
dolfin/log/README [new file with mode: 0644]
dolfin/log/Table.cpp [new file with mode: 0644]
dolfin/log/Table.h [new file with mode: 0644]
dolfin/log/dolfin_log.h [new file with mode: 0644]
dolfin/log/log.cpp [new file with mode: 0644]
dolfin/log/log.h [new file with mode: 0644]
dolfin/math/CMakeLists.txt [new file with mode: 0644]
dolfin/math/Lagrange.cpp [new file with mode: 0644]
dolfin/math/Lagrange.h [new file with mode: 0644]
dolfin/math/Legendre.cpp [new file with mode: 0644]
dolfin/math/Legendre.h [new file with mode: 0644]
dolfin/math/basic.cpp [new file with mode: 0644]
dolfin/math/basic.h [new file with mode: 0644]
dolfin/math/dolfin_math.h [new file with mode: 0644]
dolfin/mesh/BoundaryComputation.cpp [new file with mode: 0644]
dolfin/mesh/BoundaryComputation.h [new file with mode: 0644]
dolfin/mesh/BoundaryMesh.cpp [new file with mode: 0644]
dolfin/mesh/BoundaryMesh.h [new file with mode: 0644]
dolfin/mesh/CMakeLists.txt [new file with mode: 0644]
dolfin/mesh/Cell.cpp [new file with mode: 0644]
dolfin/mesh/Cell.h [new file with mode: 0644]
dolfin/mesh/CellType.cpp [new file with mode: 0644]
dolfin/mesh/CellType.h [new file with mode: 0644]
dolfin/mesh/DistributedMeshTools.cpp [new file with mode: 0644]
dolfin/mesh/DistributedMeshTools.h [new file with mode: 0644]
dolfin/mesh/DomainBoundary.h [new file with mode: 0644]
dolfin/mesh/DynamicMeshEditor.cpp [new file with mode: 0644]
dolfin/mesh/DynamicMeshEditor.h [new file with mode: 0644]
dolfin/mesh/Edge.cpp [new file with mode: 0644]
dolfin/mesh/Edge.h [new file with mode: 0644]
dolfin/mesh/Face.cpp [new file with mode: 0644]
dolfin/mesh/Face.h [new file with mode: 0644]
dolfin/mesh/Facet.cpp [new file with mode: 0644]
dolfin/mesh/Facet.h [new file with mode: 0644]
dolfin/mesh/FacetCell.cpp [new file with mode: 0644]
dolfin/mesh/FacetCell.h [new file with mode: 0644]
dolfin/mesh/HexahedronCell.cpp [new file with mode: 0644]
dolfin/mesh/HexahedronCell.h [new file with mode: 0644]
dolfin/mesh/IntervalCell.cpp [new file with mode: 0644]
dolfin/mesh/IntervalCell.h [new file with mode: 0644]
dolfin/mesh/LocalMeshData.cpp [new file with mode: 0644]
dolfin/mesh/LocalMeshData.h [new file with mode: 0644]
dolfin/mesh/LocalMeshValueCollection.h [new file with mode: 0644]
dolfin/mesh/Mesh.cpp [new file with mode: 0644]
dolfin/mesh/Mesh.h [new file with mode: 0644]
dolfin/mesh/MeshColoring.cpp [new file with mode: 0644]
dolfin/mesh/MeshColoring.h [new file with mode: 0644]
dolfin/mesh/MeshConnectivity.cpp [new file with mode: 0644]
dolfin/mesh/MeshConnectivity.h [new file with mode: 0644]
dolfin/mesh/MeshData.cpp [new file with mode: 0644]
dolfin/mesh/MeshData.h [new file with mode: 0644]
dolfin/mesh/MeshDomains.cpp [new file with mode: 0644]
dolfin/mesh/MeshDomains.h [new file with mode: 0644]
dolfin/mesh/MeshEditor.cpp [new file with mode: 0644]
dolfin/mesh/MeshEditor.h [new file with mode: 0644]
dolfin/mesh/MeshEntity.cpp [new file with mode: 0644]
dolfin/mesh/MeshEntity.h [new file with mode: 0644]
dolfin/mesh/MeshEntityIterator.h [new file with mode: 0644]
dolfin/mesh/MeshEntityIteratorBase.h [new file with mode: 0644]
dolfin/mesh/MeshFunction.cpp [new file with mode: 0644]
dolfin/mesh/MeshFunction.h [new file with mode: 0644]
dolfin/mesh/MeshGeometry.cpp [new file with mode: 0644]
dolfin/mesh/MeshGeometry.h [new file with mode: 0644]
dolfin/mesh/MeshHierarchy.cpp [new file with mode: 0644]
dolfin/mesh/MeshHierarchy.h [new file with mode: 0644]
dolfin/mesh/MeshOrdering.cpp [new file with mode: 0644]
dolfin/mesh/MeshOrdering.h [new file with mode: 0644]
dolfin/mesh/MeshPartitioning.cpp [new file with mode: 0644]
dolfin/mesh/MeshPartitioning.h [new file with mode: 0644]
dolfin/mesh/MeshQuality.cpp [new file with mode: 0644]
dolfin/mesh/MeshQuality.h [new file with mode: 0644]
dolfin/mesh/MeshRelation.h [new file with mode: 0644]
dolfin/mesh/MeshRenumbering.cpp [new file with mode: 0644]
dolfin/mesh/MeshRenumbering.h [new file with mode: 0644]
dolfin/mesh/MeshSmoothing.cpp [new file with mode: 0644]
dolfin/mesh/MeshSmoothing.h [new file with mode: 0644]
dolfin/mesh/MeshTopology.cpp [new file with mode: 0644]
dolfin/mesh/MeshTopology.h [new file with mode: 0644]
dolfin/mesh/MeshTransformation.cpp [new file with mode: 0644]
dolfin/mesh/MeshTransformation.h [new file with mode: 0644]
dolfin/mesh/MeshValueCollection.h [new file with mode: 0644]
dolfin/mesh/MultiMesh.cpp [new file with mode: 0644]
dolfin/mesh/MultiMesh.h [new file with mode: 0644]
dolfin/mesh/PeriodicBoundaryComputation.cpp [new file with mode: 0644]
dolfin/mesh/PeriodicBoundaryComputation.h [new file with mode: 0644]
dolfin/mesh/PointCell.cpp [new file with mode: 0644]
dolfin/mesh/PointCell.h [new file with mode: 0644]
dolfin/mesh/QuadrilateralCell.cpp [new file with mode: 0644]
dolfin/mesh/QuadrilateralCell.h [new file with mode: 0644]
dolfin/mesh/SubDomain.cpp [new file with mode: 0644]
dolfin/mesh/SubDomain.h [new file with mode: 0644]
dolfin/mesh/SubMesh.cpp [new file with mode: 0644]
dolfin/mesh/SubMesh.h [new file with mode: 0644]
dolfin/mesh/SubsetIterator.h [new file with mode: 0644]
dolfin/mesh/TetrahedronCell.cpp [new file with mode: 0644]
dolfin/mesh/TetrahedronCell.h [new file with mode: 0644]
dolfin/mesh/TopologyComputation.cpp [new file with mode: 0644]
dolfin/mesh/TopologyComputation.h [new file with mode: 0644]
dolfin/mesh/TriangleCell.cpp [new file with mode: 0644]
dolfin/mesh/TriangleCell.h [new file with mode: 0644]
dolfin/mesh/Vertex.h [new file with mode: 0644]
dolfin/mesh/dolfin_mesh.h [new file with mode: 0644]
dolfin/multistage/CMakeLists.txt [new file with mode: 0644]
dolfin/multistage/MultiStageScheme.cpp [new file with mode: 0644]
dolfin/multistage/MultiStageScheme.h [new file with mode: 0644]
dolfin/multistage/PointIntegralSolver.cpp [new file with mode: 0644]
dolfin/multistage/PointIntegralSolver.h [new file with mode: 0644]
dolfin/multistage/RKSolver.cpp [new file with mode: 0644]
dolfin/multistage/RKSolver.h [new file with mode: 0644]
dolfin/multistage/dolfin_multistage.h [new file with mode: 0644]
dolfin/nls/CMakeLists.txt [new file with mode: 0644]
dolfin/nls/NewtonSolver.cpp [new file with mode: 0644]
dolfin/nls/NewtonSolver.h [new file with mode: 0644]
dolfin/nls/NonlinearProblem.h [new file with mode: 0644]
dolfin/nls/OptimisationProblem.h [new file with mode: 0644]
dolfin/nls/PETScSNESSolver.cpp [new file with mode: 0644]
dolfin/nls/PETScSNESSolver.h [new file with mode: 0644]
dolfin/nls/PETScTAOSolver.cpp [new file with mode: 0644]
dolfin/nls/PETScTAOSolver.h [new file with mode: 0644]
dolfin/nls/TAOLinearBoundSolver.cpp [new file with mode: 0644]
dolfin/nls/TAOLinearBoundSolver.h [new file with mode: 0644]
dolfin/nls/dolfin_nls.h [new file with mode: 0644]
dolfin/parameter/CMakeLists.txt [new file with mode: 0644]
dolfin/parameter/GlobalParameters.cpp [new file with mode: 0644]
dolfin/parameter/GlobalParameters.h [new file with mode: 0644]
dolfin/parameter/Parameter.cpp [new file with mode: 0644]
dolfin/parameter/Parameter.h [new file with mode: 0644]
dolfin/parameter/Parameters.cpp [new file with mode: 0644]
dolfin/parameter/Parameters.h [new file with mode: 0644]
dolfin/parameter/dolfin_parameter.h [new file with mode: 0644]
dolfin/refinement/BisectionRefinement1D.cpp [new file with mode: 0644]
dolfin/refinement/BisectionRefinement1D.h [new file with mode: 0644]
dolfin/refinement/CMakeLists.txt [new file with mode: 0644]
dolfin/refinement/LocalMeshCoarsening.cpp [new file with mode: 0644]
dolfin/refinement/LocalMeshCoarsening.h [new file with mode: 0644]
dolfin/refinement/ParallelRefinement.cpp [new file with mode: 0644]
dolfin/refinement/ParallelRefinement.h [new file with mode: 0644]
dolfin/refinement/PlazaRefinementND.cpp [new file with mode: 0644]
dolfin/refinement/PlazaRefinementND.h [new file with mode: 0644]
dolfin/refinement/RegularCutRefinement.cpp [new file with mode: 0644]
dolfin/refinement/RegularCutRefinement.h [new file with mode: 0644]
dolfin/refinement/dolfin_refinement.h [new file with mode: 0644]
dolfin/refinement/refine.cpp [new file with mode: 0644]
dolfin/refinement/refine.h [new file with mode: 0644]
dolfin/ts/CMakeLists.txt [new file with mode: 0644]
dolfin/ts/CVode.cpp [new file with mode: 0644]
dolfin/ts/CVode.h [new file with mode: 0644]
dolfin/ts/dolfin_ts.h [new file with mode: 0644]
python/CMakeLists.txt [new file with mode: 0644]
python/README.rst [new file with mode: 0644]
python/cmake/FindMPI4PY.cmake [new file with mode: 0644]
python/cmake/FindPETSc4py.cmake [new file with mode: 0644]
python/demo/conftest.py [new file with mode: 0644]
python/demo/documented/auto-adaptive-poisson/demo_auto-adaptive-poisson.py.rst [new file with mode: 0644]
python/demo/documented/auto-adaptive-poisson/u_refined.png [new file with mode: 0644]
python/demo/documented/auto-adaptive-poisson/u_unrefined.png [new file with mode: 0644]
python/demo/documented/biharmonic/biharmonic_u.png [new file with mode: 0644]
python/demo/documented/biharmonic/demo_biharmonic.py.rst [new file with mode: 0644]
python/demo/documented/box_with_dent.xml.gz [new file with mode: 0644]
python/demo/documented/built-in-meshes/boxmesh.png [new file with mode: 0644]
python/demo/documented/built-in-meshes/demo_built-in-meshes.py.rst [new file with mode: 0644]
python/demo/documented/built-in-meshes/rectanglemesh.png [new file with mode: 0644]
python/demo/documented/built-in-meshes/rectanglemesh_left_right.png [new file with mode: 0644]
python/demo/documented/built-in-meshes/unitcubemesh.png [new file with mode: 0644]
python/demo/documented/built-in-meshes/unitintervalmesh.png [new file with mode: 0644]
python/demo/documented/built-in-meshes/unitsquaremesh.png [new file with mode: 0644]
python/demo/documented/built-in-meshes/unitsquaremesh_crossed.png [new file with mode: 0644]
python/demo/documented/built-in-meshes/unitsquaremesh_left.png [new file with mode: 0644]
python/demo/documented/built-in-meshes/unitsquaremesh_left_right.png [new file with mode: 0644]
python/demo/documented/cahn-hilliard/demo_cahn-hilliard.py.rst [new file with mode: 0644]
python/demo/documented/dolfin_fine.xml.gz [new file with mode: 0644]
python/demo/documented/dolfin_fine_subdomains.xml.gz [new file with mode: 0644]
python/demo/documented/eigenvalue/box_with_dent.xml.gz [new file with mode: 0644]
python/demo/documented/eigenvalue/demo_eigenvalue.py.rst [new file with mode: 0644]
python/demo/documented/hyperelasticity/demo_hyperelasticity.py.rst [new file with mode: 0644]
python/demo/documented/hyperelasticity/hyperelasticity_u0.png [new file with mode: 0644]
python/demo/documented/hyperelasticity/hyperelasticity_u1.png [new file with mode: 0644]
python/demo/documented/lshape.xml.gz [new file with mode: 0644]
python/demo/documented/maxwell-eigenvalues/demo_maxwell-eigenvalues.py.rst [new file with mode: 0644]
python/demo/documented/mixed-poisson/demo_mixed-poisson.py.rst [new file with mode: 0644]
python/demo/documented/mixed-poisson/mixed-poisson_sigma.png [new file with mode: 0644]
python/demo/documented/mixed-poisson/mixed-poisson_u.png [new file with mode: 0644]
python/demo/documented/navier-stokes/demo_navier-stokes.py [new file with mode: 0644]
python/demo/documented/navier-stokes/documentation.rst [new file with mode: 0644]
python/demo/documented/neumann-poisson/demo_neumann-poisson.py.rst [new file with mode: 0644]
python/demo/documented/neumann-poisson/neumann-poisson_u.png [new file with mode: 0644]
python/demo/documented/nonlinear-poisson/demo_nonlinear-poisson.py.rst [new file with mode: 0644]
python/demo/documented/nonlinear-poisson/plot_u.png [new file with mode: 0644]
python/demo/documented/nonlinear-poisson/plot_u_gradient.png [new file with mode: 0644]
python/demo/documented/nonmatching-interpolation/demo_nonmatching-interpolation.py.rst [new file with mode: 0644]
python/demo/documented/periodic/demo_periodic.py [new file with mode: 0644]
python/demo/documented/periodic/documentation.rst [new file with mode: 0644]
python/demo/documented/poisson/demo_poisson.py.rst [new file with mode: 0644]
python/demo/documented/poisson/poisson_u.png [new file with mode: 0644]
python/demo/documented/singular-poisson/demo_singular-poisson.py.rst [new file with mode: 0644]
python/demo/documented/singular-poisson/singular_u.png [new file with mode: 0644]
python/demo/documented/stokes-iterative/demo_stokes-iterative.py.rst [new file with mode: 0644]
python/demo/documented/stokes-mini/demo_stokes-mini.py [new file with mode: 0644]
python/demo/documented/stokes-mini/documentation.rst [new file with mode: 0644]
python/demo/documented/stokes-taylor-hood/demo_stokes-taylor-hood.py [new file with mode: 0644]
python/demo/documented/stokes-taylor-hood/documentation.rst [new file with mode: 0644]
python/demo/documented/subdomains-poisson/demo_subdomains-poisson.py [new file with mode: 0644]
python/demo/documented/subdomains-poisson/documentation.rst [new file with mode: 0644]
python/demo/documented/subdomains/demo_subdomains.py [new file with mode: 0644]
python/demo/documented/subdomains/documentation.rst [new file with mode: 0644]
python/demo/documented/tensor-weighted-poisson/demo_tensor-weighted-poisson.py [new file with mode: 0644]
python/demo/documented/tensor-weighted-poisson/documentation.rst [new file with mode: 0644]
python/demo/documented/tensor-weighted-poisson/generate_data.py [new file with mode: 0644]
python/demo/generate-demo-files.py [new file with mode: 0644]
python/demo/test.py [new file with mode: 0644]
python/demo/undocumented/adaptive-poisson/demo_adaptive-poisson.py [new file with mode: 0755]
python/demo/undocumented/advection-diffusion/demo_advection-diffusion.py [new file with mode: 0644]
python/demo/undocumented/ale/demo_ale.py [new file with mode: 0644]
python/demo/undocumented/auto-adaptive-navier-stokes/demo_auto-adaptive-navier-stokes.py [new file with mode: 0644]
python/demo/undocumented/block-matrix/demo_block-matrix.py [new file with mode: 0644]
python/demo/undocumented/buckling-tao/demo_buckling-tao.py [new file with mode: 0644]
python/demo/undocumented/buckling.xml.gz [new file with mode: 0644]
python/demo/undocumented/channel_with_flap.xml.gz [new file with mode: 0644]
python/demo/undocumented/circle.xml.gz [new file with mode: 0644]
python/demo/undocumented/circle_yplane.xml.gz [new file with mode: 0644]
python/demo/undocumented/collision-detection/demo_collision-detection.py [new file with mode: 0644]
python/demo/undocumented/conditional/demo_conditional.py [new file with mode: 0644]
python/demo/undocumented/contact-vi-snes/demo_contact-vi-snes.py [new file with mode: 0644]
python/demo/undocumented/contact-vi-tao/demo_contact-vi-tao.py [new file with mode: 0644]
python/demo/undocumented/coordinates/demo_coordinates.py [new file with mode: 0644]
python/demo/undocumented/curl-curl/demo_curl-curl.py [new file with mode: 0644]
python/demo/undocumented/dg-advection-diffusion/demo_dg-advection-diffusion.py [new file with mode: 0644]
python/demo/undocumented/dg-poisson/demo_dg-poisson.py [new file with mode: 0644]
python/demo/undocumented/dolfin_fine.xml.gz [new file with mode: 0644]
python/demo/undocumented/dolfin_fine_pressure.xml.gz [new file with mode: 0644]
python/demo/undocumented/dolfin_fine_subdomains.xml.gz [new file with mode: 0644]
python/demo/undocumented/dolfin_fine_velocity.xml.gz [new file with mode: 0644]
python/demo/undocumented/donut.xml.gz [new file with mode: 0644]
python/demo/undocumented/elasticity/demo_elasticity.py [new file with mode: 0644]
python/demo/undocumented/elastodynamics/demo_elastodynamics.py [new file with mode: 0644]
python/demo/undocumented/elementplot/demo_elementplot.py [new file with mode: 0644]
python/demo/undocumented/eval/demo_eval.py [new file with mode: 0644]
python/demo/undocumented/extrapolation/demo_extrapolation.py [new file with mode: 0644]
python/demo/undocumented/functional/demo_functional.py [new file with mode: 0644]
python/demo/undocumented/ghost-mesh/demo_ghost-mesh.py [new file with mode: 0755]
python/demo/undocumented/interpolation/demo_interpolation.py [new file with mode: 0644]
python/demo/undocumented/lift-drag/demo_lift-drag.py [new file with mode: 0644]
python/demo/undocumented/mesh-quality/demo_mesh-quality.py [new file with mode: 0644]
python/demo/undocumented/mixed-poisson-sphere/demo_mixed-poisson-sphere.py [new file with mode: 0644]
python/demo/undocumented/mplot/demo_mplot.py [new file with mode: 0644]
python/demo/undocumented/multimesh-marking/demo_multimesh_marking.py [new file with mode: 0644]
python/demo/undocumented/multimesh-poisson/demo_multimesh-poisson.py [new file with mode: 0644]
python/demo/undocumented/multimesh-quadrature/demo_multimesh-quadrature.py [new file with mode: 0644]
python/demo/undocumented/multimesh-stokes/demo_multimesh-stokes.py [new file with mode: 0644]
python/demo/undocumented/multistage-solver/demo_multistage-solver.py [new file with mode: 0644]
python/demo/undocumented/nonmatching-projection/demo_nonmatching-projection.py [new file with mode: 0644]
python/demo/undocumented/optimization/demo_optimization.py [new file with mode: 0644]
python/demo/undocumented/overlapping-regions/demo_overlapping-regions.py [new file with mode: 0644]
python/demo/undocumented/parallel-refinement/demo_parallel-refinement.py [new file with mode: 0644]
python/demo/undocumented/parameters/demo_parameters.py [new file with mode: 0644]
python/demo/undocumented/parameters/parameters.xml [new file with mode: 0644]
python/demo/undocumented/point-integral/demo_point-integral.py [new file with mode: 0644]
python/demo/undocumented/poisson-disc/demo_poisson-disc.py [new file with mode: 0644]
python/demo/undocumented/poisson1D-in-2D/demo_poisson1D-in-2D.py [new file with mode: 0644]
python/demo/undocumented/poisson1D/demo_poisson1D.py [new file with mode: 0644]
python/demo/undocumented/projection-interpolation/demo_projection-interpolation.py [new file with mode: 0644]
python/demo/undocumented/propeller_2d_coarse.xml.gz [new file with mode: 0644]
python/demo/undocumented/propeller_2d_fine.xml.gz [new file with mode: 0644]
python/demo/undocumented/pulley.xdmf [new file with mode: 0644]
python/demo/undocumented/refinement/demo_refinement.py [new file with mode: 0644]
python/demo/undocumented/smoothing/demo_smoothing.py [new file with mode: 0644]
python/demo/undocumented/spatial-coordinates/demo_spatial-coordinates.py [new file with mode: 0644]
python/demo/undocumented/special-functions/demo_special-functions.py [new file with mode: 0644]
python/demo/undocumented/sphere.xml.gz [new file with mode: 0644]
python/demo/undocumented/sphere_16.xml.gz [new file with mode: 0644]
python/demo/undocumented/sub-function-assignment/demo_sub-function-assignment.py [new file with mode: 0644]
python/demo/undocumented/submesh/demo_submesh.py [new file with mode: 0644]
python/demo/undocumented/sym-dirichlet-bc/demo_sym-dirichlet-bc.py [new file with mode: 0644]
python/demo/undocumented/time-series/demo_time-series.py [new file with mode: 0644]
python/demo/undocumented/timing/demo_timing.py [new file with mode: 0644]
python/demo/undocumented/unitsquare_64_64.xml.gz [new file with mode: 0644]
python/demo/undocumented/unitsquare_64_64_velocity.xml.gz [new file with mode: 0644]
python/demo/undocumented/waveguide/demo_waveguide.py [new file with mode: 0644]
python/doc/Makefile [new file with mode: 0644]
python/doc/README.rst [new file with mode: 0644]
python/doc/source/api.rst [new file with mode: 0644]
python/doc/source/conf.py [new file with mode: 0644]
python/doc/source/contributing.rst [new file with mode: 0644]
python/doc/source/demos.rst [new file with mode: 0644]
python/doc/source/developer.rst [new file with mode: 0644]
python/doc/source/index.rst [new file with mode: 0644]
python/doc/source/installation.rst [new file with mode: 0644]
python/doc/source/rstprocess.py [new file with mode: 0644]
python/doc/source/styleguide_cpp.rst [new file with mode: 0644]
python/doc/source/using.rst [new file with mode: 0644]
python/dolfin/__init__.py [new file with mode: 0644]
python/dolfin/common/__init__.py [new file with mode: 0644]
python/dolfin/common/plotting.py [new file with mode: 0644]
python/dolfin/common/timer.py [new file with mode: 0644]
python/dolfin/fem/__init__.py [new file with mode: 0644]
python/dolfin/fem/adaptivesolving.py [new file with mode: 0644]
python/dolfin/fem/assembling.py [new file with mode: 0644]
python/dolfin/fem/dirichletbc.py [new file with mode: 0644]
python/dolfin/fem/errorcontrolgenerator.py [new file with mode: 0644]
python/dolfin/fem/form.py [new file with mode: 0644]
python/dolfin/fem/formmanipulations.py [new file with mode: 0644]
python/dolfin/fem/interpolation.py [new file with mode: 0644]
python/dolfin/fem/multimeshdirichletbc.py [new file with mode: 0644]
python/dolfin/fem/norms.py [new file with mode: 0644]
python/dolfin/fem/problem.py [new file with mode: 0644]
python/dolfin/fem/projection.py [new file with mode: 0644]
python/dolfin/fem/solvers.py [new file with mode: 0644]
python/dolfin/fem/solving.py [new file with mode: 0644]
python/dolfin/function/__init__.py [new file with mode: 0644]
python/dolfin/function/argument.py [new file with mode: 0644]
python/dolfin/function/constant.py [new file with mode: 0644]
python/dolfin/function/expression.py [new file with mode: 0644]
python/dolfin/function/function.py [new file with mode: 0644]
python/dolfin/function/functionspace.py [new file with mode: 0644]
python/dolfin/function/jit.py [new file with mode: 0644]
python/dolfin/function/multimeshfunction.py [new file with mode: 0644]
python/dolfin/function/multimeshfunctionspace.py [new file with mode: 0644]
python/dolfin/function/specialfunctions.py [new file with mode: 0644]
python/dolfin/io/__init__.py [new file with mode: 0644]
python/dolfin/jit/__init__.py [new file with mode: 0644]
python/dolfin/jit/jit.py [new file with mode: 0644]
python/dolfin/jit/pybind11jit.py [new file with mode: 0644]
python/dolfin/la/__init__.py [new file with mode: 0644]
python/dolfin/la/solver.py [new file with mode: 0644]
python/dolfin/mesh/__init__.py [new file with mode: 0644]
python/dolfin/mesh/ale.py [new file with mode: 0644]
python/dolfin/mesh/meshfunction.py [new file with mode: 0644]
python/dolfin/mesh/meshvaluecollection.py [new file with mode: 0644]
python/dolfin/mesh/subdomain.py [new file with mode: 0644]
python/dolfin/mesh/svgtools.py [new file with mode: 0644]
python/dolfin/mesh/ufl_util.py [new file with mode: 0644]
python/dolfin/multistage/__init__.py [new file with mode: 0644]
python/dolfin/multistage/factorize.py [new file with mode: 0644]
python/dolfin/multistage/multistagescheme.py [new file with mode: 0644]
python/dolfin/multistage/multistagesolvers.py [new file with mode: 0644]
python/dolfin/multistage/rushlarsenschemes.py [new file with mode: 0644]
python/dolfin/parameter/__init__.py [new file with mode: 0644]
python/dolfin/ts/cvode.py [new file with mode: 0644]
python/dolfin_utils/meshconvert/__init__.py [new file with mode: 0644]
python/dolfin_utils/meshconvert/abaqus.py [new file with mode: 0644]
python/dolfin_utils/meshconvert/meshconvert.py [new file with mode: 0644]
python/dolfin_utils/meshconvert/xml_writer.py [new file with mode: 0644]
python/dolfin_utils/test/__init__.py [new file with mode: 0644]
python/dolfin_utils/test/fixtures.py [new file with mode: 0644]
python/dolfin_utils/test/paths.py [new file with mode: 0644]
python/dolfin_utils/test/skips.py [new file with mode: 0644]
python/fenics/__init__.py [new file with mode: 0644]
python/setup.cfg [new file with mode: 0644]
python/setup.py [new file with mode: 0644]
python/src/MPICommWrapper.cpp [new file with mode: 0644]
python/src/MPICommWrapper.h [new file with mode: 0644]
python/src/adaptivity.cpp [new file with mode: 0644]
python/src/ale.cpp [new file with mode: 0644]
python/src/casters.h [new file with mode: 0644]
python/src/common.cpp [new file with mode: 0644]
python/src/dolfin.cpp [new file with mode: 0644]
python/src/fem.cpp [new file with mode: 0644]
python/src/function.cpp [new file with mode: 0644]
python/src/generation.cpp [new file with mode: 0644]
python/src/geometry.cpp [new file with mode: 0644]
python/src/graph.cpp [new file with mode: 0644]
python/src/io.cpp [new file with mode: 0644]
python/src/la.cpp [new file with mode: 0644]
python/src/log.cpp [new file with mode: 0644]
python/src/math.cpp [new file with mode: 0644]
python/src/mesh.cpp [new file with mode: 0644]
python/src/mpi_casters.h [new file with mode: 0644]
python/src/multistage.cpp [new file with mode: 0644]
python/src/nls.cpp [new file with mode: 0644]
python/src/parameter.cpp [new file with mode: 0644]
python/src/petsc_casters.h [new file with mode: 0644]
python/src/refinement.cpp [new file with mode: 0644]
python/src/ts.cpp [new file with mode: 0644]
python/test/data/boxes.xml [new file with mode: 0644]
python/test/data/doughnut.xml [new file with mode: 0644]
python/test/data/intersecting_surfaces.xml [new file with mode: 0644]
python/test/unit/adaptivity/test_error_control.py [new file with mode: 0755]
python/test/unit/adaptivity/test_time_series.py [new file with mode: 0755]
python/test/unit/ale/test_harmonic_smoothing.py [new file with mode: 0755]
python/test/unit/common/test_mpi.py [new file with mode: 0644]
python/test/unit/common/test_timer.py [new file with mode: 0644]
python/test/unit/conftest.py [new file with mode: 0644]
python/test/unit/fem/gmsh_unit_interval.xml [new file with mode: 0644]
python/test/unit/fem/test_adapt.py [new file with mode: 0644]
python/test/unit/fem/test_assembler.py [new file with mode: 0644]
python/test/unit/fem/test_dirichlet_bc.py [new file with mode: 0644]
python/test/unit/fem/test_discrete_operators.py [new file with mode: 0644]
python/test/unit/fem/test_dofmap.py [new file with mode: 0644]
python/test/unit/fem/test_dp_assemble.py [new file with mode: 0644]
python/test/unit/fem/test_finite_element.py [new file with mode: 0644]
python/test/unit/fem/test_form.py [new file with mode: 0644]
python/test/unit/fem/test_interior_facet_integral_sides.py [new file with mode: 0644]
python/test/unit/fem/test_local_assembler.py [new file with mode: 0644]
python/test/unit/fem/test_local_solver.py [new file with mode: 0644]
python/test/unit/fem/test_manifolds.py [new file with mode: 0644]
python/test/unit/fem/test_petsc_transfer_matrix.py [new file with mode: 0644]
python/test/unit/fem/test_point_source.py [new file with mode: 0644]
python/test/unit/fem/test_solving.py [new file with mode: 0644]
python/test/unit/fem/test_symbolic_geometry_assembly.py [new file with mode: 0644]
python/test/unit/fem/test_system_assembler.py [new file with mode: 0644]
python/test/unit/fem/test_variational_problem.py [new file with mode: 0644]
python/test/unit/fem/tetrahedron.xml [new file with mode: 0644]
python/test/unit/function/test_constant.py [new file with mode: 0755]
python/test/unit/function/test_constrained_function_space.py [new file with mode: 0755]
python/test/unit/function/test_expression.py [new file with mode: 0755]
python/test/unit/function/test_function.py [new file with mode: 0755]
python/test/unit/function/test_function_assigner.py [new file with mode: 0755]
python/test/unit/function/test_function_space.py [new file with mode: 0755]
python/test/unit/function/test_lagrange_interpolator.py [new file with mode: 0755]
python/test/unit/function/test_nonmatching_interpolation.py [new file with mode: 0755]
python/test/unit/function/test_special_functions.py [new file with mode: 0755]
python/test/unit/geometry/test_bounding_box_tree.py [new file with mode: 0755]
python/test/unit/geometry/test_collision_detection.py [new file with mode: 0755]
python/test/unit/geometry/test_collision_segment_segment.py [new file with mode: 0755]
python/test/unit/geometry/test_coordinates.py [new file with mode: 0755]
python/test/unit/geometry/test_geometry_issues.py [new file with mode: 0755]
python/test/unit/geometry/test_intersection.py [new file with mode: 0755]
python/test/unit/geometry/test_intersection_construction.py [new file with mode: 0755]
python/test/unit/geometry/test_point.py [new file with mode: 0644]
python/test/unit/graph/test_graph_build.py [new file with mode: 0755]
python/test/unit/io/test_HDF5.py [new file with mode: 0755]
python/test/unit/io/test_HDF5_attribute.py [new file with mode: 0755]
python/test/unit/io/test_HDF5_series.py [new file with mode: 0644]
python/test/unit/io/test_SVG.py [new file with mode: 0755]
python/test/unit/io/test_X3D.py [new file with mode: 0755]
python/test/unit/io/test_XDMF.py [new file with mode: 0755]
python/test/unit/io/test_XDMF_cell_output.py [new file with mode: 0644]
python/test/unit/io/test_XMLFunction.py [new file with mode: 0755]
python/test/unit/io/test_XML_mesh.py [new file with mode: 0755]
python/test/unit/io/test_XML_mesh_function.py [new file with mode: 0755]
python/test/unit/io/test_XML_mesh_value_collection.py [new file with mode: 0755]
python/test/unit/io/test_XML_table.py [new file with mode: 0755]
python/test/unit/io/test_XML_vector.py [new file with mode: 0755]
python/test/unit/io/test_XYZ.py [new file with mode: 0755]
python/test/unit/io/test_vtk.py [new file with mode: 0755]
python/test/unit/io/xml_value_collection_ref.xml [new file with mode: 0644]
python/test/unit/jit/test_jit.py [new file with mode: 0755]
python/test/unit/la/test_krylov_solver.py [new file with mode: 0755]
python/test/unit/la/test_la_basic.py [new file with mode: 0755]
python/test/unit/la/test_linear_operator.py [new file with mode: 0755]
python/test/unit/la/test_lu_solver.py [new file with mode: 0755]
python/test/unit/la/test_matrix.py [new file with mode: 0755]
python/test/unit/la/test_mg_solver.py [new file with mode: 0755]
python/test/unit/la/test_nullspace.py [new file with mode: 0755]
python/test/unit/la/test_petsc.py [new file with mode: 0755]
python/test/unit/la/test_petsc4py.py [new file with mode: 0644]
python/test/unit/la/test_scalar.py [new file with mode: 0755]
python/test/unit/la/test_slepc_solver.py [new file with mode: 0755]
python/test/unit/la/test_solve.py [new file with mode: 0755]
python/test/unit/la/test_sparsity_pattern.py [new file with mode: 0644]
python/test/unit/la/test_tensor_layout.py [new file with mode: 0644]
python/test/unit/la/test_vector.py [new file with mode: 0755]
python/test/unit/log/test_log.py [new file with mode: 0644]
python/test/unit/math/test_math.py [new file with mode: 0755]
python/test/unit/mesh/test_boundary_mesh.py [new file with mode: 0644]
python/test/unit/mesh/test_cell.py [new file with mode: 0644]
python/test/unit/mesh/test_edge.py [new file with mode: 0644]
python/test/unit/mesh/test_face.py [new file with mode: 0644]
python/test/unit/mesh/test_facet.py [new file with mode: 0644]
python/test/unit/mesh/test_ghost_mesh.py [new file with mode: 0644]
python/test/unit/mesh/test_manifold_point_search.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_coloring.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_data.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_editor.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_function.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_iterator.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_markers.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_quality.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_transformation.py [new file with mode: 0644]
python/test/unit/mesh/test_mesh_value_collection.py [new file with mode: 0644]
python/test/unit/mesh/test_periodic_boundary_computation.py [new file with mode: 0644]
python/test/unit/mesh/test_sub_domain.py [new file with mode: 0644]
python/test/unit/mesh/test_sub_mesh.py [new file with mode: 0644]
python/test/unit/meshconvert/data/abaqus.inp [new file with mode: 0644]
python/test/unit/meshconvert/data/abaqus_facet.inp [new file with mode: 0644]
python/test/unit/meshconvert/data/diffpack_tet.grid [new file with mode: 0644]
python/test/unit/meshconvert/data/diffpack_tri.grid [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh.msh [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_1D_2.geo [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_1D_2.msh [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_1.geo [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_1.msh [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_2.geo [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_2.msh [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_3.geo [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_3.msh [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_4.geo [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_4.msh [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_3D_1.geo [new file with mode: 0644]
python/test/unit/meshconvert/data/gmsh_test_facet_regions_3D_1.msh [new file with mode: 0644]
python/test/unit/meshconvert/data/test_Triangle_3.edge [new file with mode: 0644]
python/test/unit/meshconvert/data/test_Triangle_3.ele [new file with mode: 0644]
python/test/unit/meshconvert/data/test_Triangle_3.node [new file with mode: 0644]
python/test/unit/meshconvert/data/triangle.ele [new file with mode: 0644]
python/test/unit/meshconvert/data/triangle.node [new file with mode: 0644]
python/test/unit/meshconvert/test_mesh_converter.py [new file with mode: 0755]
python/test/unit/mpipipe.sh [new file with mode: 0755]
python/test/unit/multimesh/test_compression.py [new file with mode: 0644]
python/test/unit/multimesh/test_interface_area.py [new file with mode: 0755]
python/test/unit/multimesh/test_multimesh.py [new file with mode: 0644]
python/test/unit/multimesh/test_multimesh_autocover.py [new file with mode: 0644]
python/test/unit/multimesh/test_multimesh_cell_types.py [new file with mode: 0644]
python/test/unit/multimesh/test_multimesh_coefficients.py [new file with mode: 0644]
python/test/unit/multimesh/test_multimesh_function.py [new file with mode: 0644]
python/test/unit/multimesh/test_multimesh_initialization.py [new file with mode: 0755]
python/test/unit/multimesh/test_multimesh_issues.py [new file with mode: 0755]
python/test/unit/multimesh/test_multimesh_solve.py [new file with mode: 0644]
python/test/unit/multimesh/test_volume.py [new file with mode: 0755]
python/test/unit/multistage/test_RK_solver.py [new file with mode: 0755]
python/test/unit/multistage/test_factorizer.py [new file with mode: 0644]
python/test/unit/multistage/test_point_integral_solver.py [new file with mode: 0755]
python/test/unit/nls/test_PETScSNES_solver.py [new file with mode: 0755]
python/test/unit/nls/test_PETScTAOSolver.py [new file with mode: 0755]
python/test/unit/nls/test_TAO_linear_bound_solver.py [new file with mode: 0755]
python/test/unit/parallel-assembly-solve/test_solve_result_against_reference.py [new file with mode: 0755]
python/test/unit/parameter/test_parameters.py [new file with mode: 0755]
python/test/unit/scripts/clean.sh [new file with mode: 0755]
python/test/unit/scripts/mpidebug.sh [new file with mode: 0755]
python/test/unit/scripts/mpirun.sh [new file with mode: 0755]
python/test/unit/scripts/prun.sh [new file with mode: 0755]
python/test/unit/scripts/run.sh [new file with mode: 0755]
python/test/unit/scripts/splitmpidebug.sh [new file with mode: 0755]
python/test/unit/ts/test_sundials.py [new file with mode: 0644]
python/test/unit/ufl-jit-assemble-chain/test_assembly_derivatives.py [new file with mode: 0755]
python/test/unit/ufl-jit-assemble-chain/test_form_operations.py [new file with mode: 0755]
scripts/dolfin-convert/dolfin-convert [new file with mode: 0755]
scripts/dolfin-convert/test_Triangle.edge [new file with mode: 0644]
scripts/dolfin-convert/test_Triangle.ele [new file with mode: 0644]
scripts/dolfin-convert/test_Triangle.node [new file with mode: 0644]
scripts/dolfin-convert/test_exodus.exo [new file with mode: 0644]
scripts/dolfin-order/dolfin-order [new file with mode: 0755]
scripts/dolfin-plot/dolfin-plot [new file with mode: 0755]
scripts/dolfin-plot/plot_book_elements.sh [new file with mode: 0755]
scripts/dolfin-plot/plot_elements.sh [new file with mode: 0755]
test/codingstyle/test_coding_style.py.in [new file with mode: 0755]
test/data/README [new file with mode: 0644]
test/data/aneurysm.xml [new file with mode: 0644]
test/data/manifest.xml [new file with mode: 0755]
test/data/snake.xml [new file with mode: 0644]
test/unit/README [new file with mode: 0644]
test/unit/cpp/CMakeLists.txt [new file with mode: 0644]
test/unit/cpp/catch/catch.hpp [new file with mode: 0644]
test/unit/cpp/common/SubSystemsManager.cpp [new file with mode: 0644]
test/unit/cpp/function/Expression.cpp [new file with mode: 0644]
test/unit/cpp/function/Projection.ufl [new file with mode: 0644]
test/unit/cpp/geometry/ConvexTriangulation.cpp [new file with mode: 0644]
test/unit/cpp/geometry/IntersectionConstruction.cpp [new file with mode: 0644]
test/unit/cpp/io/XMLMeshData.cpp [new file with mode: 0644]
test/unit/cpp/io/XMLMeshValueCollection.cpp [new file with mode: 0644]
test/unit/cpp/io/xml_value_collection_ref.xml [new file with mode: 0644]
test/unit/cpp/la/LinearOperator.cpp [new file with mode: 0644]
test/unit/cpp/la/SUNDIALSNVector.cpp [new file with mode: 0644]
test/unit/cpp/la/Vector.cpp [new file with mode: 0644]
test/unit/cpp/la/forms/ReactionDiffusion.ufl [new file with mode: 0644]
test/unit/cpp/la/forms/ReactionDiffusionAction.ufl [new file with mode: 0644]
test/unit/cpp/main.cpp [new file with mode: 0644]
test/unit/cpp/mesh/Mesh.cpp [new file with mode: 0644]
test/unit/cpp/mesh/MeshColoring.cpp [new file with mode: 0644]
test/unit/cpp/mesh/MeshFunction.cpp [new file with mode: 0644]
test/unit/cpp/mesh/MeshValueCollection.cpp [new file with mode: 0644]
test/unit/cpp/mesh/MultiMesh.cpp [new file with mode: 0644]
test/unit/cpp/parameter/Parameters.cpp [new file with mode: 0644]
test/unit/pytest.ini [new file with mode: 0644]
utils/emacs/macros [new file with mode: 0644]
utils/pylit/LICENSE [new file with mode: 0644]
utils/pylit/README.rst [new file with mode: 0644]
utils/pylit/pylit.py [new file with mode: 0755]
utils/scripts/broken [new file with mode: 0755]
utils/scripts/code-formatting [new file with mode: 0755]
utils/scripts/dolfinreplace [new file with mode: 0755]
utils/scripts/fixme [new file with mode: 0755]
utils/scripts/formatcode [new file with mode: 0755]
utils/scripts/klocs [new file with mode: 0755]
utils/scripts/notinuse [new file with mode: 0755]
utils/scripts/pdebug [new file with mode: 0755]
utils/scripts/plotklocs [new file with mode: 0644]
utils/x3dom/README.rst [new file with mode: 0644]
utils/x3dom/x3dom_support.css [new file with mode: 0644]
utils/x3dom/x3dom_support.js [new file with mode: 0644]