]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-09-17 Wolfgang BangerthUpdate some documentation.
2015-09-17 Wolfgang BangerthMove more things out of MappingQ1 that don't need to...
2015-09-17 Wolfgang BangerthUse the new variants of contract().
2015-09-17 Wolfgang BangerthUse covariant return types to avoid some casts.
2015-09-17 Wolfgang BangerthBreak the dependence of MappingQ on MappingQ1.
2015-09-17 Wolfgang BangerthMove functions into MappingQGeneric.
2015-09-17 Wolfgang BangerthMove even more functions.
2015-09-17 Wolfgang BangerthMove more functions into the .cc file only.
2015-09-17 Wolfgang BangerthMove some code into the .cc file.
2015-09-17 Wolfgang BangerthRemove some code that appears to now be dead.
2015-09-17 Wolfgang BangerthRemove member variables now no longer necessary.
2015-09-17 Wolfgang BangerthMove compute_mapping_support_points() and friends to...
2015-09-17 Matthias MaierMerge pull request #1621 from pesser/gnu-compiler-warning
2015-09-17 Wolfgang BangerthMerge pull request #1626 from tcclevenger/add_svg_step2
2015-09-17 tcclevengerUse print_svg in step 2 1626/head
2015-09-17 Wolfgang BangerthMerge pull request #1623 from nicolacavallini/codim_one...
2015-09-17 nicolacavalliniadded codim one hyper ball 1623/head
2015-09-17 Wolfgang BangerthMerge pull request #1625 from drwells/remove-unused...
2015-09-17 Wolfgang BangerthMerge pull request #1629 from danshapero/indentation
2015-09-17 Wolfgang BangerthMerge pull request #1630 from nicolacavallini/fix_indent
2015-09-17 nicolacavallinifixed indentation 1630/head
2015-09-17 danshaperoIndentation fix in gradient_interpolate 1629/head
2015-09-16 Matthias MaierMerge branch 'griddata-gradient'
2015-09-16 danshaperogradient of InterpolatedTensorProductGridData
2015-09-16 Wolfgang BangerthMerge pull request #1624 from tamiko/tensor.h_cleanup_5
2015-09-16 Matthias Maierastyle 1624/head
2015-09-16 David WellsRemove unimplemented UpdateFlags flags. 1625/head
2015-09-16 Matthias MaierGeneralize contract3 for arbitrary tensor ranks
2015-09-16 Wolfgang BangerthMerge pull request #1622 from drwells/remove-update...
2015-09-16 David WellsRemove the deprecated update_support_points flag. 1622/head
2015-09-16 Wolfgang BangerthMerge pull request #1614 from pesser/rt-virtual-functio...
2015-09-16 Wolfgang BangerthMerge pull request #1620 from tamiko/minor_restructuring
2015-09-16 Patrick Esseradd interpolate signatures to FE_RannacherTurek 1614/head
2015-09-16 Matthias MaierWording and typos 1620/head
2015-09-16 Matthias MaierDocumentation: Fix doxygen markup in tensor_deprecated.h
2015-09-16 Matthias MaierBugfix: Remove bogus @relates statement
2015-09-16 Matthias MaierDocumentation: Fix doxygen markup in tensor_deprecated.h
2015-09-16 Wolfgang BangerthMerge pull request #1619 from tamiko/remove_doxygen_guards
2015-09-15 Matthias MaierRemove doxygen guards 1619/head
2015-09-15 Matthias MaierMerge pull request #1618 from tamiko/tensor.h_cleanup_4
2015-09-15 Matthias MaierUpdate news/changes.h 1618/head
2015-09-15 Matthias MaierDo not use "contract" in the tests.
2015-09-15 Matthias MaierDo not use "contract" in the library.
2015-09-15 Matthias Maiertensor.h: Deprecate "contract" function
2015-09-15 Wolfgang BangerthMerge pull request #1617 from tamiko/fix_test
2015-09-15 Matthias MaierTestsuite: Clean up codim_one/bem; remove unused code... 1617/head
2015-09-15 Wolfgang BangerthMerge pull request #1607 from tamiko/tensor.h_cleanup_1
2015-09-15 Matthias MaierMerge pull request #1613 from l-korous/msvc-4
2015-09-15 Matthias MaierMerge pull request #1612 from l-korous/msvc-3
2015-09-15 Matthias MaierAdd a news/changes.h entry, move a misplaced news/chang... 1607/head
2015-09-15 Matthias Maiertensor.h: Bugfix: make determinant compatible with...
2015-09-15 Matthias Maiertensor.h: Remove specializations of determinant
2015-09-15 Matthias Maiertensor.h: Remove specializations for transpose
2015-09-15 Matthias Maiertensor.h: Deprecate rank 1 variants of determinant
2015-09-15 Matthias MaierMerge pull request #1616 from tamiko/fix_compilation
2015-09-15 Matthias MaierFix compilation 1616/head
2015-09-15 Wolfgang BangerthMerge pull request #1615 from tamiko/update_changelog
2015-09-15 Matthias MaierUpdate changes.h, move entry 1615/head
2015-09-15 Matthias MaierMerge pull request #1609 from tamiko/tensor.h_cleanup_3
2015-09-15 Matthias MaierUpdate tests to use new signature of outer_product 1609/head
2015-09-15 Matthias MaierUpdate library to use new signature of outer_product
2015-09-15 Matthias Maiertensor.h: Let outer_product return its result
2015-09-15 Matthias MaierMerge pull request #1608 from tamiko/tensor.h_cleanup_2
2015-09-15 Matthias Maieradd a news/changes.h entry 1608/head
2015-09-15 Matthias MaierUpdate tests to use new cross_product signature
2015-09-15 Matthias MaierUpdate library to use new cross_product signature
2015-09-15 Matthias Maiertensor.h: Let the cross_product functions return its...
2015-09-15 Matthias MaierMerge pull request #1611 from l-korous/msvc-2
2015-09-15 Lukas KorousFix for MSVC: template argument was a preprocessor... 1613/head
2015-09-15 Lukas KorousMSVC fix -> add 'dealii::' root namespace explicitely... 1612/head
2015-09-15 Lukas KorousFix for MSVC: Tensor<1, dim, Number>::real_type ->... 1611/head
2015-09-15 Patrick Esseradd -Woverloaded-virtual flag for gnu compiler 1621/head
2015-09-14 Timo HeisterMerge pull request #1606 from tjhei/fix_step_33
2015-09-14 Timo Heisterfix compilation of step-33 1606/head
2015-09-14 Wolfgang BangerthMerge pull request #1604 from drwells/fix-double-that...
2015-09-14 David WellsFix some typos in step-16. 1604/head
2015-09-14 Bruno TurcksinMerge pull request #1602 from tamiko/make_gcc46_happy
2015-09-14 Matthias Maiergcc-4.6: Avoid unsupported initializer list usage 1602/head
2015-09-14 Wolfgang BangerthMerge pull request #1601 from drwells/fix-gdb-doc-incon...
2015-09-14 David WellsFix inconsistencies in our GDB documentation. 1601/head
2015-09-14 Wolfgang BangerthMerge pull request #1600 from tamiko/fix_cxx11_mode
2015-09-14 Matthias MaierBugfix: Support complex_overloads.h also in C++11 mode 1600/head
2015-09-14 Matthias MaierMerge pull request #1598 from bangerth/doxygen-updates-2
2015-09-14 Wolfgang BangerthUntabify. 1598/head
2015-09-14 Matthias MaierMerge pull request #1595 from bangerth/add-tutorial...
2015-09-14 Matthias MaierMerge pull request #1596 from bangerth/doxygen-updates
2015-09-14 Wolfgang BangerthMerge pull request #1593 from bangerth/fix-warnings-4
2015-09-14 Wolfgang BangerthFix a comment, as requested by @tamiko. 1593/head
2015-09-14 Wolfgang BangerthAdd a changelog. 1595/head
2015-09-14 Wolfgang BangerthRemove a duplicate entry. 1596/head
2015-09-14 Wolfgang BangerthAlso link to dealii.org.
2015-09-14 Wolfgang BangerthMerge pull request #1582 from drwells/update-add-gdb...
2015-09-14 David WellsAdded documentation describing our GDB support. 1582/head
2015-09-13 Wolfgang BangerthAdd the tutorial to the doxygen pages.
2015-09-13 Wolfgang BangerthFix warning about unused function argument.
2015-09-13 Wolfgang BangerthMerge pull request #1586 from tamiko/bugfix
2015-09-13 Wolfgang BangerthMerge pull request #1589 from tamiko/bugfix3
2015-09-13 Matthias MaierProvide operator* overloads for mixed floating point... 1586/head
2015-09-13 Matthias MaierOverloads for mixed complex floating point type multipl...
2015-09-13 Matthias MaierTestsuite: Test for mixed floating point type multiplic...
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.