]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-04-20 Martin KronbichlerMerge pull request #845 from tamiko/fix_a_warning
2015-04-20 Matthias MaierSilence a warning emitted by clang-3.6 845/head
2015-04-20 Martin KronbichlerMerge pull request #844 from tamiko/linear_operator_bugfix
2015-04-20 Matthias MaierDo not repeat template default arguments 844/head
2015-04-20 Timo HeisterMerge pull request #843 from bangerth/silence-warning
2015-04-20 Wolfgang BangerthSilence a warning. 843/head
2015-04-20 Timo HeisterMerge pull request #799 from QiaoLei-88/Timer_cpu_time
2015-04-20 Lei Qiaofix cpu time collection on MPI system for class TimerOu... 799/head
2015-04-19 Matthias MaierMerge pull request #840 from bangerth/remove-use-of...
2015-04-19 Timo HeisterMerge pull request #838 from bangerth/fix-warning
2015-04-19 Wolfgang BangerthRemove cmake checks for rand_r(). 840/head
2015-04-19 Wolfgang BangerthMerge pull request #839 from bangerth/doc-update-22
2015-04-19 Wolfgang BangerthSwap order of constructor arguments to make their conne... 839/head
2015-04-19 Wolfgang BangerthAdd test.
2015-04-19 Wolfgang BangerthReplace use of rand_r by equivalent BOOST functionality.
2015-04-19 Matthias MaierMerge pull request #750 from tamiko/linear_operator
2015-04-19 Matthias Maierprovide a doxygen module, finish documentation 750/head
2015-04-19 Matthias Maierrefactor internal helper classes
2015-04-19 Matthias MaierUse static GrowingVectorMemory objects
2015-04-19 Matthias MaierBig renaming
2015-04-19 Matthias MaierCorrectly guard C++11 code with DEAL_II_WITH_CXX11
2015-04-19 Matthias MaierRename 'exemplar' to 'reinit_vector'
2015-04-19 Matthias MaierIntroduce internal::LinearOperator namespace
2015-04-19 Matthias MaierReorder arguments of inverse_linop
2015-04-19 Matthias MaierExplicitly add default construtor variants
2015-04-19 Matthias Maieradd a test
2015-04-19 Matthias Maieradd blogdiagonal variants
2015-04-19 Matthias MaierRestructure Factory class into internal namespace
2015-04-19 Matthias MaierAugment documentation
2015-04-19 Matthias MaierGeneralize the "linop" constructor
2015-04-19 Matthias MaierImplement block_linop
2015-04-19 Matthias MaierDocumentation update
2015-04-19 Matthias Maieradd a changes.h entry
2015-04-19 Matthias MaierAdd Specializations for BlockVector<number> and vectors...
2015-04-19 Matthias MaierImplement a LinearOperator class
2015-04-19 Matthias MaierAdd range_partitioner and domain_partitioner member...
2015-04-19 Wolfgang BangerthSuppress a warning inside boost. 838/head
2015-04-19 Wolfgang BangerthMerge pull request #837 from tamiko/fixes_for_cygwin
2015-04-19 Wolfgang BangerthMerge pull request #832 from tamiko/further_fixups
2015-04-19 Matthias MaierDo not test for rand_r on cygwin platforms 837/head
2015-04-19 Matthias MaierMerge pull request #833 from drwells/block-sizes-arg
2015-04-19 Matthias MaierMerge pull request #834 from Rombur/step-17
2015-04-19 Martin KronbichlerMerge pull request #835 from tamiko/fix_a_test
2015-04-19 Matthias Maierfix test mpi/step-39 835/head
2015-04-18 Bruno TurcksinReindent step-17. 834/head
2015-04-18 Bruno TurcksinAdd sections in the documentation of step-17 and reorde...
2015-04-18 David WellsUpdate copyright dates. 833/head
2015-04-18 David WellsUse the prefix "n_", not "num_".
2015-04-18 David WellsUse full words for variable names.
2015-04-18 David WellsConsistently name block_sizes as such.
2015-04-18 Matthias MaierFix a bunch of warnings 832/head
2015-04-18 Matthias MaierGuard pragmas
2015-04-18 Martin KronbichlerMerge pull request #808 from bangerth/remove-_mm_malloc
2015-04-18 Timo HeisterMerge pull request #830 from tamiko/use_pragmas
2015-04-17 Matthias MaierUse pragma approach for Trilinos' headers 830/head
2015-04-17 Matthias MaierRefactor diagnostic pragma for opencascade
2015-04-17 Matthias MaierIntroduce two macros to guard external header files
2015-04-17 Wolfgang BangerthAvoid the use of _mm_malloc/_mm_free in favor of posix_... 808/head 831/head
2015-04-17 Matthias MaierMerge pull request #828 from bangerth/doc-update-21
2015-04-17 Wolfgang BangerthMerge pull request #826 from tjhei/doxygen_fix
2015-04-17 Wolfgang BangerthDocument the polynomials one gets for PolynomialBDM... 828/head
2015-04-17 Martin KronbichlerMerge pull request #827 from tjhei/tria_number_cache
2015-04-17 Timo Heisterremove unnecessary communication in Triangulation:... 827/head
2015-04-17 Timo Heisterfix a number of doxygen issues 826/head
2015-04-17 Martin KronbichlerMerge pull request #825 from tamiko/fix_warning
2015-04-17 Matthias MaierFix warning introduced with the latest commit 825/head
2015-04-17 Martin KronbichlerMerge pull request #823 from tamiko/fix_icpc_warnings
2015-04-17 Martin KronbichlerMerge pull request #824 from tamiko/fix_clang_warning
2015-04-17 Matthias MaierOverride all interpolate() variants in FE_Q_Hierarchical 823/head
2015-04-17 Matthias MaierSilence a false positive "-Wunneeded-internal-declaration" 824/head
2015-04-17 Martin KronbichlerMerge pull request #821 from tamiko/fix_bundled_boost_w...
2015-04-17 Martin KronbichlerMerge pull request #822 from tamiko/fix_dangling_else
2015-04-17 Matthias MaierFix a forgotten -Wdangling-else warning 822/head
2015-04-17 Matthias MaierFix warnings in bundled boost 821/head
2015-04-17 Martin KronbichlerMerge pull request #820 from tamiko/silence_warning
2015-04-17 Matthias MaierRemove "register" storage location specifier from bundl... 820/head
2015-04-17 Matthias MaierMerge pull request #818 from bangerth/avoid-warning
2015-04-17 Wolfgang BangerthAvoid a warning with recently enabled -Wxxx flags. 818/head
2015-04-17 Wolfgang BangerthMerge pull request #817 from tamiko/bugfix
2015-04-16 Wolfgang BangerthMerge pull request #815 from tamiko/simplify_clang_conf...
2015-04-16 Wolfgang BangerthMerge pull request #811 from tamiko/fix_opencascade_war...
2015-04-16 Wolfgang BangerthMerge pull request #804 from bangerth/introduce-active_...
2015-04-16 Martin KronbichlerMerge pull request #816 from tamiko/small_cleanup
2015-04-16 Martin KronbichlerMerge pull request #813 from tamiko/fix_dangling_else
2015-04-16 Matthias MaierCMake: Remove -Wno-deprecated 817/head
2015-04-16 Matthias MaierRemove superfluous flag 816/head
2015-04-16 Matthias MaierCMake: Simplify clang configuration 815/head
2015-04-16 Wolfgang BangerthMerge pull request #812 from luca-heltai/fix-pr-mapping-fe
2015-04-16 Marco TezzeleChanged the order of the arguments of the constructor... 812/head
2015-04-16 Matthias MaierSimplify nested if/for clauses to avoid -Wdangling... 813/head
2015-04-16 Luca HeltaiMerge pull request #772 from luca-heltai/fix-mapping-fe
2015-04-16 Marco TezzeleFixed usage in the documentation of mapping_fe_field.h 772/head
2015-04-16 Marco Tezzelefixed documentation of members in mapping_fe_field...
2015-04-16 Luca HeltaiFixed initialization issue.
2015-04-16 Luca HeltaiAdded get_position_vector to VectorTools
2015-04-16 Luca HeltaiRenamed MappingFE to MappingFEField
2015-04-16 Matthias MaierSilence warnings caused by opencascade headers 811/head
2015-04-16 Matthias MaierCMake: Remove broken configuration
2015-04-16 Luca HeltaiMerge pull request #810 from kronbichler/master
2015-04-16 Martin KronbichlerAdd test for empty processors (communicated by D. Arndt). 810/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.