]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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...
2016-08-01 David WellsMerge pull request #2892 from tjhei/dsp_documentation
2016-08-01 Martin KronbichlerMerge pull request #2903 from jgedicke/fix_clang_error
2016-08-01 Timo Heisteraddress comments 2894/head
2016-08-01 Timo Heisteradd some documentation 2892/head
2016-08-01 Timo Heistercomment, add Assert 2893/head
2016-08-01 Joscha Gedickefix clang error 2903/head
2016-08-01 Timo HeisterFix locally_owned_dofs_per_subdomain
2016-08-01 Denis DavydovMerge pull request #2871 from jgedicke/arpack
2016-08-01 Joscha Gedickefix (P)ARPACK interface for non-symmetric matrices 2871/head
2016-08-01 Wolfgang BangerthMerge pull request #2900 from class4kayaker/fix_compile...
2016-07-31 Jonathan RobeyFix error generated in removing mem_fun 2900/head
2016-07-31 Wolfgang BangerthMerge pull request #2898 from class4kayaker/elim_mem_fun
2016-07-31 Wolfgang BangerthMerge pull request #2899 from class4kayaker/elim_ptr_fun
2016-07-31 Jonathan RobeyEliminate ptr_fun from tests 2899/head
2016-07-31 Jonathan RobeyEliminate mem_fun in include 2898/head
2016-07-31 Jonathan RobeyEliminate mem_fun in source
2016-07-31 Wolfgang BangerthMerge pull request #2884 from class4kayaker/elim_bind2nd
2016-07-31 Timo Heisteruse DynamicSparsityPattern in step-17
2016-07-31 Martin KronbichlerMerge pull request #2888 from kronbichler/master
2016-07-31 Martin KronbichlerFix print functions of Trilinos sparsity pattern 2888/head
2016-07-31 Timo HeisterMerge pull request #2886 from tamiko/cmake_windows_setup
2016-07-31 Denis DavydovMerge pull request #2891 from tamiko/reformat
2016-07-31 Matthias MaierDocumentation: Reformat CONTRIBUTING.md 2891/head
2016-07-31 Matthias MaierMerge pull request #2890 from bangerth/doc-update-72
2016-07-31 Matthias MaierCMake: Bugfix: Remove forgotten "compat_files" target 2886/head
2016-07-31 Wolfgang BangerthMerge pull request #2844 from drwells/remove-Function...
2016-07-31 Wolfgang BangerthAnnotate @param statements as in/out. 2890/head
2016-07-31 Wolfgang BangerthMerge pull request #2846 from spco/parallel_make_flux
2016-07-30 SAM COXAdd DoFTools::make_flux_sparsity_pattern() with masks... 2846/head
2016-07-30 Jonathan RobeyAdd include to grid_refinement.cc 2884/head
2016-07-29 Jonathan RobeyAdjust comment
2016-07-29 Jonathan RobeyFix include comments
2016-07-29 Matthias MaierCMake: Override multi-configuration types locations...
2016-07-29 Matthias MaierCMake: Override multi-configuration types locations...
2016-07-29 David WellsMention the updates to steps 5-8 in the changes.h. 2844/head
2016-07-29 David WellsUse a plain function, not a Function, in step-8.
2016-07-29 David WellsState why we need a default constructor in step-7.
2016-07-29 David WellsAdd a note on the Tensor class to step-7.
2016-07-29 David WellsRemove an AIX workaround in step-7.
2016-07-29 David WellsRemove an unused header in step-7.
2016-07-29 David WellsUpdate the exception discussion in step-6.
2016-07-29 David WellsUpdate the output for step-6.
2016-07-29 David WellsUse a plain function, not a Function, in step-6.
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.