]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-02-19 Timo Heisterstep-40: do not call update_ghost_values
2013-02-19 Timo Heistermention step-49 in changes
2013-02-19 Timo Heisterinclude step-49 in toc/graph
2013-02-19 Timo Heisterstep-49: misc stuff in docu
2013-02-19 Timo Heisterupdate styles of headers in doxygen documentation to...
2013-02-19 Timo Heisterstep-49: small fixes
2013-02-19 Timo Heisterupdate changes
2013-02-19 Wolfgang BangerthBuild deal.II itself without deprecation warnings.
2013-02-19 Wolfgang BangerthAvoid deprecated class names.
2013-02-19 Wolfgang BangerthRemove unused variables.
2013-02-19 Wolfgang BangerthAdd something to the documentation.
2013-02-19 Joerg Frohneadditional output for the cell constitution (plastic...
2013-02-19 Joerg Frohnesimplified formulation of a projection with linear...
2013-02-18 Joerg Frohnecorrection of description of the linear hardening imple...
2013-02-18 Wolfgang BangerthMake doxygen happier.
2013-02-18 Wolfgang BangerthFix doxygen markup.
2013-02-18 Wolfgang BangerthMinor doc update.
2013-02-18 Wolfgang BangerthMake doxygen not complain.
2013-02-18 Wolfgang BangerthMarkup fix.
2013-02-18 Wolfgang BangerthMore markup fixes.
2013-02-17 Wolfgang BangerthFix issues with erroneously placed 'typename's.
2013-02-17 Timo Heisterwork on step-49
2013-02-17 Timo Heisterupdate step-49
2013-02-17 Timo Heisterfix test
2013-02-17 Timo Heisterfix vector being a ghosted vectors by accident
2013-02-17 Timo Heisterupdate test to highlight bug in PETScWrappers
2013-02-17 Timo Heisterfix test output
2013-02-17 Timo Heisterupdate step-49
2013-02-17 Timo Heisterupdate step-49
2013-02-17 Timo Heisterfix bug in extrude_triangulation
2013-02-17 Timo Heisteradd test for extrude_triangulation
2013-02-17 Timo Heisterremove useless directory in tests
2013-02-17 Timo Heisterintroduce GridGenerator::extrude_triangulation
2013-02-17 Timo Heisterupdate tests
2013-02-16 Timo Heisterfix step-40
2013-02-16 Timo Heisterupdate test output
2013-02-16 Timo Heisterupdate changelog
2013-02-16 Timo Heisteradditional ghost check
2013-02-16 Timo Heisterupdate test
2013-02-16 Timo Heistercheck if ghosted vectors are really ghosted
2013-02-16 Timo HeisterCorrectly handle ghosted PETSc vectors and make ghosted...
2013-02-15 Timo Heisterfix tests (throw in assert change)
2013-02-15 Timo Heisteradd test that disallows editing ghosted vectors (failing)
2013-02-15 Timo Heisterremove test that is no longer needed
2013-02-15 Wolfgang BangerthMinor markup fixes.
2013-02-15 Wolfgang BangerthFix up one comment.
2013-02-15 Timo Heistermove error checks further to the top so we can fail...
2013-02-15 Timo Heisterfix tests (throw in assert change)
2013-02-15 Timo Heisterfix tests (throw in assert change)
2013-02-15 Timo Heisterupdate ignores
2013-02-15 Timo Heisterfix tests (throw in assert change)
2013-02-15 Timo Heisterfix tests (throw in assert change)
2013-02-15 Timo Heisterfix tests (throw in assert change)
2013-02-15 Timo Heisterfix tests (throw in assert change)
2013-02-15 Wolfgang BangerthFix link to picture that's now permanently online.
2013-02-15 Wolfgang BangerthGerman symbol -> HTML equivalent.
2013-02-15 Wolfgang BangerthImprove file markup and formulas.
2013-02-15 Wolfgang BangerthPatch by Felix Gruber: Consistently use @code...@endcode.
2013-02-15 Wolfgang BangerthPatch by Felix Gruber: Fix many typos.
2013-02-15 Timo Heisterupdate test
2013-02-15 Timo Heisterrepair test and no longer call update_ghost_values()
2013-02-15 Timo Heisteradd test to check assignment between ghosted vectors
2013-02-15 Timo Heisteroperator= automatically calls update_ghost_values(...
2013-02-15 Timo Heisterfor regression tests: if abort() is disabled in assert...
2013-02-14 Wolfgang BangerthIn 1d, VectorTools::interpolate_boundary_values still...
2013-02-14 Joerg Frohnechange of obstacle filename since it is a pbm format now
2013-02-13 Timo Heisterbenchmark: baseline plot
2013-02-13 Timo Heisterbenchmark: baseline plot
2013-02-13 Timo Heisterimprove benchmark scripts
2013-02-13 Timo Heisterfix stupid test
2013-02-13 Timo HeisterAdd missing compress() implementations. Oops.
2013-02-13 Joerg Frohnecomments for the class Input
2013-02-13 Timo Heisterstep-49: tooltip
2013-02-13 Timo Heisterrestructure step-49 headers
2013-02-13 Timo Heisterstep-49: update kind
2013-02-13 Timo Heisteravoid deprecated warnings
2013-02-13 Timo Heistercorrect warning messages
2013-02-13 Timo Heisterfix compilation (introduced in r28338)
2013-02-13 Timo Heisterclean up more compress() calls
2013-02-13 Timo Heisterdo not simply compress() before an assignment, but...
2013-02-13 Timo Heistermake compress() without arguments deprecated for vectors.
2013-02-13 Timo HeisterAlways use compress() with an argument, remove unnecces...
2013-02-13 Timo Heisteravoid some deprecated warnings
2013-02-13 Timo Heisteravoid deprecated functions/headers in steps
2013-02-13 Timo Heisterdo not name the class in step-50 step16
2013-02-13 Wolfgang BangerthFix syntax: if we access something with X::template...
2013-02-13 Wolfgang BangerthMake the test more interesting by testing more of the...
2013-02-13 Wolfgang BangerthFix this bug two more times.
2013-02-13 Wolfgang BangerthFix syntax: if we access something with X::template...
2013-02-13 Wolfgang BangerthFix the same bug a third time.
2013-02-13 Wolfgang BangerthFix the same bug a second time in a different place.
2013-02-13 Wolfgang BangerthFix some confusion from yesterday. Not a bug here becau...
2013-02-13 Wolfgang BangerthFix a bug introduced yesterday.
2013-02-13 Wolfgang BangerthFix warning number.
2013-02-13 Wolfgang BangerthSuppress more warnings with the PGI compiler.
2013-02-13 Wolfgang BangerthAvoid more deprecated function.
2013-02-13 Wolfgang BangerthAvoid deprecated function.
2013-02-13 Wolfgang BangerthAvoid deprecated function.
2013-02-13 Wolfgang BangerthFix a thinko that won't work for rectangular matrices.
2013-02-13 Wolfgang BangerthAvoid deprecated function.
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.