]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-09-15 Matthias MaierBugfix
2013-09-15 Matthias MaierCleanup
2013-09-15 Matthias MaierAdd a minimalistic 1 minute testsuite
2013-09-15 Matthias MaierCMAKE: Bugfix, also allow to call DEAL_II_SETUP_TARGET...
2013-09-15 Matthias MaierDo not forget to add the CMakeLists.txt file ^^
2013-09-15 Matthias MaierPort the build tests to ctest as well
2013-09-15 Matthias MaierMerge branch trunk into branch_port_the_testsuite
2013-09-15 Matthias MaierMerge branch trunk into branch_port_the_testsuite
2013-09-15 Matthias MaierFixup merge hiccup
2013-09-15 Matthias MaierMerge trunk into branch_port_the_testsuite
2013-09-15 Matthias MaierCMake: Improvement: Support direct build directory...
2013-09-14 Matthias MaierSupport direct build directory usage
2013-09-14 Matthias MaierAdd some output
2013-09-14 Matthias MaierPort new tests
2013-09-14 Matthias MaierMerge trunk into branch_port_the_testsuite
2013-09-14 Matthias MaierRevert the globs in ./source - This was a very bad...
2013-09-13 Matthias MaierAnother bunch of bugfixes
2013-09-13 Wolfgang BangerthProvide further links.
2013-09-13 Wolfgang BangerthProvide further links.
2013-09-13 Matthias MaierBugfixes
2013-09-13 Wolfgang BangerthFix units of kappa.
2013-09-13 Matthias MaierEpic bugfix
2013-09-13 Matthias MaierNext bugfix
2013-09-13 Matthias MaierCleanup and big refactoring
2013-09-13 Matthias MaierDo not forget to add the CMakeLists.txt files
2013-09-13 Matthias Maierbugfixes
2013-09-13 Matthias MaierCleanup CMake script files
2013-09-13 Matthias MaierConvert mpi tests
2013-09-13 Matthias MaierA lot of cleanup
2013-09-13 Matthias MaierFix some tests in bits
2013-09-13 Matthias MaierRearrange SOURCE_DIR/tests
2013-09-13 Daniel ArndtSplitted test for periodicity into two tests for period...
2013-09-13 Martin KronbichlerMake compile again
2013-09-13 Martin KronbichlerFix a few issues, write more in-code comments.
2013-09-13 Martin KronbichlerFix compile problem with clang
2013-09-13 Martin KronbichlerMake tolerance sharper again.
2013-09-12 Daniel ArndtModified the distributed periodicity test to catch...
2013-09-12 Matthias MaierCMake: Bugfix: Also compile and link the example steps...
2013-09-12 Matthias MaierDoc: Some progress wrt. the CMake documentation
2013-09-12 Martin KronbichlerSome small fixes
2013-09-12 Scott MillerStep51 documentation updates.
2013-09-11 Wolfgang BangerthSmall editorial changes.
2013-09-11 Wolfgang BangerthRemove unused variable.
2013-09-11 Jean-Paul PelteretAdded DoFTools::extract_locally_*_dofs function instant...
2013-09-10 Wolfgang BangerthRemove a lot of code, now that all DoFHandlers have...
2013-09-10 Wolfgang BangerthMerge a bunch of functions now that hp::DoFHandler...
2013-09-10 Wolfgang BangerthNote the hp::DoFHandler cell dof indices cache.
2013-09-10 Wolfgang BangerthIntroduce a way to query the address of the DoF cache...
2013-09-10 Wolfgang BangerthAdd missing fields to memory_consumption().
2013-09-10 Wolfgang BangerthImplement the hp::DoFHandler cell dof indices cache...
2013-09-10 Timo Heisterupdate ignores
2013-09-10 Timo Heisterupdate test
2013-09-09 Timo Heisteradd new test for multigrid an slit geometry
2013-09-09 Timo Heisterparallel mg: clean up debug output, add additional...
2013-09-09 Timo Heisteravoid deprecated p4est enum
2013-09-09 Timo Heisterreverse condition for multigrid
2013-09-09 Timo Heisterreformat comments
2013-09-09 Timo Heisterparallel geometric multigrid: limit the level differenc...
2013-09-09 Wolfgang BangerthRename a bunch of classes.
2013-09-09 Wolfgang BangerthMove DoFObjects into dof_faces.h since this is now...
2013-09-09 Wolfgang BangerthImplement the compression scheme for DoF indices stored...
2013-09-09 Daniel ArndtVectorTools::point_value and VectorTools::point_differe...
2013-09-09 Timo Heisterone more c++11 bugfix (thanks Ian Rose)
2013-09-09 Felix Gruberfixed typo
2013-09-09 Guido Kanschatcommit results for local refinement
2013-09-09 Felix Gruberdoxygen: change EXAMPLE_PATH such that the lines from...
2013-09-09 Wolfgang BangerthAdd a space to an error message.
2013-09-09 Wolfgang BangerthAvoid a C++11-ism.
2013-09-09 Wolfgang BangerthMake it compile with gcc 4.1.2, I hope.
2013-09-09 Wolfgang BangerthMore C++11 fixes.
2013-09-09 Wolfgang BangerthFix a couple C++11 usages.
2013-09-09 Wolfgang BangerthUse '> >' instead of '>>' to end a template.
2013-09-07 Matthias MaierImprove test output
2013-09-07 Matthias MaierUnify output and behaviour
2013-09-07 Matthias MaierEpic bugfix: Provide full path of comparison file
2013-09-06 Matthias MaierBugfix: Avoid duplicate symbols
2013-09-06 Daniel ArndtDocumented the possibility of periodic boundaries on...
2013-09-06 Daniel ArndtAdded a test for periodicity constraints on distributed...
2013-09-06 Martin KronbichlerMake compile without C++11
2013-09-06 Timo Heisterchange test to not use hyper_cube_slit
2013-09-06 Bruno TurcksinMerge from mailine.
2013-09-06 Daniel Arndtremoved unused variable in match_tree_recursively
2013-09-06 Timo Heisterfix missing std::
2013-09-06 Timo Heisterfix bug in distributed::Triangulation and SolutionTrans...
2013-09-06 Bruno TurcksinMake 64bit compile again.
2013-09-06 Bruno TurcksinAdd missing relative path.
2013-09-06 Timo Heisterfix typo
2013-09-06 Timo Heisterfix r30622 by specifying relative path
2013-09-06 Scott MillerMinor intro update
2013-09-06 Martin Steigemannmodify the parameter GUI to handle Map and List paremet...
2013-09-06 Daniel Arndtidentify_periodic_face_pairs creates periodicity inform...
2013-09-06 Daniel ArndtAdded support for periodic boundary conditions on distr...
2013-09-06 Matthias MaierCherry-pick from trunk: CMake: Replace explicit file...
2013-09-06 Matthias MaierCMake: Replace explicit file list with globbing expression
2013-09-06 Matthias Maier*psst*
2013-09-06 Matthias MaierCherry-pick from trunk: Mark some Trilinos variables...
2013-09-06 Matthias MaierMark some Trilinos variables as advanced
2013-09-06 Matthias MaierSupport lowercase characters in test names
2013-09-06 Matthias MaierUpdate README
2013-09-06 Matthias MaierAdd support for mpirun=x syntax
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.