]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2016-09-21 Martin KronbichlerMerge pull request #3133 from luca-heltai/fix-manifold
2016-09-21 David WellsMerge pull request #3140 from tjhei/cmake_install_message
2016-09-21 Luca HeltaiFixed header. 3133/head
2016-09-21 Matthias MaierMerge pull request #3143 from bangerth/wrap-comments
2016-09-21 Wolfgang BangerthWrap some comments. 3143/head
2016-09-20 Denis DavydovMerge pull request #3141 from bangerth/update-parameter...
2016-09-20 Wolfgang BangerthMake input arguments 'const'. 3141/head
2016-09-20 Timo Heistersilence update-to-date cmake install message 3140/head
2016-09-20 Wolfgang BangerthMerge pull request #3136 from danshapero/tria-move...
2016-09-20 danshaperoRevert last commit 3136/head
2016-09-20 Matthias MaierMerge pull request #3088 from tamiko/fix_cmake_macros
2016-09-20 danshaperoAdded explanatory comment about moving a Triangulation...
2016-09-20 Bruno TurcksinMerge pull request #3137 from bangerth/doc-update-76
2016-09-20 Wolfgang BangerthDrop the name 'Fichera corner', plus other updates. 3137/head
2016-09-20 danshaperoIndentation
2016-09-19 Denis DavydovMerge pull request #3135 from kronbichler/fix_mf_mg
2016-09-19 Martin KronbichlerFix bug in threaded matrixfree 3135/head
2016-09-19 Matthias MaierCMake: Partially revert #1758 3088/head
2016-09-19 Matthias MaierCMake: Also update tests/setup_testsubproject to latest...
2016-09-19 Matthias Maieradd news/changes.h entry
2016-09-19 Matthias MaierDocumentation: Update to latest changes and changes...
2016-09-19 Matthias MaierCMake: Verbosely error out in DEAL_II_SETUP_TARGET...
2016-09-19 Matthias MaierCMake: Verbosely error out in DEAL_II_ADD_TEST if build...
2016-09-19 Matthias MaierCMake: Bugfix: Throw a verbose error message instead...
2016-09-19 Luca HeltaiAdded minimal test for projection manifold.
2016-09-19 Daniel ArndtMerge pull request #3125 from class4kayaker/do_distribute
2016-09-19 Daniel ArndtMerge pull request #3130 from class4kayaker/test_genera...
2016-09-19 Luca HeltaiFixed default implementation of get_intermediate_point.
2016-09-19 Denis DavydovMerge pull request #3132 from bangerth/fix-typo
2016-09-19 Wolfgang BangerthFix typo in comment. 3132/head
2016-09-19 danshaperoChanged order in tria move ctor test
2016-09-19 danshaperoWrote move assignment operator for Triangulation, Subsc...
2016-09-18 Jonathan RobeyAdd notes on version for images 3125/head
2016-09-18 Jonathan RobeyAdjust results for 3d
2016-09-18 Matthias MaierMerge pull request #3129 from bangerth/work-around...
2016-09-18 Jonathan RobeyChange to new test output 3130/head
2016-09-18 Jonathan RobeyAdd generalized support points to support_point tests
2016-09-18 Wolfgang BangerthWork around a doxygen bug. 3129/head
2016-09-18 Wolfgang BangerthMerge pull request #3124 from class4kayaker/fix_fe_q_hi...
2016-09-18 David WellsMerge pull request #3128 from bangerth/fix-test
2016-09-18 Jonathan RobeyAdjust test output for change to q_hie u_s_p 3124/head
2016-09-18 Wolfgang BangerthUpdate #include file path. 3128/head
2016-09-17 Jonathan RobeyAdjust commentary
2016-09-17 Jonathan RobeyAdjust output results
2016-09-16 Wolfgang BangerthMerge pull request #3127 from tjhei/doc_fix1
2016-09-16 Timo Heisterfix doxygen formula typesetting 3127/head
2016-09-16 Jonathan RobeyAdd missing distribute() calls
2016-09-16 Jonathan RobeyModify FE_QHie to use generalized*_s_p instead
2016-09-16 Timo HeisterMerge pull request #3123 from Rombur/time_stepping
2016-09-16 Wolfgang BangerthMerge pull request #3121 from pesser/parallelize_relaxblock
2016-09-16 Wolfgang BangerthMerge pull request #3120 from class4kayaker/no_mapping_data
2016-09-16 Bruno TurcksinAdd a test that checks that the time step can be increa... 3123/head
2016-09-16 Martin KronbichlerMerge pull request #2972 from masterleinad/trilinos_loc...
2016-09-16 Patrick Esserparallelize block inversion 3121/head
2016-09-16 Bruno TurcksinFix a bug reported by Vaibhav Palkar on the mailing...
2016-09-16 Jonathan RobeyGenerate empty object when no mapping data needed 3120/head
2016-09-16 Daniel ArndtEntry in changes.h 2972/head
2016-09-16 Daniel ArndtThe size of owned_elemwnts has to match the size of...
2016-09-16 Daniel ArndtIn case we can't deduce locally_owned_elements, set...
2016-09-16 Daniel ArndtAdd a test for the conversion BlockVector->Vector
2016-09-16 Daniel ArndtCheck has_ghosts using owned_elements
2016-09-16 Daniel ArndtFix TrilinosWrappers::locally_owned_elements
2016-09-15 Daniel ArndtMerge pull request #3109 from tjhei/mg_coarse_lac_parallel
2016-09-15 Timo Heisterintroduce MGCoarseGridIterativeSolver, deprecate MGCoar... 3109/head
2016-09-15 Martin KronbichlerMerge pull request #3118 from Rombur/vector
2016-09-15 Bruno TurcksinAdd entry to changes.h 3118/head
2016-09-15 Bruno TurcksinInstantiate LinearAlgebra::Vector.
2016-09-14 Bruno TurcksinMerge pull request #3039 from class4kayaker/no_mapping_data
2016-09-14 Jonathan RobeyAdd test for no mapping data FEValues ues 3039/head
2016-09-14 Jonathan RobeyAdd changes.h entry
2016-09-14 Jonathan RobeyDuplicate approach for FEFaceValues and FESubfaceValues
2016-09-14 Jonathan RobeySet conditions on updating mapping data
2016-09-14 Jean-Paul PelteretMerge pull request #3090 from bangerth/add-to-step-6
2016-09-14 Daniel ArndtMerge pull request #3114 from bangerth/move-explicit...
2016-09-14 Wolfgang BangerthReplace Number(0) by Number(). 3114/head
2016-09-14 Wolfgang BangerthAdd changelog entry.
2016-09-14 Dragan NikolicMove explicit specializations to the .cc file.
2016-09-14 Dragan NikolicGeneralize code for cases where 'Number' is a more...
2016-09-14 Daniel ArndtMerge pull request #3111 from bangerth/add-message...
2016-09-14 David WellsMerge pull request #3113 from bangerth/add-message...
2016-09-13 Denis DavydovMerge pull request #3112 from bangerth/add-message...
2016-09-13 Wolfgang BangerthAvoid an exception without message. 3113/head
2016-09-13 Wolfgang BangerthRemove an unused exception class. 3112/head
2016-09-13 Wolfgang BangerthAdd descriptions to two more exceptions. 3111/head
2016-09-13 Wolfgang BangerthMerge pull request #3104 from masterleinad/guard_mpi_in...
2016-09-12 Daniel ArndtAdd a guard for the non-MPI case 3104/head
2016-09-12 David WellsMerge pull request #3100 from bangerth/restructure...
2016-09-12 David WellsMerge pull request #3103 from bangerth/add-message...
2016-09-12 Martin KronbichlerMerge pull request #3093 from masterleinad/trilinos_ren...
2016-09-12 Wolfgang BangerthProvide error texts to more exceptions. 3103/head
2016-09-12 Daniel ArndtEntry in changes.h 3093/head
2016-09-12 Daniel ArndtAssert that locally_owned_elements are always linear...
2016-09-12 Daniel ArndtAll tests passing
2016-09-11 Daniel ArndtMove is_globally_ascending into an own function
2016-09-11 Wolfgang BangerthMerge pull request #3097 from drwells/update-parameter...
2016-09-11 Daniel ArndtUse Bcast
2016-09-11 Daniel ArndtAllow for contiguous IndexSets that are nonlinear for...
2016-09-11 Martin KronbichlerMerge pull request #3102 from guidokanschat/any_data_bu...
2016-09-11 Guido Kanschatdo not throw exception in AnyData::try_read_ptr() even... 3102/head
2016-09-11 David WellsMerge pull request #3101 from bangerth/make-compile...
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.