]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2013-11-28 maierSome last documentation fixes
2013-11-28 maierFix typo
2013-11-28 maierDocumentation: Reformat <pre> environment, unify and...
2013-11-28 maierDocumentation: Bugfix
2013-11-28 maier"Fix" a compilation issue with clang-3.4 and bundled...
2013-11-28 heisteradd missing instantiations of find_active_cell_around_point
2013-11-28 maierAnd change the number of printed digits for four more...
2013-11-28 maierAnd another one
2013-11-28 maierand another test
2013-11-28 maierIncrease number of printed digits for a test
2013-11-28 maierFix a test for icc: Stop for polynomial degree 4 as...
2013-11-28 maierIncrease output accuracy of a test so that it succesful...
2013-11-27 bangerthReset a copy object before writing into it.
2013-11-27 bangerthClean up code a bit.
2013-11-27 bangerthMark an input argument as const.
2013-11-27 bangerthWork around the Intel ICC bug that leads to forgotten...
2013-11-27 kanschatautomatically generate version info
2013-11-26 heisternext try to remove compilation warning in tensor_base.h
2013-11-26 heisterfix typo
2013-11-26 heisterfix cone tests
2013-11-26 kanschatimprove style
2013-11-26 kronbichlerAdd publication. As the matrix-free paper explains...
2013-11-26 kronbichlerSimplify formulas. With mathjax one can use latex formu...
2013-11-26 kanschatuse MathJax and SVG
2013-11-26 turcksinReplace ring buffer by item_bugger in WorkStream.
2013-11-25 bangerthFix typos.
2013-11-25 turcksinChange the way copier can be ignored in WorkStream.
2013-11-25 kanschatchange generation of header and footer
2013-11-25 heistermissing changes in r31796, clean up mumps, add asserts
2013-11-25 heisteradd missing instantiation for mumps, add tests, leave...
2013-11-25 heisteradd tests for mumps
2013-11-25 heisterfix GridGenerator::truncated_cone in 3d
2013-11-25 heisteradd failing test for truncated_cone
2013-11-25 felix.gruberchange encoding to UTF-8
2013-11-25 felix.gruberAdd missing accents in the documentation of the Nédélec...
2013-11-25 kronbichlerSecond part of r31784
2013-11-25 maierCorrection: Just use "trunk" if no svn information...
2013-11-25 maierBugfix: Always set a subproject
2013-11-25 turcksinWorskStream does not need to use a copy function.
2013-11-24 kanschatmove script
2013-11-24 kronbichlerDisable multithreading path when not using more than...
2013-11-24 heisterfix some tests broken by rand() changes
2013-11-24 heisterfix some tests that use srand
2013-11-23 heisteralso make make_hanging_node_constraints work in 3d...
2013-11-23 heisterupdate test and output (and remove the one added that...
2013-11-23 heisterfix bug in make_hanging_node_constraints in parallel...
2013-11-23 kanschatAdd documentation
2013-11-23 heistersimplify test
2013-11-23 kanschatadd missing header lines
2013-11-23 heisteradd failing test
2013-11-23 bangerthImprove further.
2013-11-23 bangerthIncrease queue size for WorkStream::run operation as...
2013-11-23 kanschatchange encoding to UTF-8
2013-11-23 bangerthDocument the changes in tutorials better.
2013-11-23 bangerthAlso finish documentation of step-14.
2013-11-23 bangerthDocument the most recent WorkStream changes to step...
2013-11-22 turcksinAdd documentation for resolve_indices function.
2013-11-22 turcksinAdd a function to resolve constraint indices.
2013-11-22 heisterinline DoFRenumbering::downstream to fix compilation...
2013-11-22 maierPut the -no-vec declaration into the right file :->
2013-11-22 heistertest requires trilinos
2013-11-22 bangerthResolve another oddity in how GCC and ICC output __PRET...
2013-11-22 bangerthFirst part of documenting the switch to WorkStream...
2013-11-22 heisterrework r31759 to my liking and fix a few more places
2013-11-22 heisterdisable vectorization on intel compilers because they...
2013-11-22 maierReplace "rand" by "myrand" in the testsuite to avoid...
2013-11-22 maierBugfix: create ${TARGET}.signed dummy file in CMakeFile...
2013-11-22 bangerthSimplify code slightly.
2013-11-22 heienRemoved comments after confirming changes work
2013-11-22 bangerthDocument the third kind of WorkStream::run.
2013-11-21 heisterfix compiler warning
2013-11-21 heisteradd test for issue 154 fixed in r31734
2013-11-21 heisterfix clang warnings
2013-11-21 heisterremove one clang compiler warning
2013-11-21 heisterfix test output
2013-11-21 heistercheck in proposed change in issue 148 to get rid of...
2013-11-21 heisterrun test with one proc too, because it crashes on some...
2013-11-21 heisterfix exception specification for rand() in tests
2013-11-21 heisterwrite own rand() function for the test suite because...
2013-11-21 heisterreference tests.h in test
2013-11-21 maierTestsuite: Bugfix: Fix a typo that prevented all tests...
2013-11-20 maierDocumentation update
2013-11-20 maierCMake: Forbid to use ninja together with icc
2013-11-20 maierTestsuite: Some more refactoring and cleanup
2013-11-20 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 maierBufix: Well, it is a good idea to not destroy formerly...
2013-11-20 maierTestsuite: Remove the dependency of setup_tests on...
2013-11-20 maierTestsuite: Refactor testsuite setup into its own project.
2013-11-20 bangerthLink to the CS&D paper.
2013-11-20 bangerthMinor indentation changes.
2013-11-20 maierCleanup ExceptionBase: Inherit from std::exception...
2013-11-20 kronbichlerIntroduce IterationNumberControl to perform a fixed...
2013-11-19 heisterdefer backtrace lookup in dealii::Exception for perform...
2013-11-19 maierCMake: Bugfix: Only run "make sign" if it is necessary
2013-11-19 maierCMake: Provide a possibility to automatically sign...
2013-11-19 maierDocumentation: Add a small section about how to create...
2013-11-19 heisterreplace include of dof_handler_policy.h in dof_handler...
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.