]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2016-08-14 Wolfgang BangerthConvert two more members of Triangulation from raw...
2016-08-14 Wolfgang BangerthConvert Triangulation::faces from a raw pointer to...
2016-08-14 Wolfgang BangerthAllow (de)serialization of std_cxx11::unique_ptrs also...
2016-08-11 Wolfgang BangerthMerge pull request #2949 from bangerth/dont-use-nothrow
2016-08-11 Wolfgang BangerthAdd a changelog entry about deprecated language features. 2949/head
2016-08-11 Wolfgang BangerthUse DEAL_II_NOEXCEPT instead of 'throw()'.
2016-08-11 Denis DavydovMerge pull request #2952 from bangerth/disable-test...
2016-08-11 Wolfgang BangerthDisable a test that requires METIS if not configured... 2952/head
2016-08-11 Wolfgang BangerthIntroduce a way to say throw()/noexcept generically.
2016-08-10 Wolfgang BangerthMerge pull request #2946 from davydden/fix/gmg_coarse_s...
2016-08-10 Denis Davydovfix a SmartPointer bug in MGCoarseGridApplySmoother 2946/head
2016-08-09 Matthias MaierMerge pull request #2936 from class4kayaker/MGLO_clear_...
2016-08-09 Denis DavydovMerge pull request #2942 from drwells/improve-indentati...
2016-08-09 Denis DavydovMerge pull request #2943 from tjhei/add_newlines
2016-08-09 Timo Heisteradd newlines at end of files 2943/head
2016-08-09 Martin KronbichlerMerge pull request #2938 from davydden/feature/gmg_coar...
2016-08-09 David WellsMerge pull request #2941 from bangerth/fix-signature...
2016-08-09 Denis Davydovminor fixes in GMG unit tests 2938/head
2016-08-09 David WellsUse an explicit suffix on unindented backup files. 2942/head
2016-08-09 Wolfgang BangerthMerge pull request #2769 from danshapero/tria-move
2016-08-09 danshaperoAdded move constructor to Triangulation 2769/head
2016-08-09 Wolfgang BangerthFix signature of our rand/srand implementations. 2941/head
2016-08-09 Denis Davydovminor fixes in doxygen of MGCoarseGridApplySmoother
2016-08-09 Jonathan RobeyUpdate changes.h for MGLevelObject::clear() change 2936/head
2016-08-09 Wolfgang BangerthMerge pull request #2939 from drwells/fix-compilation...
2016-08-09 Timo HeisterMerge pull request #2909 from tjhei/integrator_divergence
2016-08-09 David WellsFix compilation without Trilinos. 2939/head
2016-08-09 Denis Davydovan entry in changes.h
2016-08-09 Denis DavydovGMG: add MGCoarseGridPreconditioner to apply a few...
2016-08-09 Denis DavydovMerge pull request #2933 from loylick/bugfix
2016-08-09 loylickAdded const modifier to format_version variable. 2933/head
2016-08-09 Timo Heisterchangelog 2909/head
2016-08-09 Timo Heisterdeprecate functions, simplify code, cleanup
2016-08-09 Guido Kanschatgrad-div residuals added and tested for consistency
2016-08-09 Timo Heisteradd divergence integrators
2016-08-09 Denis DavydovGMG: make it possible to use as a LinearOperator
2016-08-09 Wolfgang BangerthMerge pull request #2922 from class4kayaker/deprecate_M...
2016-08-08 Wolfgang BangerthMerge pull request #2908 from tjhei/parallel_block_rela...
2016-08-08 Timo Heisterimplement parallel RelaxationBlock 2908/head
2016-08-08 Guido Kanschatparallel RelaxationBlock
2016-08-08 Wolfgang BangerthMerge pull request #2930 from drwells/update-default...
2016-08-08 loylickFixed linker error under VS2013, moved definition of...
2016-08-07 Denis DavydovMerge pull request #2932 from davydden/fix/parpack_warning
2016-08-07 Denis Davydovparpack: fix compiler warning 2932/head
2016-08-07 Timo HeisterMerge pull request #2931 from masterleinad/cleanup_step56
2016-08-07 Daniel ArndtRemove ununsed class BoundaryValuesForVelocity 2931/head
2016-08-07 Daniel ArndtMerge pull request #2924 from class4kayaker/fix_deprec_...
2016-08-07 David WellsRedo the explanation of a default constructor. 2930/head
2016-08-06 Wolfgang BangerthMerge pull request #2925 from drwells/fix-tests-with...
2016-08-06 Wolfgang BangerthMerge pull request #2926 from drwells/fix-sphericalmani...
2016-08-06 Jonathan RobeyAdjust documentation for MGConstrainedDoFs::initialize... 2924/head
2016-08-06 Jonathan RobeyReplace deprecated MGConstrainedDoFs::initialize in...
2016-08-06 Matthias MaierMerge pull request #2928 from tjhei/indent_inst_files
2016-08-06 Timo Heisterindent all files 2928/head
2016-08-06 Timo Heisterrun astyle .inst.in files
2016-08-06 Timo HeisterMerge pull request #2927 from drwells/split-tests/bits-04
2016-08-06 David WellsMove all DataOut tests into numerics. 2927/head
2016-08-06 David WellsFix merge conflicts in SphericalManifold tests. 2926/head
2016-08-06 David WellsEnable compilation of a test in C++03 mode.
2016-08-06 David WellsFix some small test issues with std_cxx11::bind. 2925/head
2016-08-06 Jonathan RobeyRemove calls to deprecated MGLevelObject.clear() 2922/head
2016-08-05 Jonathan RobeyRename and deprecate MGLevelObject::clear()
2016-08-05 Denis DavydovMerge pull request #2921 from tamiko/cmake-fix-link...
2016-08-05 Wolfgang BangerthMerge pull request #2919 from tjhei/fix_make_cell_patches
2016-08-05 Timo Heisterfix make_cell_patches 2919/head
2016-08-05 Matthias MaierCMake: Print informative error messages in case of... 2921/head
2016-08-05 Matthias MaierCMake: Change order of libraries
2016-08-05 Matthias MaierCMake: Use FindBOOST.cmake to find python libraries...
2016-08-05 Matthias MaierCMake: Bugfix: Do not set up python component for boost
2016-08-05 Matthias MaierCMake: Bugfix: Also expand PYTHON_BINDINGS to DEAL_II_C...
2016-08-04 Bruno TurcksinMerge pull request #2918 from bangerth/fix-typo
2016-08-04 Wolfgang BangerthFix a typo. 2918/head
2016-08-04 Wolfgang BangerthMerge pull request #2917 from luca-heltai/fix-tests...
2016-08-04 Luca HeltaiReverted to working versions of Mauro. 2917/head
2016-08-04 Luca HeltaiAdded get_new_point with two points and a weight.
2016-08-04 Denis DavydovMerge pull request #2916 from tamiko/master
2016-08-04 Matthias MaierCMake: Bugfix: Do not annotate the python module with... 2916/head
2016-08-04 Luca HeltaiMerge pull request #2810 from luca-heltai/spherical...
2016-08-04 Luca HeltaiAdded entry to changes.h 2810/head
2016-08-04 Luca HeltaiAddressing last comments by WB.
2016-08-04 Luca HeltaiRefactored get_new_point with three arguments to get_in...
2016-08-04 Luca HeltaiUpdated documentation for Manifolds.
2016-08-04 ESeNonFossiIoRemove this commit
2016-08-04 ESeNonFossiIoGrammar
2016-08-04 ESeNonFossiIoAssert for get_tantgent_vector of SphericalManifold
2016-08-04 Luca HeltaiFixed indentation.
2016-08-04 Luca HeltaiFixed bug in mapping_manifold
2016-08-04 Luca HeltaiFixed comments in tests.
2016-08-04 Luca HeltaiSphericalManifold to PolarManifold.
2016-08-04 Luca HeltaiAdded get_new_point with two points and a weight.
2016-08-03 Denis DavydovMerge pull request #2913 from Rombur/typo
2016-08-03 Bruno TurcksinFix a typo in the documentation. 2913/head
2016-08-03 Wolfgang BangerthMerge pull request #2912 from Rombur/python_change
2016-08-03 Bruno TurcksinAdd an entry in changes.h for the new Python bindings 2912/head
2016-08-03 Bruno TurcksinMerge pull request #2834 from Rombur/python
2016-08-03 Bruno TurcksinRename the python modules. 2834/head
2016-08-03 Matthias MaierRename python libraries
2016-08-03 Matthias MaierCMake: build a debug and release version of the python...
2016-08-03 Matthias MaierCMake: Add a component DEAL_II_COMPONENT_PYTHON_BINDINGS
2016-08-03 Bruno TurcksinUse DEAL_II_WITH_CXX11 to guard c++11 code.
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.