]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-11-21 Timo Heisterfix compiler warning
2013-11-21 Timo Heisteradd test for issue 154 fixed in r31734
2013-11-21 Timo Heisterfix clang warnings
2013-11-21 Timo Heisterremove one clang compiler warning
2013-11-21 Timo Heisterfix test output
2013-11-21 Timo Heistercheck in proposed change in issue 148 to get rid of...
2013-11-21 Timo Heisterrun test with one proc too, because it crashes on some...
2013-11-21 Timo Heisterfix exception specification for rand() in tests
2013-11-21 Timo Heisterwrite own rand() function for the test suite because...
2013-11-21 Timo Heisterreference tests.h in test
2013-11-21 Matthias MaierTestsuite: Bugfix: Fix a typo that prevented all tests...
2013-11-20 Matthias MaierDocumentation update
2013-11-20 Matthias MaierCMake: Forbid to use ninja together with icc
2013-11-20 Matthias MaierTestsuite: Some more refactoring and cleanup
2013-11-20 Timo Heisterclean up and simplify recent changes in exceptions.cc
2013-11-20 Daniel ArndtFinally fixed the bug in make_zero_boundary_constraints...
2013-11-20 Daniel ArndtRevert false correction.
2013-11-20 Daniel ArndtFixed bug regarding the use of ComponentMask in make_ze...
2013-11-20 Matthias MaierBufix: Well, it is a good idea to not destroy formerly...
2013-11-20 Matthias MaierTestsuite: Remove the dependency of setup_tests on...
2013-11-20 Matthias MaierTestsuite: Refactor testsuite setup into its own project.
2013-11-20 Wolfgang BangerthLink to the CS&D paper.
2013-11-20 Wolfgang BangerthMinor indentation changes.
2013-11-20 Matthias MaierCleanup ExceptionBase: Inherit from std::exception...
2013-11-20 Martin KronbichlerIntroduce IterationNumberControl to perform a fixed...
2013-11-19 Timo Heisterdefer backtrace lookup in dealii::Exception for perform...
2013-11-19 Matthias MaierCMake: Bugfix: Only run "make sign" if it is necessary
2013-11-19 Matthias MaierCMake: Provide a possibility to automatically sign...
2013-11-19 Matthias MaierDocumentation: Add a small section about how to create...
2013-11-19 Timo Heisterreplace include of dof_handler_policy.h in dof_handler...
2013-11-19 Timo Heistertest only works if you have petsc and trilinos
2013-11-19 Timo Heisterrework r31702
2013-11-19 Timo Heisterfix r31695, explicit instantiations are not needed...
2013-11-19 Timo Heisterrewrap comments (phew)
2013-11-19 Timo Heisterupdate documentation
2013-11-19 Matthias MaierTestsuite: Bugfix: Allow to run the testsuite script...
2013-11-19 Toby D. YoungBug fix.
2013-11-19 Wolfgang BangerthProvide more context in the documentation and link...
2013-11-19 Timo Heisterdo not use typeid internally because this is broken...
2013-11-18 Timo Heisteradd missing instantiations (for intel)
2013-11-18 Timo Heistertest: add whitespace to output so that numdiff can...
2013-11-18 Timo Heisterloosen tolerance in test to make it pass
2013-11-18 Timo Heisteroutput more digits in test
2013-11-18 Timo Heisteroutput more digits in test
2013-11-18 Timo Heistermention changes
2013-11-18 Timo Heisterfix template instantiations for GridGenerator::parallel...
2013-11-18 Wolfgang BangerthAugment documentation.
2013-11-18 Wolfgang BangerthFix the failure of find_cell_10a by implementing a...
2013-11-18 Timo Heisterfix typo
2013-11-17 Wolfgang BangerthAlso run test in optimized mode.
2013-11-17 Wolfgang BangerthFix one testcase, see https://code.google.com/p/dealii...
2013-11-17 Wolfgang BangerthFix one testcase, see https://code.google.com/p/dealii...
2013-11-17 Martin KronbichlerFix non-MPI case
2013-11-17 Martin KronbichlerFix description
2013-11-17 Martin SteigemannFixed: FETools::inteprolation_difference was not workin...
2013-11-16 Wolfgang BangerthFix a note in a comment.
2013-11-16 Matthias MaierTestsuite: Fix data_out_stack_0?
2013-11-16 Matthias MaierBugfix: Define FP_USE_THREAD_SAFE_EVAL in case of enabl...
2013-11-16 Matthias MaierSet missing svn:keywords property on a bunch of files
2013-11-16 Matthias MaierFix a lot of stray $Id$s
2013-11-15 Wolfgang BangerthFix error message.
2013-11-15 Wolfgang BangerthMinor language fix.
2013-11-15 Timo Heisterupdate comment
2013-11-15 Timo Heisterfix test output
2013-11-15 Timo Heisterassert that we have a enough fe components in compute_n...
2013-11-15 Timo Heisteradd failing test for no_flux
2013-11-15 Matthias MaierAdd PETSC_WITH_COMPLEX to Config.sample
2013-11-15 Matthias MaierTestsuite: Fix the issue with binary outputs and data_o...
2013-11-15 Wolfgang BangerthSplit a function in hopes to alleviate linker errors...
2013-11-15 Matthias MaierTestsuite: Also accept numerical values that have a...
2013-11-14 Matthias MaierCMake: Bugfix: Do not use >/dev/null on native Windows...
2013-11-14 Matthias MaierCMake: Remove debug output
2013-11-14 Wolfgang BangerthReplace the expensive computation of a set intersection...
2013-11-14 Matthias MaierCMake: Print TEST_DIR during configuration so that...
2013-11-14 Guido Kanschatfixed output
2013-11-14 Guido Kanschatadd missing initialization
2013-11-14 Wolfgang BangerthAdjust the output of some tests so that we get below...
2013-11-14 Wolfgang BangerthInitialize a variable to avoid a testsuite failure...
2013-11-14 Wolfgang BangerthAvoid instantiating FE_FaceQ and FE_FaceP in 1d.
2013-11-14 Wolfgang BangerthMatch function instantiation to the original declaratio...
2013-11-14 Wolfgang BangerthProvide a missing template instantiation.
2013-11-14 Wolfgang BangerthAugment an exception message. This doesn't solve the...
2013-11-14 Toby D. YoungAdd a harmless macro PETSC_WITH_COMPLEX.
2013-11-14 Toby D. YoungPut in a missing word that was bugging me...
2013-11-14 Toby D. YoungAdd a reasonable (unfinished) petsc test.
2013-11-14 Toby D. YoungAdd requested output to slepc quicktest.
2013-11-14 Wolfgang BangerthNo need to say
2013-11-14 Matthias MaierProvide some more information about auxiliary compiler...
2013-11-14 Wolfgang BangerthFix compile error with new default constructor of CellData.
2013-11-14 Matthias MaierCMake: Bugfix, do not use removed macro
2013-11-13 Matthias MaierCMake: Unify naming in detailed.log
2013-11-13 Matthias MaierCMake: Unify registration of feature configurations...
2013-11-13 Matthias MaierBugfix: Filter out spurious "FALSE" in (BLAS|LAPACK...
2013-11-13 Matthias MaierAdd a configure check for a regression with icc-14...
2013-11-13 Wolfgang BangerthProvide default constructor for CellData to fix testsui...
2013-11-13 Timo Heistertry again to fix test
2013-11-13 Timo Heisterfix test
2013-11-13 Wolfgang BangerthAdd a note.
2013-11-12 Timo Heistersimplify test find_cell_10
2013-11-12 Bruno TurcksinFix a bug in WorkStream when using graph coloring.
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.