]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2016-07-07 David WellsFix compilation with PETSc 3.7.0. 2754/head
2016-07-07 Matthias MaierMerge branch 'pr_2755'
2016-07-07 Matthias Maierrun astyle
2016-07-06 Wolfgang BangerthAvoid C++11 initialization of member variables. 2755/head
2016-07-06 Wolfgang BangerthAvoid outputting space at the end of the line.
2016-07-06 Wolfgang BangerthAvoid C++11 initialization of std::ofstream.
2016-07-06 David WellsMerge pull request #2752 from bangerth/hook-in-tutorials
2016-07-06 Wolfgang BangerthBetter connect step-56 throughout the tutorials. 2752/head
2016-07-06 Wolfgang BangerthBetter connect step-55 throughout the tutorials.
2016-07-05 Wolfgang BangerthMerge pull request #2751 from drwells/fix-tests-in...
2016-07-05 David WellsConvert '>>' to '> >' in templates in some tests. 2751/head
2016-07-05 Matthias MaierMerge pull request #2750 from kronbichler/master
2016-07-05 Martin KronbichlerFix namespace qualification, follow-up to #2615. 2750/head
2016-07-05 Wolfgang BangerthMerge pull request #2749 from masterleinad/unify_add_in...
2016-07-05 Daniel ArndtUse consistent order of arguments for PETScMatrix::add 2749/head
2016-07-04 Denis DavydovMerge pull request #2747 from tjhei/document_n_nonzero
2016-07-04 Timo Heisterclarify documentation for TrilinosWrappers::*Matrix... 2747/head
2016-07-03 Denis DavydovMerge pull request #2745 from masterleinad/fix_petsc_doc
2016-07-03 Daniel ArndtFix documentation for reinit of PETSc MPI Vector 2745/head
2016-07-02 Timo HeisterMerge pull request #2744 from drwells/fix-missing-mpi...
2016-07-02 David WellsAdd missing MPI function instantiations. 2744/head
2016-07-01 Denis DavydovMerge pull request #2743 from bangerth/add-instantiations
2016-07-01 Wolfgang BangerthAdd changelog entry. 2743/head
2016-07-01 Wolfgang BangerthAdd missing instantiation of one function.
2016-07-01 Denis DavydovMerge pull request #2742 from Rombur/typo
2016-07-01 Bruno TurcksinFix a typo in the documentation of filter_iterators. 2742/head
2016-06-30 Bruno TurcksinMerge pull request #2711 from mdh266/unit-test-refactor...
2016-06-30 Mike HMerging conflict with changes.h 2711/head
2016-06-30 David WellsMerge pull request #2740 from bangerth/improve-error...
2016-06-30 David WellsMerge pull request #2741 from bangerth/minor-cleanups
2016-06-30 Mike HAdded new feactures of trilinos direct solver to changes.h
2016-06-30 Wolfgang BangerthMinor code cleanups. 2741/head
2016-06-30 Wolfgang BangerthImprove error message. 2740/head
2016-06-30 Luca HeltaiMerge pull request #2738 from bangerth/fix-typo
2016-06-30 Wolfgang BangerthFix typo. 2738/head
2016-06-30 Wolfgang BangerthMerge pull request #2737 from drwells/remove-deprecated...
2016-06-30 Wolfgang BangerthMerge pull request #2736 from drwells/string_to_double...
2016-06-30 David WellsAvoid using deprecated base classes. 2737/head
2016-06-30 David WellsFix the string_to_double error message. 2736/head
2016-06-29 Wolfgang BangerthMerge pull request #2734 from gassmoeller/make_compile_...
2016-06-29 Rene GassmoellerFix compile 2734/head
2016-06-29 David WellsMerge pull request #2732 from drwells/EulerVectorType...
2016-06-29 David WellsPrefer VectorType to EulerVectorType, part 2. 2732/head
2016-06-29 Bruno TurcksinMerge pull request #2731 from drwells/EulerVectorType...
2016-06-29 David WellsPrefer VectorType to EulerVectorType. 2731/head
2016-06-28 Denis DavydovMerge pull request #2729 from drwells/improve-cell...
2016-06-28 David WellsDo not use mpi_initlog where initlog will do. 2729/head
2016-06-28 David WellsMerge pull request #2726 from spco/constness_of_tensors
2016-06-28 SAM COXTwo tensors in measure() changed to const. 2726/head
2016-06-28 Bruno TurcksinMerge pull request #2727 from dealii/increase_boost_version
2016-06-28 Matthias MaierCMake: Require at least boost version 1.54 2727/head
2016-06-28 Matthias MaierMerge pull request #2725 from bangerth/add-instantiatio...
2016-06-28 Matthias MaierMerge pull request #2717 from bangerth/add-instantiatio...
2016-06-27 Wolfgang BangerthSystematize instantiations for MappingQEulerian and... 2725/head
2016-06-27 Wolfgang BangerthAdd changelog. 2717/head
2016-06-27 Wolfgang BangerthInstantiate class for other vector types.
2016-06-27 Wolfgang BangerthMake class compile with other vector types.
2016-06-27 David WellsMerge pull request #2724 from davydden/bugfix/step-27
2016-06-27 Denis Davydovfix a whitespace bug in step-27 2724/head
2016-06-27 Wolfgang BangerthMerge pull request #2723 from drwells/fix-gnuplotflags...
2016-06-27 David WellsUpdate GnuplotFlags::memory_consumption(). 2723/head
2016-06-26 David WellsMerge pull request #2720 from bangerth/fix-test
2016-06-26 Wolfgang BangerthFix test output. 2720/head
2016-06-26 Wolfgang BangerthMerge pull request #2719 from drwells/update-newton_01...
2016-06-26 David WellsUpdate newton_01 test output. 2719/head
2016-06-26 David WellsMerge pull request #2714 from bangerth/update-MappingQ1...
2016-06-26 Wolfgang BangerthMerge pull request #2718 from drwells/improve-step-25
2016-06-26 Wolfgang BangerthSeveral matching updates in MappingQ{,1}Eulerian. 2714/head
2016-06-25 David WellsGet rid of a temporary matrix in step-25. 2718/head
2016-06-25 David WellsMake some temporary variables const.
2016-06-25 David WellsFix some matrix coefficients in the step-25 intro.
2016-06-25 David WellsFix a sign error in step-25.
2016-06-25 David WellsRemove trailing whitespace.
2016-06-25 David WellsMerge pull request #2716 from bangerth/make-conversions...
2016-06-25 Wolfgang BangerthAdd changelog entry. 2716/head
2016-06-25 Wolfgang BangerthMake conversion constructors of ::Vector explicit.
2016-06-25 Wolfgang BangerthDeprecate constructor and replace it by another one.
2016-06-25 Wolfgang BangerthUpdate documentation.
2016-06-24 Wolfgang BangerthMerge pull request #2705 from danshapero/sync-iterators
2016-06-24 danshaperoAdded entry to changes.h 2705/head
2016-06-24 danshaperoderivative approximation uses operator* of SynchronousI...
2016-06-24 danshaperoUsing operator* in examples with SynchronousIterator
2016-06-24 danshaperoAdded operator* to SynchronousIterators
2016-06-24 Wolfgang BangerthMerge pull request #2710 from drwells/gnuplot-general...
2016-06-24 Mike HAdded a unit test for the refactored trilinos direct...
2016-06-24 David WellsImplement different names for gnuplot output axes. 2710/head
2016-06-24 Denis DavydovMerge pull request #2709 from kronbichler/master
2016-06-24 Martin KronbichlerFix two tests that failed due to my commits 2709/head
2016-06-24 Denis DavydovMerge pull request #2708 from kronbichler/master
2016-06-24 Martin KronbichlerPrefer std::abs over std::fabs. 2708/head
2016-06-24 Martin KronbichlerMerge pull request #2698 from kronbichler/master
2016-06-24 Martin KronbichlerRemove unnecessary code. Adjust test output. 2698/head
2016-06-24 Bruno TurcksinMerge pull request #2707 from bangerth/avoid-warning
2016-06-24 Wolfgang BangerthAvoid some warnings in case we don't have GSL available. 2707/head
2016-06-23 Bruno TurcksinMerge pull request #2706 from bangerth/add-missing...
2016-06-23 Wolfgang BangerthAdd missing file. 2706/head
2016-06-23 Matthias MaierMerge pull request #2700 from bangerth/instantiate...
2016-06-23 Martin KronbichlerMerge pull request #2603 from davydden/feature/series_e...
2016-06-23 Matthias MaierMerge pull request #2699 from bangerth/make-symmetric...
2016-06-23 Bruno TurcksinMerge pull request #2702 from bangerth/no-inline-for...
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.