]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-11-25 Matthias MaierCorrection: Just use "trunk" if no svn information...
2013-11-25 Matthias MaierBugfix: Always set a subproject
2013-11-25 Bruno TurcksinWorskStream does not need to use a copy function.
2013-11-24 Guido Kanschatmove script
2013-11-24 Martin KronbichlerDisable multithreading path when not using more than...
2013-11-24 Timo Heisterfix some tests broken by rand() changes
2013-11-24 Timo Heisterfix some tests that use srand
2013-11-23 Timo Heisteralso make make_hanging_node_constraints work in 3d...
2013-11-23 Timo Heisterupdate test and output (and remove the one added that...
2013-11-23 Timo Heisterfix bug in make_hanging_node_constraints in parallel...
2013-11-23 Guido KanschatAdd documentation
2013-11-23 Timo Heistersimplify test
2013-11-23 Guido Kanschatadd missing header lines
2013-11-23 Timo Heisteradd failing test
2013-11-23 Wolfgang BangerthImprove further.
2013-11-23 Wolfgang BangerthIncrease queue size for WorkStream::run operation as...
2013-11-23 Guido Kanschatchange encoding to UTF-8
2013-11-23 Wolfgang BangerthDocument the changes in tutorials better.
2013-11-23 Wolfgang BangerthAlso finish documentation of step-14.
2013-11-23 Wolfgang BangerthDocument the most recent WorkStream changes to step...
2013-11-22 Bruno TurcksinAdd documentation for resolve_indices function.
2013-11-22 Bruno TurcksinAdd a function to resolve constraint indices.
2013-11-22 Timo Heisterinline DoFRenumbering::downstream to fix compilation...
2013-11-22 Matthias MaierPut the -no-vec declaration into the right file :->
2013-11-22 Timo Heistertest requires trilinos
2013-11-22 Wolfgang BangerthResolve another oddity in how GCC and ICC output __PRET...
2013-11-22 Wolfgang BangerthFirst part of documenting the switch to WorkStream...
2013-11-22 Timo Heisterrework r31759 to my liking and fix a few more places
2013-11-22 Timo Heisterdisable vectorization on intel compilers because they...
2013-11-22 Matthias MaierReplace "rand" by "myrand" in the testsuite to avoid...
2013-11-22 Matthias MaierBugfix: create ${TARGET}.signed dummy file in CMakeFile...
2013-11-22 Wolfgang BangerthSimplify code slightly.
2013-11-22 Eric HeienRemoved comments after confirming changes work
2013-11-22 Wolfgang BangerthDocument the third kind of WorkStream::run.
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
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.