]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2014-10-08 Alexander GrayverEnable PETScWrappers::MPI::SparseMatrix interface to...
2014-10-01 Wolfgang BangerthMerge pull request #185 from tamiko/fix_cxx_test
2014-10-01 Matthias MaierCMake: Bugfix: Also sanitize (cpp) macros in enable_if_... 185/head
2014-10-01 Matthias MaierCMake: Remove test DEAL_II_HAVE_CXX11_ICCBOOSTSIGNALSBUG_OK
2014-09-30 Wolfgang BangerthMerge pull request #153 from bangerth/query-dof-associa...
2014-09-30 Wolfgang BangerthAllow querying whether a DoF is located on a vertex... 153/head
2014-09-30 Wolfgang BangerthMerge pull request #184 from tamiko/fix_cxx_test
2014-09-30 Matthias MaierCMake: Only use internal boost header (if available... 184/head
2014-09-29 Wolfgang BangerthMerge pull request #177 from bangerth/document-ghosted...
2014-09-29 Wolfgang BangerthProvide better documentation on ghosted vectors. 177/head
2014-09-29 Martin KronbichlerMerge pull request #183 from bangerth/harden-mpi-reductions
2014-09-29 Wolfgang BangerthAdd a bunch of missing tests for Utilities::MPI::max. 183/head
2014-09-29 Wolfgang BangerthMPI_Allreduce is apparently unable to accept input...
2014-09-29 Matthias MaierMerge pull request #181 from bangerth/add-fusion-to...
2014-09-29 Wolfgang BangerthMerge pull request #182 from kronbichler/master
2014-09-29 Martin KronbichlerCircumvent a bug in Trilinos 11.10 182/head
2014-09-29 Wolfgang BangerthAdd a test to avoid this problem from happening again... 181/head
2014-09-29 Wolfgang BangerthAdd BOOST.fusion as apparently we need that in boost...
2014-09-28 Toby D. YoungMerge pull request #180 from bangerth/comment-on-spurio...
2014-09-28 Wolfgang BangerthAdd a changelog entry. 180/head
2014-09-28 Wolfgang BangerthExtend discussion about spurious eigenvalues.
2014-09-28 Wolfgang BangerthRename a couple of variables and extend discussion.
2014-09-28 Wolfgang BangerthReindent and fix the issues discussed in the original...
2014-09-28 Denis Davydovcomment on spurious eigenvalues in Step-36
2014-09-28 Wolfgang BangerthMerge pull request #179 from tamiko/cmake_bugfixes
2014-09-28 Matthias MaierAdd a configure time check for a bug in icc 179/head
2014-09-28 Matthias MaierCMake: Bugfix: Correctly detect unsupported flags in...
2014-09-28 Matthias MaierCMake: Bugfix: Replace all "-" by "_" for some internal...
2014-09-27 Wolfgang BangerthMerge pull request #175 from bangerth/fix-q-vs-dgq
2014-09-27 Wolfgang BangerthAllow Q(p) and DGQ(r) elements to touch each other... 175/head
2014-09-27 Matthias MaierMerge pull request #174 from kronbichler/master
2014-09-27 Matthias MaierMerge pull request #176 from bangerth/shuffle-glossary
2014-09-27 Matthias MaierMerge pull request #178 from bangerth/shuffle-changelog
2014-09-27 Martin KronbichlerFix bug in TrilinosVector::sadd with MPI 174/head
2014-09-26 Wolfgang BangerthMove an entry to the correct place. A couple of minor... 178/head
2014-09-26 Wolfgang BangerthShuffle glossary: the ManifoldId entry was in the wrong... 176/head
2014-09-26 Wolfgang BangerthMerge pull request #173 from bangerth/fix-step-32
2014-09-26 Wolfgang BangerthImprove documentation of TimerOutput. 173/head
2014-09-26 Wolfgang BangerthFix an oversight in initializing the timer in step-40.
2014-09-26 Wolfgang BangerthFix an oversight in initializing the timer in step-32.
2014-09-25 Wolfgang BangerthMerge pull request #172 from bangerth/doc-fixes-9
2014-09-25 Wolfgang BangerthAugment documentation motivated by Martin's post on... 172/head
2014-09-24 Wolfgang BangerthMerge pull request #171 from tamiko/workaround_for_ibm
2014-09-24 Matthias MaierWorkaround for IBM compiler in data_out_base.cc 171/head
2014-09-23 Guido KanschatMerge pull request #160 from bangerth/doc-fixes-7
2014-09-23 Martin KronbichlerMerge pull request #170 from bangerth/fix-formula
2014-09-23 Wolfgang BangerthPatch suggested by Xinzeng Feng <xf39@cornell.edu>... 170/head
2014-09-22 Matthias MaierMerge pull request #169 from kronbichler/master
2014-09-22 Martin KronbichlerRemove stray Id tag from svn from all headers 169/head
2014-09-22 Bruno TurcksinMerge pull request #168 from kronbichler/master
2014-09-22 Wolfgang BangerthConvert two more places where we use <code>...</code>. 160/head
2014-09-22 Martin KronbichlerFix TrilinosWrappers::SparseMatrix::add(factor, other_m... 168/head
2014-09-21 Wolfgang BangerthMerge pull request #154 from luca-heltai/mappingq_manifold
2014-09-21 Wolfgang BangerthReindent all short comments to standard length.
2014-09-21 Wolfgang BangerthRemove uses of <tt>...</tt> in a number of places in...
2014-09-21 Wolfgang BangerthUpdate documentation in a couple of places.
2014-09-21 Guido KanschatMerge pull request #164 from bangerth/doc-fixes-8
2014-09-20 Luca HeltaiMade MappingQ compatible with Manifold. 154/head
2014-09-20 Wolfgang BangerthAdjust based on Guido's feedback. 164/head
2014-09-20 Guido KanschatMerge pull request #165 from dakshinai/test_schur_matrix
2014-09-19 dakshinaiTest lac/SchurMatrix; Indented 165/head
2014-09-19 dakshinaiTest lac/SchurMatrix
2014-09-19 Wolfgang BangerthUpdates to various places of the documentation.
2014-09-19 Wolfgang BangerthMerge pull request #162 from bangerth/remove-unnecessar...
2014-09-19 Wolfgang BangerthRemove unnecessary #include. 162/head
2014-09-19 Timo HeisterMerge pull request #161 from bangerth/private-protected...
2014-09-18 Wolfgang BangerthMove declarations in DoFHandler from protected to private. 161/head
2014-09-18 Timo HeisterMerge pull request #156 from bangerth/clarify-docs
2014-09-18 Wolfgang BangerthMerge pull request #157 from bangerth/add-task-joinable
2014-09-18 Wolfgang BangerthAdd test. 157/head
2014-09-18 Wolfgang BangerthAdd Threads::Task::joinable().
2014-09-18 Luca HeltaiMerge pull request #159 from kronbichler/master
2014-09-18 Martin KronbichlerFix compilation of #146 without MPI 159/head
2014-09-18 Wolfgang BangerthClarify documentation and verify what I say by adding... 156/head
2014-09-17 Wolfgang BangerthMerge pull request #155 from koecher/PR-Update-Step-20
2014-09-17 Timo HeisterMerge pull request #152 from bangerth/cleanups
2014-09-17 Wolfgang BangerthMinor cleanups. 152/head
2014-09-17 Uwe KöcherUpdated Documentation. Again, in the Introduction secti... 151/head 155/head
2014-09-17 Martin KronbichlerMerge pull request #146 from bangerth/rework-mpi-initia...
2014-09-16 Wolfgang BangerthRemove now outdated changelog entry. 146/head
2014-09-16 Wolfgang BangerthRewrite following the discussion on the pull request.
2014-09-16 Timo HeisterMerge pull request #150 from bangerth/doc-update-2
2014-09-16 Wolfgang BangerthRemove another reference to MGDoFHandler. 150/head
2014-09-16 Wolfgang BangerthRemove references to MGDoFHandler.
2014-09-16 Wolfgang BangerthMerge pull request #149 from koecher/master
2014-09-16 Uwe KöcherUpdated documentation for step-20 Introduction section... 149/head
2014-09-16 Guido KanschatMerge pull request #147 from bangerth/doc-update
2014-09-15 Wolfgang BangerthAdd another reference. 147/head
2014-09-15 Wolfgang BangerthAdd some documentation.
2014-09-15 Guido KanschatMerge pull request #143 from guidokanschat/distribute_l...
2014-09-15 Wolfgang BangerthMerge pull request #141 from eisbaerli/solution_transfer
2014-09-15 Wolfgang BangerthMerge pull request #148 from tamiko/fix_bundled_configu...
2014-09-15 Bärbel Janssenuse the fe index also in the case where triangulation... 141/head
2014-09-15 Matthias MaierBugfix: Only include ./bundled/setup_bundled.cmake 148/head
2014-09-14 Luca HeltaiMerge pull request #145 from luca-heltai/pr_refactor_tria
2014-09-14 Luca HeltaiFixed typo. 145/head
2014-09-14 Wolfgang BangerthAdd a version of MPI_InitFinalize that adaptively deter...
2014-09-13 Luca HeltaiRefactored tria to use TriaAccessor::center.
2014-09-13 Luca HeltaiMerge pull request #144 from luca-heltai/pr_tria_access...
2014-09-13 Luca HeltaiAddressed last comments by WB. 144/head
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.