]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-01-09 Guido Kanschatbe a bit more explicit 3735/head
2017-01-07 Guido Kanschattangential jumps for Laplacian
2017-01-05 Jean-Paul PelteretMerge pull request #3732 from masterleinad/fix_symmetri...
2017-01-05 Daniel ArndtGet rid off typeid in symmetric_tensor_36 3732/head
2017-01-05 Timo HeisterMerge pull request #3731 from drwells/cppcheck-2
2017-01-05 David WellsClarify comparison order in a ternary operator. 3731/head
2017-01-05 David WellsRemove variables that only appear in assertions.
2017-01-05 David WellsPrefer logical OR to boolean OR.
2017-01-05 David WellsGet rid of a null pointer dereference.
2017-01-05 David WellsRemove an (unused) default constructor.
2017-01-05 David WellsRemove a redefinition of a static variable.
2017-01-04 Wolfgang BangerthMerge pull request #3730 from masterleinad/fix_index_se...
2017-01-04 Daniel ArndtFix types in failing IndexSet tests 3730/head
2017-01-04 Wolfgang BangerthMerge pull request #3725 from kronbichler/improve_polyn...
2017-01-04 Martin KronbichlerMerge pull request #3727 from davydden/la_parallel_vect...
2017-01-04 Martin KronbichlerMerge pull request #3729 from drwells/cppcheck-1
2017-01-04 David WellsMark some functions as const. 3729/head
2017-01-04 David Wellsinitialize some pointers to NULL.
2017-01-04 David WellsPass some function arguments by reference.
2017-01-04 David WellsAvoid 'std::string::find' for performance reasons.
2017-01-04 David WellsMove some variables into the initialization list.
2017-01-04 David WellsReduce the scope of some variables.
2017-01-04 David WellsMark some functions as static.
2017-01-03 Martin KronbichlerSwitch Legendre polynomials to stable evaluation via... 3725/head
2017-01-03 Wolfgang BangerthMerge pull request #3720 from drwells/sort-DoFTools...
2017-01-03 Wolfgang BangerthMerge pull request #3723 from masterleinad/update_memor...
2017-01-03 Denis Davydovmake an Assert in LA::distributed::Vector::compress_fin... 3727/head
2017-01-03 Wolfgang BangerthMerge pull request #3724 from tjhei/document_cylinder_shell
2017-01-03 Timo Heisterupdate GridGenerator:cylinder_shell documentation 3724/head
2017-01-03 Daniel ArndtUpdate memory_consumption_01 3723/head
2017-01-03 Timo HeisterMerge pull request #3721 from drwells/silence-unused...
2017-01-02 David WellsSilence unused typedef warnings in release mode. 3721/head
2017-01-02 David WellsRemove some typdefs that are only used once.
2017-01-02 David WellsCombine the remaining DoFTools functions. 3720/head
2017-01-02 David WellsAdd a doxygen category for DoFTools exceptions.
2017-01-02 David WellsGroup the DoF mapping functions together.
2017-01-02 David WellsGroup DoFTools coupling functions together.
2016-12-30 Wolfgang BangerthMerge pull request #3717 from kalj/call-static-method...
2016-12-30 Wolfgang BangerthMerge pull request #3719 from masterleinad/fix_nonmpi_p...
2016-12-30 Daniel ArndtFix compiling with non-MPI PETSc 3719/head
2016-12-30 David WellsMerge pull request #3718 from masterleinad/fix_complex_...
2016-12-30 Daniel ArndtFix compiling with complex-valued PETSc 3718/head
2016-12-29 Karl Ljungkvistuse conventional way of calling static method to please... 3717/head
2016-12-28 Martin KronbichlerMerge pull request #3716 from kalj/fix-typos
2016-12-28 Karl Ljungkvistfix typos in file name 3716/head
2016-12-28 Wolfgang BangerthMerge pull request #3715 from drwells/fix-null-referenc...
2016-12-28 David WellsPut DoFTools functions in correct sections.
2016-12-28 David WellsFix some null reference warnings. 3715/head
2016-12-27 Denis DavydovMerge pull request #3714 from bangerth/fix-tests
2016-12-27 Wolfgang BangerthFix undefined order of evaluation. 3714/head
2016-12-27 Wolfgang BangerthMerge pull request #3700 from davydden/index_set_index_...
2016-12-26 Denis Davydovextend IndexSet::index_within_set() 3700/head
2016-12-26 Timo HeisterMerge pull request #3713 from tamiko/disable_a_clang_wa...
2016-12-26 Matthias MaierCMake: Disable -Wundefined-var-template for clang 3713/head
2016-12-26 Timo HeisterMerge pull request #3689 from bangerth/make-cell-availa...
2016-12-25 Wolfgang BangerthAdd a changelog entry. 3689/head
2016-12-25 Wolfgang BangerthProvide the cell via DataOutRotation. Add tests.
2016-12-25 Wolfgang BangerthProvide the cell via DataOutFaces. Add tests.
2016-12-25 Wolfgang BangerthProvide the cell via DataOut. Add tests.
2016-12-25 Wolfgang BangerthMake cells available in data-postprocessors.
2016-12-24 David WellsMerge pull request #3706 from tjhei/clang_expansion_to_...
2016-12-24 David WellsMerge pull request #3711 from masterleinad/check_includ...
2016-12-24 David WellsMerge pull request #3710 from tjhei/clang_warning
2016-12-24 Martin KronbichlerMerge pull request #3709 from tjhei/clang_link_error
2016-12-24 Daniel ArndtCheck for include guards 3711/head
2016-12-24 Timo Heistersuppress clang warning 3710/head
2016-12-24 Timo Heisterfix clang 3.9.1 linker error 3709/head
2016-12-24 Timo Heisterdisable clangs expansion-to-defined warning 3706/head
2016-12-24 Denis DavydovMerge pull request #3703 from jppelteret/update_licence...
2016-12-23 Jean-Paul PelteretUpdate licence file to mention AUTHORS file (release... 3703/head
2016-12-23 Wolfgang BangerthMerge pull request #3702 from jppelteret/update_licence...
2016-12-23 Jean-Paul PelteretUpdate licence file point to webpage with list of authors. 3702/head
2016-12-23 Daniel ArndtMerge pull request #3699 from drwells/add-enum-docs
2016-12-23 Denis DavydovMerge pull request #3697 from davydden/incode_comments
2016-12-23 Denis Davydovadd a few incode comments 3697/head
2016-12-23 David WellsAdd documentation for enumerations. 3699/head
2016-12-22 David WellsMerge pull request #3698 from kronbichler/master
2016-12-22 David WellsMerge pull request #3695 from drwells/fix-changelog...
2016-12-22 Martin KronbichlerMerge pull request #3693 from masterleinad/add_include_...
2016-12-22 Martin Kronbichler[MatrixFree] Fix typo in documentation 3698/head
2016-12-22 David WellsFix compilation of documentation. 3695/head
2016-12-22 Daniel ArndtAdd include guards for all header files 3693/head
2016-12-21 Bruno TurcksinMerge pull request #3684 from bangerth/doc-update-80
2016-12-21 Bruno TurcksinMerge pull request #3690 from bangerth/remove-changes.h
2016-12-21 Wolfgang BangerthRemove the changes.h file. 3690/head
2016-12-21 David WellsMerge pull request #3688 from drwells/clean-up-constrai...
2016-12-21 David WellsMove some headers into the .templates.h file. 3688/head
2016-12-20 Denis DavydovMerge pull request #3685 from davydden/doc/astyle_version
2016-12-20 Daniel ArndtMerge pull request #3687 from bangerth/make-IndexSet...
2016-12-20 Denis Davydovexplicitly say we use astyle 2.04 3685/head
2016-12-20 Wolfgang BangerthAdd a mutex to IndexSet and use it to make IndexSet... 3687/head
2016-12-20 Wolfgang BangerthUpdate CellData and SubCellData documentation. 3684/head
2016-12-20 Denis DavydovMerge pull request #3683 from bangerth/add-op-eq
2016-12-20 Timo HeisterMerge pull request #3682 from bangerth/fix-IndexSet...
2016-12-19 Wolfgang BangerthAdd a copy operator to Mutex so that it can be used... 3683/head
2016-12-19 Wolfgang BangerthAdd test. 3682/head
2016-12-19 Wolfgang BangerthLet IndexSet::nth_index_within_set() call compress().
2016-12-19 Bruno TurcksinMerge pull request #3676 from bangerth/fix-DataOutFaces
2016-12-17 Jean-Paul PelteretMerge pull request #3678 from jppelteret/fix_symm_tenso...
2016-12-17 Jean-Paul PelteretFix invalid loop range in SymmetricTensor class constru... 3678/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.