]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-10-04 Timo Heisterrelax solver iterations for test precondition_muelu 1713/head
2015-10-03 Matthias MaierMerge pull request #1710 from tjhei/test_lib_comparison
2015-10-03 Timo Heisterupdate documentation and tests 1710/head
2015-10-03 Timo Heisterchange test feature comparison operators
2015-10-03 Wolfgang BangerthMerge pull request #1669 from drwells/fix-real-to-unit...
2015-10-02 David WellsFixed an issue reported by @gassmoeller. 1669/head
2015-10-02 Martin KronbichlerMerge pull request #1703 from bangerth/further-FEValues...
2015-10-02 Wolfgang BangerthMore doc updates. 1703/head
2015-10-02 Wolfgang BangerthAugment documentation.
2015-10-01 Wolfgang BangerthImprove documentation of class MappingQ.
2015-10-01 Wolfgang BangerthChange compute_mapping_support_points to return its...
2015-10-01 Wolfgang BangerthReapply a few patches made on mainline while developing...
2015-10-01 Wolfgang BangerthFurther simplify code.
2015-10-01 Wolfgang BangerthRemove a test.
2015-10-01 Wolfgang BangerthUpdate test output.
2015-10-01 Wolfgang BangerthMove the remaining pieces of transform_r_to_u() from...
2015-10-01 Wolfgang BangerthMove the implementation of transform_r_to_u_cell from...
2015-10-01 Wolfgang BangerthSimplify code.
2015-10-01 Wolfgang BangerthUpdate a few pieces of implementation.
2015-10-01 Wolfgang BangerthSimplify code.
2015-10-01 Wolfgang BangerthRemove a function now no longer needed.
2015-10-01 Wolfgang BangerthMerge pull request #1702 from kronbichler/master
2015-10-01 Martin KronbichlerRemove debug output 1702/head
2015-10-01 Wolfgang BangerthMerge pull request #1701 from kronbichler/master
2015-10-01 Martin KronbichlerReduce test time by cutting away the most expensive... 1701/head
2015-10-01 Martin KronbichlerMerge pull request #1699 from bangerth/fix-test-12
2015-10-01 Wolfgang BangerthFix test output. 1699/head
2015-10-01 Martin KronbichlerMerge pull request #1698 from bangerth/add-output-file
2015-10-01 Wolfgang BangerthAdd another version of the same output file. 1698/head
2015-10-01 Wolfgang BangerthMerge pull request #1694 from Rombur/vertex_to_cell
2015-09-30 Bruno TurcksinAdd 3D test for vertex_to_cell_map function. 1694/head
2015-09-30 Bruno TurcksinFix a bug in 3D.
2015-09-30 Wolfgang BangerthMerge pull request #1696 from maieneuro/instantiate_tem...
2015-09-30 Maien Hamedinstantiated get_function_third_derivatives template... 1696/head
2015-09-30 Bruno TurcksinImprove documentation for the function vertex_to_cell_map.
2015-09-30 Wolfgang BangerthMerge pull request #1695 from tjhei/muparser_pow
2015-09-30 Timo Heisteradd support for pow(a,b) in FunctionParser 1695/head
2015-09-30 Bruno TurcksinAdd vertex to cells map.
2015-09-29 Wolfgang BangerthMerge pull request #1688 from tamiko/fulfill_license_terms
2015-09-29 Matthias MaierRevert "Remove instructions on how to apply this licens... 1688/head
2015-09-28 Wolfgang BangerthMerge pull request #1671 from jppelteret/subdomain_tools
2015-09-28 Wolfgang BangerthMerge pull request #1686 from kronbichler/master
2015-09-28 Martin KronbichlerAvoid using ‘typename’ outside of template 1686/head
2015-09-28 Wolfgang BangerthMerge pull request #1684 from kronbichler/master
2015-09-28 Martin KronbichlerFix AVX512 code path 1684/head
2015-09-28 Timo HeisterMerge pull request #1680 from tjhei/visual_studio_fix
2015-09-28 Timo HeisterMerge pull request #1685 from gassmoeller/more_precise_...
2015-09-28 Timo Heisterfix compilation with MSVC 1680/head
2015-09-28 Rene GassmoellerMore precise error message 1685/head
2015-09-28 Martin KronbichlerMerge pull request #1683 from tamiko/sacado_product_typ...
2015-09-28 Martin KronbichlerMerge pull request #1682 from tamiko/fix_trilinos_confi...
2015-09-28 Matthias MaierCMake: Add check for matching C++11 support 1682/head
2015-09-28 Matthias MaierCMake: Query whether trilinos requires CXX11 support
2015-09-28 Matthias MaierBugfix: use proper test constraint for sacado_product... 1683/head
2015-09-28 Matthias MaierBugfix: Move DEAL_II_NAMESPACE_CLOSE into define guard
2015-09-27 Matthias MaierMerge pull request #1678 from tjhei/compile_fixes
2015-09-27 Timo Heisterremove warnings 1678/head
2015-09-27 Timo Heistercompile warnings and errors
2015-09-26 Timo HeisterMerge pull request #1675 from tamiko/new_cross_product_...
2015-09-26 Matthias Maiertensor_deprecated.h: Bugfix: Let doxygen pick up functi... 1675/head
2015-09-26 Matthias Maierupdate changes.h entry
2015-09-25 Matthias MaierUpdate tests
2015-09-25 Matthias MaierReintroduce deprecated cross_product for 2d
2015-09-25 Matthias Maiertensor.h: Rename cross_product to cross_product_2d/3d
2015-09-25 Timo HeisterMerge pull request #1670 from QiaoLei-88/p4estSmooth
2015-09-25 Lei Qiaoadd test distributed_grids/3d_refinement_12 1670/head
2015-09-25 Lei Qiaoadd test distributed_grids/2d_refinement_10
2015-09-25 Jean-Paul PelteretAdded test for DoFTools::locally_relevant_dofs_per_subd... 1671/head
2015-09-25 Jean-Paul PelteretAdded assert for p::d::Triangulation and removed if...
2015-09-25 Wolfgang BangerthMerge pull request #1672 from gassmoeller/type_mismatch...
2015-09-25 Rene GassmoellerFix type mismatch in block vector 1672/head
2015-09-25 Jean-Paul PelteretImplementation of DoFTools::locally_relevant_dofs_per_s...
2015-09-25 Martin KronbichlerMerge pull request #1590 from QiaoLei-88/trilinosPrecWr...
2015-09-24 Wolfgang BangerthMerge pull request #1666 from agrayver/non_affine_test
2015-09-24 Alexander GrayverReindent.. 1666/head
2015-09-24 Alexander GrayverAdd a test for checking correct behaviour of FE_PolyTen...
2015-09-24 Matthias MaierMerge pull request #1657 from asartori86/fix_sacado
2015-09-24 Timo HeisterMerge pull request #1665 from bangerth/update-doc-38
2015-09-24 Wolfgang BangerthFix name of Claire Bruna-Rosso. 1665/head
2015-09-24 Matthias MaierMerge pull request #1664 from kronbichler/master
2015-09-24 Martin KronbichlerAdd missing instantiations. 1664/head
2015-09-24 Martin KronbichlerFix test case
2015-09-24 Wolfgang BangerthMerge pull request #1662 from bangerth/doc-update-37
2015-09-24 Wolfgang BangerthJust a couple of minor comment updates. 1662/head
2015-09-23 Bruno TurcksinMerge pull request #1661 from bangerth/reclassify-tutorials
2015-09-23 Wolfgang BangerthReclassify unfinished tutorials. 1661/head
2015-09-23 Bruno TurcksinMerge pull request #1660 from bangerth/fix-solution...
2015-09-23 Wolfgang BangerthFix a place where hp::SolutionTransfer gets confused... 1660/head
2015-09-23 Lei QiaoEnable using wrapped trilinos preconditioner with unwra... 1590/head
2015-09-23 Wolfgang BangerthMerge pull request #1659 from Rombur/fix_petsc_readwrit...
2015-09-23 Bruno TurcksinFix a bug with petsc in readwritevector. 1659/head
2015-09-23 alberto sartoriremoved overloads 1657/head
2015-09-23 Martin KronbichlerMerge pull request #1650 from kronbichler/multigrid_for...
2015-09-23 Martin KronbichlerEnable using MatrixFree and multigrid together in paral... 1650/head
2015-09-23 Martin KronbichlerList change
2015-09-23 Martin KronbichlerEnable MGTransferPrebuilt with parallel::distributed...
2015-09-23 Martin KronbichlerCompute multigrid dof handler also for distributed...
2015-09-23 Martin KronbichlerAvoid setting the constant mode as a right hand side
2015-09-23 Wolfgang BangerthMerge pull request #1514 from Rombur/new-vector-interfaces
2015-09-23 Martin KronbichlerMerge pull request #1654 from maieneuro/doc_fix
next

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.