]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2016-06-21 Timo Heisteraddress comment 2690/head
2016-06-21 Timo Heisterfix DynamicSparsityPattern::begin(row) performance...
2016-06-16 Denis DavydovMerge pull request #2689 from kronbichler/master
2016-06-16 Martin KronbichlerSecond fix for compilation of #2615 without MPI. 2689/head
2016-06-16 Bruno TurcksinMerge pull request #2687 from drwells/document-make...
2016-06-16 Denis DavydovMerge pull request #2688 from kronbichler/master
2016-06-16 Martin KronbichlerAvoid undefined symbols with Trilinos but without MPI. 2688/head
2016-06-16 David WellsImprove documentation of 'make indent'. 2687/head
2016-06-15 Bruno TurcksinMerge pull request #2685 from tjhei/step-56-support
2016-06-15 Bruno TurcksinMerge pull request #2684 from kronbichler/master
2016-06-15 Timo Heisteradd step-56 financial support 2685/head
2016-06-15 Martin KronbichlerFix compilation without MPI 2684/head
2016-06-15 Bruno TurcksinMerge pull request #2615 from kronbichler/redesign_para...
2016-06-15 Martin KronbichlerMention change 2615/head
2016-06-15 Martin KronbichlerUse new namespace qualifications of distributed vectors...
2016-06-15 Martin KronbichlerAdd LinearAlgebra::distributed::BlockVector
2016-06-14 Wolfgang BangerthMerge pull request #2682 from davydden/update/parpack_d...
2016-06-14 Martin KronbichlerFix bug with PETSc
2016-06-14 Martin KronbichlerFix according to review
2016-06-14 Martin KronbichlerAllow non-unique split of elements in source map
2016-06-14 Martin KronbichlerAlso allow MPI::sum on complex numbers
2016-06-14 Martin KronbichlerMake parallel vector derive from VectorSpaceVector
2016-06-14 Denis Davydovparpack: build doxygen 2682/head
2016-06-14 Denis DavydovMerge pull request #2680 from davydden/update/parpack
2016-06-14 Denis Davydovparpack: add set_initial_vector() for Krylov subspace 2680/head
2016-06-14 Denis Davydovparpack: update documentation and fix Exception
2016-06-08 Bruno TurcksinMerge pull request #2675 from bangerth/fix-test
2016-06-08 Wolfgang BangerthFix test. Also add changelog. 2675/head
2016-06-07 Bruno TurcksinMerge pull request #2673 from bangerth/reorder-operations
2016-06-07 Timo HeisterMerge pull request #2669 from tjhei/parallel_fe_field
2016-06-07 Wolfgang BangerthMerge pull request #2672 from drwells/remove-extra...
2016-06-07 Wolfgang BangerthFirst call the signal, then destroy the object. 2673/head
2016-06-07 David WellsRemove some extra '*'s in comments. 2672/head
2016-06-07 Timo Heisterchangelog entry 2669/head
2016-06-07 Timo Heisterfix FEFieldFunction in parallel
2016-06-07 Bruno TurcksinMerge pull request #2671 from bangerth/reorder-operations
2016-06-07 Martin KronbichlerMerge pull request #2668 from drwells/improve-step-22
2016-06-07 David WellsClarify a deprecated class' status. 2668/head
2016-06-07 David WellsImprove the word order in a dependent clause.
2016-06-07 David WellsFix a typo.
2016-06-07 David WellsUse I, not 1, in the traction term.
2016-06-07 David WellsFix some spurious doxygen links.
2016-06-06 Wolfgang BangerthReorder operations. 2671/head
2016-06-05 Wolfgang BangerthMerge pull request #2667 from bangerth/fix-tensor-insta...
2016-06-05 Wolfgang BangerthAlso instantiate the Tensor::n_independent_components... 2667/head
2016-06-05 Wolfgang BangerthExplicitly instantiate Tensor<...> and its members.
2016-06-03 Wolfgang BangerthMerge pull request #2666 from tjhei/step-56-result...
2016-06-03 Timo Heisterupdate step-56 results 2666/head
2016-06-03 Timo HeisterMerge pull request #2665 from bangerth/doc-update-67
2016-06-02 Wolfgang BangerthMinor updates to step-56. 2665/head
2016-06-02 Timo HeisterMerge pull request #2659 from bangerth/doc-update-66
2016-06-02 Martin KronbichlerMerge pull request #2458 from rrgrove6/step-55
2016-06-02 Timo Heisteraddress comments 2458/head
2016-06-01 Wolfgang BangerthAdd another comment. 2659/head
2016-06-01 Martin KronbichlerMerge pull request #2663 from QiaoLei-88/fix_step-51_intro
2016-06-01 Lei Qiaofix a subscript in introduction of step-51 2663/head
2016-06-01 Bruno TurcksinMerge pull request #2662 from QiaoLei-88/fix_step-51_intro
2016-06-01 Lei Qiaofix inner product operator in introduction of step-51 2662/head
2016-06-01 Timo Heistertypos
2016-06-01 Timo Heisteruse compute_global_error
2016-06-01 Timo Heistermention tutorial and add changelog
2016-06-01 Timo Heistersmall code update
2016-06-01 Timo Heisterwrite some text
2016-06-01 Timo Heisterfix, cleanup, documentation
2016-06-01 Ryan Groverename to step-56
2016-06-01 Ryan Groveconst additions + indent
2016-06-01 Ryan GroveSome more changes (incomplete)
2016-06-01 Ryan GroveFixed Wolfgang's intro.dox and results.dox comments
2016-06-01 Ryan GroveAddressed most of Wolfgang's comments with the exceptio...
2016-06-01 Ryan GroveStep-55: Geometric Multigrid for Stokes
2016-06-01 Timo HeisterMerge pull request #2660 from bangerth/doc-update-67
2016-06-01 Martin KronbichlerMerge pull request #2657 from Rombur/functor
2016-05-31 Wolfgang BangerthCentralize the place where we generate documentation... 2660/head
2016-05-31 Wolfgang BangerthTransform the script in a way that allows processing...
2016-05-31 Wolfgang BangerthAdd a missing dependency.
2016-05-31 Bruno TurcksinAdd a functor interface to ReadWriteVector. 2657/head
2016-05-31 David WellsMerge pull request #2654 from drwells/clean-up-mpi...
2016-05-31 David WellsRemove some unused constants. 2654/head
2016-05-31 David WellsMove an MPI function into a source file.
2016-05-31 David WellsMerge pull request #2655 from tjhei/fix_link
2016-05-31 Timo Heisterfix link to UMFPACK 2655/head
2016-05-30 David WellsMove templates in mpi.h to mpi.templates.h.
2016-05-30 David WellsRe-wrap some comments.
2016-05-30 David WellsRemove unused includes.
2016-05-30 David WellsRemove an unneeded include from utilities.h.
2016-05-30 Wolfgang BangerthMerge pull request #2652 from drwells/fix-readme-typo
2016-05-30 David WellsFix a typo in the README. 2652/head
2016-05-29 David WellsMerge pull request #2651 from drwells/fix-symmetric...
2016-05-29 David WellsAdd a test for symmetric tensor access. 2651/head
2016-05-29 David WellsMerge pull request #2650 from bangerth/doc-update-65
2016-05-29 David WellsMake a method's documentation more accurate.
2016-05-29 David WellsFix SymmetricTensor::operator[].
2016-05-29 Wolfgang BangerthMinor edits to SymmetricTensor documentation. 2650/head
2016-05-29 Wolfgang BangerthMerge pull request #2648 from drwells/refactor-mpi...
2016-05-28 David WellsReduce code duplication in all_reduce. 2648/head
2016-05-28 Wolfgang BangerthMerge pull request #2643 from kalj/fix-cast-warnings
2016-05-28 Wolfgang BangerthMerge pull request #2644 from drwells/fix-c++03-tests-01
2016-05-28 Wolfgang BangerthMerge pull request #2645 from drwells/fix-c++03-tests-02
2016-05-28 Wolfgang BangerthMerge pull request #2646 from drwells/fix-c++03-tests-03
2016-05-28 David WellsDo not build step-44 as a test without C++11. 2646/head
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.