]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-03-05 Timo HeisterMerge pull request #649 from bangerth/doc-fixes-10
2015-03-05 Wolfgang BangerthProvide a reference to step-14. 649/head
2015-03-05 Wolfgang BangerthSignificantly improve an error message.
2015-03-05 Wolfgang BangerthMerge pull request #648 from QiaoLei-88/step33DocIssue
2015-03-05 Wolfgang BangerthFix a typo.
2015-03-05 Lei Qiaocorrect type of output example from 'code' to 'verbatim' 648/head
2015-03-05 Lei Qiaofix mathbf and braces issues
2015-03-05 Martin KronbichlerMerge pull request #647 from QiaoLei-88/fixStep33Intro
2015-03-05 Lei Qiaofix bracket mismatch in result part of step-33 647/head
2015-03-05 Lei Qiaofix formula error in intro of step-33 #646
2015-03-05 Timo HeisterMerge pull request #640 from bangerth/further-exception...
2015-03-05 Wolfgang BangerthOne more exception conversion. 640/head
2015-03-05 Wolfgang BangerthAvoid exceptions that take references to their argument...
2015-03-04 Wolfgang BangerthMerge pull request #645 from rosskynch/fix_642
2015-03-04 Ross KynchRemoved p=3 case as it takes far too long to run (issue... 645/head
2015-03-04 Wolfgang BangerthMerge pull request #643 from tjhei/fe_field_fct_exc
2015-03-04 Timo HeisterUse and document VectorTools::ExcPointNotAvailableHere 643/head
2015-03-04 Wolfgang BangerthMerge pull request #639 from bangerth/clarify-step-8
2015-03-04 Wolfgang BangerthClarify a statement in the documentation of step-8. 639/head
2015-03-04 Wolfgang BangerthProvide a changes.h entry.
2015-03-04 Wolfgang BangerthMinor code cleanup.
2015-03-04 Wolfgang BangerthMore improvements on exceptions with no message.
2015-03-02 Wolfgang BangerthMerge pull request #631 from davydden/tensor
2015-03-02 Denis Davydovallow contraction of tensors of different base type 631/head
2015-03-02 Wolfgang BangerthMerge pull request #634 from bangerth/revert-previous...
2015-03-02 Wolfgang BangerthRevert commit e86e602ae14. 634/head
2015-03-02 Wolfgang BangerthMerge pull request #632 from davydden/error_estimator
2015-03-02 Martin KronbichlerMerge pull request #633 from bangerth/accelerate-indent
2015-03-02 Wolfgang BangerthIndent files that had been forgotten by the indentation... 633/head
2015-03-02 Wolfgang BangerthAccelerate indentation of all files from 7 to 1.1 seconds.
2015-03-02 Denis Davydovpatched error_estimator 632/head
2015-03-02 Timo HeisterMerge pull request #630 from bangerth/fix-symmetric...
2015-03-02 Wolfgang BangerthAdd ProductType description also for SymmetricTensor. 630/head
2015-03-02 Wolfgang BangerthMerge pull request #625 from bangerth/further-exception...
2015-03-02 Wolfgang BangerthImprove error message according to Martin K's suggestions. 625/head
2015-03-02 Timo HeisterMerge pull request #629 from kronbichler/master
2015-03-02 Martin KronbichlerWork around bug in clang-3.6 with AVX. 629/head
2015-03-02 Timo HeisterMerge pull request #628 from kronbichler/master
2015-03-02 Martin KronbichlerAvoid compiler warning 628/head
2015-03-02 Martin KronbichlerMake compile without C++11
2015-03-02 Timo HeisterMerge pull request #627 from kronbichler/master
2015-03-02 Martin KronbichlerFix compiler warnings with clang 3.6. 627/head
2015-03-02 Matthias MaierMerge pull request #626 from rosskynch/cmake_bugfix_umfpack
2015-03-02 Martin KronbichlerMerge pull request #624 from bangerth/minor-vector...
2015-03-02 Wolfgang BangerthConvert several more DeclException0 to DeclExceptionMsg.
2015-03-01 Ross KynchFix issue when using the bundled umfpack - cmake moves... 626/head
2015-03-01 Wolfgang BangerthFix another occurrence of allocate() in the serializati... 624/head
2015-03-01 Wolfgang BangerthEnsure we don't create a memory leak.
2015-03-01 Wolfgang BangerthSince all arguments to Vector::allocate() are the same...
2015-03-01 Wolfgang BangerthMove assertion whether we are out of memory to the...
2015-03-01 Wolfgang BangerthProvide a number of exceptions with explanatory text.
2015-03-01 Wolfgang BangerthConvert Assert(...,ExcIO()) to AssertThrow(...,ExcIO()).
2015-03-01 Wolfgang BangerthProvide ExcDivideByZero with some explanatory text.
2015-03-01 Timo HeisterMerge pull request #623 from tjhei/simd_intel_part2
2015-03-01 Timo Heistermove EnableOpenMPSimdFor to parallel.h, update test 623/head
2015-03-01 Timo HeisterMerge pull request #620 from bangerth/introduce-DeclExc...
2015-03-01 Wolfgang BangerthConvert ExcInternalError to DeclExceptionMsg. 620/head
2015-03-01 Wolfgang BangerthIntroduce DeclExceptionMsg.
2015-02-28 Timo HeisterMerge pull request #619 from bangerth/remove-exceptions...
2015-02-28 Wolfgang BangerthMerge pull request #622 from drwells/remove-deprecated...
2015-02-28 David WellsRemove use of `DEAL_II_COMPILER_SUPPORTS_MPI`. 622/head
2015-02-28 Wolfgang BangerthMerge pull request #608 from tjhei/no_long_double_simd
2015-02-28 Timo HeisterDisable SIMD vector operations for certain types 608/head
2015-02-28 Wolfgang BangerthMore work to make exceptions more meaningful. 619/head
2015-02-28 Wolfgang BangerthMerge pull request #614 from bangerth/remove-exceptions...
2015-02-28 Wolfgang BangerthAddress Timo's concerns during review. 614/head
2015-02-27 Timo HeisterMerge pull request #618 from bangerth/remove-exceptions...
2015-02-27 Wolfgang BangerthRemove assertion without argument. 618/head
2015-02-27 Wolfgang BangerthMerge pull request #615 from tjhei/add_interpolate_assert
2015-02-27 Timo Heisteradd size assert to VectorTools::interpolate 615/head
2015-02-27 Wolfgang BangerthSignificantly improve another exception that currently...
2015-02-27 Martin KronbichlerMerge pull request #612 from bangerth/fix-thinko
2015-02-27 Wolfgang BangerthFix a thinko that in its current state makes no sense... 612/head
2015-02-27 Martin KronbichlerMerge pull request #611 from bangerth/remove-exceptions...
2015-02-27 Martin KronbichlerMerge pull request #606 from QiaoLei-88/Step33CrankNico...
2015-02-27 Lei Qiaoformat indentation and delete deprecated code 606/head
2015-02-27 Lei Qiaoremove explicit memory allocation
2015-02-27 Wolfgang BangerthFix up previous commit. Improve other error messages. 611/head
2015-02-27 Wolfgang BangerthReplace a common exception without argument by somethin...
2015-02-27 Wolfgang BangerthReplace a common exception without argument by somethin...
2015-02-27 Wolfgang BangerthMerge pull request #609 from tjhei/nocxx11_test_fixes
2015-02-27 Lei Qiaoone more 'spacial'
2015-02-27 Wolfgang BangerthImprove grammar in exceptions.
2015-02-27 Wolfgang BangerthReplace an exception without argument.
2015-02-27 Wolfgang BangerthRemove an exception that is declared but not actually...
2015-02-27 Wolfgang BangerthRemove an exception that is declared but not actually...
2015-02-27 Wolfgang BangerthReplace an exception without argument.
2015-02-27 Wolfgang BangerthReplace an exception without argument.
2015-02-27 Timo Heisterno cxx1 test fixes 609/head
2015-02-26 Lei QiaoResponses to review comments
2015-02-26 Lei QiaoRepair indentation style
2015-02-26 Wolfgang BangerthMerge pull request #607 from tjhei/intel_bug
2015-02-25 Timo Heisteradd failing test on intel 15 607/head
2015-02-25 Lei QiaoTrim all trailing white blanks
2015-02-25 Lei QiaoUpdate URL of vedio image file in the result part
2015-02-25 Toby D. YoungMerge pull request #604 from bangerth/more-tensor-fixes-2
2015-02-25 Wolfgang BangerthProvide even more specializations of ProductType in... 604/head
2015-02-25 Wolfgang BangerthMerge pull request #603 from tjhei/sparse_mic_optimization
2015-02-25 Wolfgang BangerthExplicitly provide ProductType for Tensor<rank,dim...
2015-02-25 Wolfgang BangerthExplicitly provide ProductType for Tensor<1,dim> in...
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.