]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2012-12-14 Wolfgang BangerthAugment a comment.
2012-12-14 Wolfgang BangerthAugment documentation some more.
2012-12-13 Wolfgang BangerthAugment documentation.
2012-12-12 Matthias MaierSome minor bugfixes in the testsuite
2012-12-12 Martin KronbichlerUndo 27799 on vectorization as the new trick did the...
2012-12-12 Martin KronbichlerRemoved two more occurences of inproper use of reinterp...
2012-12-12 Martin KronbichlerReplace reinterpret_cast by static_cast in access to...
2012-12-12 Martin KronbichlerAvoid some more reinterpret_cast
2012-12-12 Martin KronbichlerAvoid reinterpret_cast by making the declaration of...
2012-12-12 Wolfgang BangerthThere used to be a requirement that threads can only...
2012-12-12 Wolfgang BangerthMention r27793. Also reorder things a bit.
2012-12-12 Wolfgang BangerthPatch by Alexander Grayver: Release memort in SparseDir...
2012-12-10 Martin KronbichlerFix one border case in initialization on non-constant...
2012-12-09 Guido Kanschatadd charset
2012-12-09 Martin KronbichlerConstraintMatrix can perform distribute_local_to_global...
2012-12-09 Martin KronbichlerOne more reindentation/refill of comments.
2012-12-09 Martin KronbichlerSmall update in comment.
2012-12-09 Martin KronbichlerReindent/refill comments in a few files to improve...
2012-12-08 Wolfgang BangerthAdd operator!=.
2012-12-08 Guido Kanschatadd a note
2012-12-08 Guido Kanschatmissing properties
2012-12-07 Wolfgang BangerthDoc updates.
2012-12-07 Wolfgang BangerthMinor doc updates.
2012-12-07 Wolfgang BangerthUpdate documentation.
2012-12-07 Martin KronbichlerImprove comments. Improve check for over-/underflow...
2012-12-06 Martin KronbichlerRevised get_function_xxx methods: Put the evaluation...
2012-12-06 Guido KanschatReplace old repository links
2012-12-05 Wolfgang BangerthMove inline functions to where they should be.
2012-12-05 Timo Heisterupdate publication
2012-12-04 Matthias MaierAdd a test for GeometryInfo<dim>::face_to_cell_vertices...
2012-12-04 Matthias MaierBugfix: Implement correct return values for ->face_flip...
2012-12-04 Guido Kanschatmore big output files removed
2012-12-04 Guido Kanschatremove large output files from several steps
2012-12-04 Toby D. YoungGive SLEPc the MPI_InitFinalize interface like what...
2012-12-04 Wolfgang BangerthFix double-free caused by wrong copy constructor of...
2012-12-04 Timo Heistermerge to add test to mainline
2012-12-03 Matthias MaierDeuglify
2012-12-03 Timo Heistermake indent
2012-12-03 Guido Kanschatreformat documentation and add memory consumption
2012-12-03 Wolfgang BangerthAvoid a couple of (stupid) warnings.
2012-12-03 Wolfgang BangerthReformat one statement.
2012-12-01 Matthias MaierReintroduce the old make_periodicity_constraints interf...
2012-12-01 Matthias MaierAdd some Assertions, reindent
2012-12-01 Matthias Maierupdate changes.h
2012-12-01 Matthias MaierA new test for make_periodicity_constraints
2012-12-01 Matthias MaierBugfix: Make DoFTools::make_periodicity_constraints...
2012-12-01 Matthias MaierA new test for GridTools::collect_periodic_face_pairs
2012-12-01 Matthias MaierBugfixes:
2012-12-01 Matthias MaierBugfix: Fix GeometryInfo<2>::child_cell_on_face to...
2012-12-01 Wolfgang BangerthComment out unused function arguments.
2012-11-29 Wolfgang BangerthRemove now outdated files.
2012-11-29 Wolfgang BangerthUpdate results for PETSc 3.3.
2012-11-29 Wolfgang BangerthRemove a test that checks PETSc's Richardson solver...
2012-11-29 Martin KronbichlerAllow ConstraintMatrix::distribute_local_to_global...
2012-11-29 Wolfgang BangerthReindent a couple comments. Primarily do so to trigger...
2012-11-29 Wolfgang BangerthMinor indentation changes.
2012-11-27 Wolfgang BangerthMinor markup fixes.
2012-11-27 Wolfgang BangerthMarkup fix.
2012-11-27 Wolfgang BangerthFix grammar.
2012-11-26 Wolfgang BangerthUpdate an output file that produces different (now...
2012-11-26 Timo Heisterfix comment
2012-11-26 Matthias MaierReindent the comments in fe_update_flags.h
2012-11-26 Martin KronbichlerAdjust problem size to what is shown in results.
2012-11-26 Martin KronbichlerFE_FaceQ should have unit face support points just...
2012-11-26 Wolfgang BangerthAdd a version of DoFTools::make_zero_boundary_constrain...
2012-11-26 Wolfgang BangerthIntroduce numbers::invalid_boundary_id. Fix up document...
2012-11-24 Martin KronbichlerSimplify fixed_power.
2012-11-23 Matthias MaierPrettify comments and indent in exceptions.h
2012-11-23 Martin KronbichlerFix error message when deal.II uses static libraries...
2012-11-23 Martin KronbichlerVectorTools::interpolate should not call compress on...
2012-11-22 Martin KronbichlerAvoid segmentation fault when calling DoFHandler::distr...
2012-11-21 Wolfgang BangerthAvoid debug output to the console.
2012-11-21 Wolfgang BangerthIntroduce a version of step-40 that uses a direct solver.
2012-11-21 Wolfgang BangerthFix typo.
2012-11-21 Wolfgang BangerthRemove a TODO that no longer applies. Minor indentation...
2012-11-21 Wolfgang BangerthWe can't use PETSc with threads, so can't use the Kelly...
2012-11-21 Martin KronbichlerRemoved one obsolete comment.
2012-11-21 Martin KronbichlerUpdate outdated function/class names in comments.
2012-11-21 Wolfgang BangerthDoxygen markup fixes.
2012-11-21 Wolfgang BangerthAllow compilation with this file again.
2012-11-21 Wolfgang BangerthAvoid a multiline comment.
2012-11-21 Wolfgang BangerthAvoid a multiline comment.
2012-11-21 Wolfgang BangerthUse ranges for copyright years.
2012-11-21 Wolfgang BangerthReformat all tutorial programs using the not-so-far...
2012-11-21 Wolfgang BangerthFix a bug in DoFTools::make_flux_sparsity_pattern origi...
2012-11-20 Timo Heisterbetter way to fix indentation problem
2012-11-20 Timo Heisterfix compiler error created by astyle
2012-11-20 Wolfgang BangerthUpdate.
2012-11-20 Timo Heisterindent the whole source code with astyle
2012-11-20 Timo Heisterfix comment
2012-11-20 Timo Heisterupdate style files again
2012-11-20 Timo Heisterupdate astyle file after discussion on mailing list
2012-11-20 Guido Kanschatreinsert reference
2012-11-20 Guido KanschatI guess endings are rather .cc and .h, not just cc...
2012-11-20 Guido KanschatChange alignment of pointers and remove offending option
2012-11-20 Wolfgang BangerthRemove accidentally added directory.
2012-11-20 Wolfgang BangerthNew test. It turns out that there was no test previousl...
2012-11-20 Wolfgang BangerthFix a wrongly named function in a comment.
2012-11-20 Timo Heisterupdate astyle file
2012-11-20 Martin KronbichlerPrettify indentation.
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.