]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2016-09-15 Daniel ArndtDeduce minimal and maximal valid Multigrid level from... 2948/head
2016-08-15 Daniel ArndtAllow to specify minlevel and maxlevel in the Multigrid...
2016-08-11 Daniel ArndtResize defect vectors when changing multigrid levels
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-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-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.
2016-08-03 Bruno TurcksinMove python wrapper to contrib/python-bindings.
2016-08-03 Bruno TurcksinChange namespace for the python wrapper.
2016-08-03 Bruno TurcksinClean python documentation.
2016-08-03 Bruno TurcksinEnable to turn python wrapper off.
2016-08-03 Bruno TurcksinReplace __iter__ by active_cells.
2016-08-03 Bruno TurcksinAdd const to variables and functions.
2016-08-03 Bruno TurcksinOutput triangulation and add adaptive mesh refinement.
2016-08-03 Bruno TurcksinAdd CellAccessor wrapper.
2016-08-03 Bruno TurcksinAllow Triangulation to set spacedim different than...
2016-08-03 Bruno TurcksinAdd tests and fix a few bugs.
2016-08-03 Bruno TurcksinUse helper functions to decrease code duplication.
2016-08-03 Bruno TurcksinMake a few functions const and remove reset_triangulation.
2016-08-03 Bruno TurcksinAdd 3D for Triangulation and Point interface.
2016-08-03 Bruno TurcksinMove PointWrapper to its own files.
2016-08-03 Bruno TurcksinImprove Point interface.
2016-08-03 Bruno TurcksinUse templated functions.
2016-08-03 Bruno TurcksinAdd more GridGenerator.
2016-08-03 Bruno TurcksinAdd default arguments for GridGenerator::hyper_cube.
2016-08-03 Bruno TurcksinImprove documentation in python and add save/load funct...
2016-08-03 Bruno TurcksinAdd python wrapper for Triangulation.
2016-08-03 David WellsMerge pull request #2910 from drwells/remove-const...
2016-08-03 Denis DavydovMerge pull request #2911 from bangerth/improve-control...
2016-08-03 David WellsRemove unused const casts. 2910/head
2016-08-03 David WellsRedo the hp make_flux_sparsity_pattern logic.
2016-08-03 Wolfgang BangerthMake control flow easier to read. 2911/head
2016-08-03 Wolfgang BangerthMerge pull request #2907 from guidokanschat/locally_own...
2016-08-02 Guido Kanschatchange DoFHandler template 2907/head
2016-08-02 Guido Kanschatadd entries to changelog
2016-08-02 Guido Kanschatchange from locally_owned to localy_owned_on_level...
2016-08-02 Guido Kanschatmake DoFTools::make_cell_patches work with parallel...
2016-08-02 Matthias MaierMerge pull request #2885 from tamiko/cmake_improve_gsl_...
2016-08-02 Matthias Maieradd a news/changes.h entry 2885/head
2016-08-02 Matthias MaierCMake: Also detect gsl version and export GSL_VERSION
2016-08-02 Matthias MaierCMake: Bugfix: Also pick up cblas for the gsl link...
2016-08-01 Wolfgang BangerthMerge pull request #2906 from masterleinad/references_s...
2016-08-01 Daniel ArndtAdd literature to step-35 2906/head
2016-08-01 Wolfgang BangerthMerge pull request #2905 from tamiko/cmake_2.8.8_compat...
2016-08-01 Matthias MaierCMake: Bugfix: Strip input variables for CHECK_COMPILER... 2905/head
2016-08-01 Wolfgang BangerthMerge pull request #2901 from class4kayaker/elim_rand_s...
2016-08-01 Jonathan RobeyAdjust reference to random_shuffle in comment 2901/head
2016-08-01 Wolfgang BangerthMerge pull request #2894 from tjhei/step-17-dsp
2016-08-01 Wolfgang BangerthMerge pull request #2893 from tjhei/fix_locally_owned_d...
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.