]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-05-08 Wolfgang BangerthDo a better job explaining the output of count_dofs_per... 915/head
2015-05-08 Wolfgang BangerthDiscuss the reason why we even use such a complicated...
2015-05-07 Wolfgang BangerthMerge pull request #910 from fsonner/paramloopfix
2015-05-07 fsonnerRemove unused function from param loop UserClass 910/head
2015-05-07 Timo HeisterMerge pull request #907 from tamiko/fix_condition
2015-05-07 Martin KronbichlerMerge pull request #908 from tamiko/fix_warnings
2015-05-07 Matthias Maiersilence a warning, part 2 908/head
2015-05-07 Martin KronbichlerMerge pull request #906 from tamiko/fix_warnings
2015-05-07 Matthias MaierBugfix: Fix misplaced brackets in condition 907/head
2015-05-07 Matthias Maiersilence a warning 906/head
2015-05-05 Wolfgang BangerthMerge pull request #883 from Rombur/serial_vector
2015-05-05 Bruno TurcksinDon't throw an exception recommanding to use mpirun... 883/head
2015-05-05 Bruno TurcksinFix double entry in changes.h
2015-05-05 Bruno TurcksinDeprecate TrilinosWrappers constructors instead of...
2015-05-05 Bruno TurcksinDeprecate the serial TrilinosWrappers and PETScWrappers...
2015-05-05 Bruno TurcksinThrow an exception when one tries to use in parallel...
2015-05-05 Bruno TurcksinReplace PETScWrappers::Vector by PETScWrappers::MPI...
2015-05-05 Bruno TurcksinFix a conflict in step-17.
2015-05-05 Bruno TurcksinUpdate changes.h
2015-05-05 Bruno TurcksinDeprecate PETScWrappers::Vector and PETScWrappers:...
2015-05-05 Bruno TurcksinDeprecate TrilinosWrappers::Vector and TrilinosWrappers...
2015-05-05 Wolfgang BangerthMerge pull request #904 from nicolacavallini/master
2015-05-05 Nicola Cavallinimultiple polynomials_bernstein instantiation, in polyno... 904/head
2015-05-05 Wolfgang BangerthMerge pull request #900 from masterleinad/branch_fix_ha...
2015-05-05 Daniel ArndtFixed colorization for GridGenerator::half_hyper_shell 900/head
2015-05-05 Luca HeltaiMerge pull request #901 from luca-heltai/fix-dyn-sparsity
2015-05-05 Luca HeltaiCloses #889 901/head
2015-05-05 Wolfgang BangerthMerge pull request #896 from masterleinad/branch_add_po...
2015-05-05 Wolfgang BangerthMerge pull request #899 from tamiko/add_two_small_comments
2015-05-04 Matthias Maieradd two comments 899/head
2015-05-04 Wolfgang BangerthMerge pull request #897 from tamiko/move_constructors
2015-05-04 Matthias MaierRemove move operators and constructors from PETSc variants 897/head
2015-05-04 Matthias Maierfixup
2015-05-04 Matthias MaierBugfix: Do not reinitialize in move operator
2015-05-04 Matthias MaierBugfix: Implement BlockIndices::swap correctly
2015-05-04 Matthias MaierBugfix: Implement PETScWrappers::BlockVector::swap...
2015-05-04 Matthias MaierBugfix: Correctly set up object in move constructor
2015-05-04 Matthias MaierBugfix: Implement TrilinosWrappers::BlockVector::swap...
2015-05-04 Matthias MaierBugfix: Correctly set up object in move constructor
2015-05-04 Matthias MaierBugfix: Implement BlockVector<number>::swap for differe...
2015-05-04 Matthias MaierBugfix: Correctly set up object in move constructor
2015-05-04 Matthias MaierBugfix: Correctly set up object in move constructor
2015-05-03 Daniel ArndtAdd an entry to changes.h and reduce the number of... 896/head
2015-05-03 Daniel ArndtImplement point_gradient similarly to point_value
2015-05-03 Wolfgang BangerthMerge pull request #893 from tamiko/move_semantic
2015-05-02 Matthias Maierreindent 893/head
2015-05-02 Matthias MaierDo not clear vectors in move operators/constructors...
2015-05-02 Matthias MaierAdd tests for native deal variants and TrilinosWrappers...
2015-05-02 Matthias Maieradd a changes.h entry
2015-05-02 Matthias MaierAdd move constructor and operator to PETScWrappers...
2015-05-02 Matthias MaierAdd move constructor and operator to TrilinosWrappers...
2015-05-02 Matthias MaierAdd move constructor and operator to Vector and BlockVector
2015-04-30 Timo HeisterMerge pull request #890 from tjhei/blockwise-mg
2015-04-30 Timo Heisteradd changelog entry 890/head
2015-04-30 Timo Heisterextend test
2015-04-30 Timo Heisteradd serial test for DoFRenumbering::block_wise for MG
2015-04-30 fsonnerRemove is_active check in dof renumbering
2015-04-30 fsonnerCondense locally-owned conditions for renumbering
2015-04-30 fsonnerAdd spacedim parameter to renumbering function
2015-04-30 fsonnerFix block-wise dof renumbering for multigrid
2015-04-29 Timo HeisterMerge pull request #887 from drwells/consistent-logical...
2015-04-28 David WellsUpdate to match the current style guide. 887/head
2015-04-28 David WellsAdd a style guideline for "&&", "||", and "!".
2015-04-28 Wolfgang BangerthMerge pull request #886 from fsonner/gmresfix
2015-04-28 fsonnerAdd test for double memory freeing bug in GMRES 886/head
2015-04-27 fsonnerRemove duplicate memory freeing in GMRES
2015-04-26 Wolfgang BangerthMerge pull request #884 from Rombur/muelu_periodicity_64bit
2015-04-26 Wolfgang BangerthMerge pull request #880 from tamiko/update_documentation
2015-04-26 Bruno TurcksinThe muelu_periodicity tests should not be run with... 884/head
2015-04-26 Timo HeisterMerge pull request #881 from bangerth/fix-warning
2015-04-26 Wolfgang BangerthFix a warning about an unused variable. 881/head
2015-04-26 Matthias MaierProvide template default arguments 880/head
2015-04-26 Matthias MaierUpdate documentation
2015-04-26 Matthias MaierAdd operator*=(number) variant to LinearOperator
2015-04-26 Matthias MaierMerge pull request #878 from drwells/remove-stl-references
2015-04-26 David WellsUpdate copyright years. 878/head
2015-04-26 David WellsUpdate the estimated memory consumption comment.
2015-04-26 David WellsRemove compatability with EGCS 1.1.
2015-04-26 David WellsRemove references to the STL.
2015-04-26 Matthias MaierMerge pull request #867 from bangerth/remove-deprecated...
2015-04-25 Wolfgang BangerthMerge pull request #877 from tamiko/silence_warnings
2015-04-25 Matthias MaierSilence extra diagnostics in the testsuite 877/head
2015-04-25 Timo HeisterMerge pull request #864 from ian-r-rose/new_mpi_sum_uti...
2015-04-24 Ian RoseAdd collective MPI sums to tensorial objects 864/head
2015-04-24 Wolfgang BangerthMerge pull request #873 from mtezzele/fe_tools-with...
2015-04-24 Marco Tezzeleadded FE_Bernstein in tests/fe/fe_tools_01.cc 873/head
2015-04-24 Marco TezzeleAdded fe_bernstein in fe_tools.cc. Now get_fe_from_name...
2015-04-24 Matthias MaierMerge pull request #874 from tjhei/doxygen_fixes
2015-04-24 Timo Heisterremove @tref 874/head
2015-04-24 Timo Heisterdoxygen fixes
2015-04-24 Timo HeisterMerge pull request #869 from bangerth/doc-update-24
2015-04-24 Wolfgang BangerthDon't compare floating point numbers directly, but... 869/head
2015-04-23 Wolfgang BangerthUpdate documentation in one of the examples.
2015-04-23 Wolfgang BangerthRemove deprecated row_iterator type and corresponding... 867/head
2015-04-23 Wolfgang BangerthAvoid using the deprecated row_iterator types of sparsi...
2015-04-23 Wolfgang BangerthAvoid using the deprecated row_iterator types of sparsi...
2015-04-23 Wolfgang BangerthAvoid using the deprecated row_iterator types of sparsi...
2015-04-23 Wolfgang BangerthAvoid using the deprecated row_iterator types of sparsi...
2015-04-23 Wolfgang BangerthAvoid using the deprecated row_iterator types of sparsi...
2015-04-23 Wolfgang BangerthAvoid using the deprecated row_iterator types of sparsi...
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.