]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2018-01-13 Daniel ArndtMerge pull request #5704 from BenBrands/extend_scalapack
2018-01-13 Daniel ArndtMerge pull request #5722 from eldarkh/add-fe-rt-bubbles
2018-01-12 Denis DavydovMerge pull request #5726 from bangerth/automatic-memory
2018-01-12 Wolfgang BangerthMerge pull request #5717 from masterleinad/copy_distrib...
2018-01-12 Eldar KhattatovNew Finite Element, RT-Bubbles 5722/head
2018-01-12 Wolfgang BangerthUse automatic memory management, rather than doing... 5726/head
2018-01-12 Luca HeltaiMerge pull request #5725 from bangerth/doc-update-2
2018-01-12 Wolfgang BangerthFix a formula that trips up doxygen. 5725/head
2018-01-12 Jean-Paul PelteretMerge pull request #5721 from bangerth/add-test
2018-01-12 Wolfgang BangerthMerge pull request #5724 from bartniday/patch-1
2018-01-12 bartnidayFix grammar in parameter description 5724/head
2018-01-11 Luca HeltaiMerge pull request #5720 from luca-heltai/bug-mapping
2018-01-11 Luca HeltaiMerge pull request #5723 from bangerth/fix-grammar
2018-01-11 Wolfgang BangerthUse complete grammar. 5723/head
2018-01-11 Wolfgang BangerthAdd another test. 5721/head
2018-01-11 Daniel ArndtMake sure distribute_dofs doesn't copy unnecessarily 5717/head
2018-01-11 Luca HeltaiRemoved smart pointer to dh.get_fe() 5720/head
2018-01-10 Daniel ArndtMerge pull request #5658 from luca-heltai/simplex-quad
2018-01-10 Daniel ArndtMerge pull request #5709 from eldarkh/add-poly-rt-bubbles
2018-01-10 Eldar KhattatovNew polynomial space RT+Bubbles, final changes 5709/head
2018-01-10 Daniel ArndtMerge pull request #5712 from masterleinad/precice_p4est
2018-01-10 Daniel ArndtMake the instructions for the p4est installation script... 5712/head
2018-01-10 Wolfgang BangerthMerge pull request #5710 from masterleinad/simplify_nor...
2018-01-10 Daniel ArndtMerge pull request #5713 from vishalkenchan/suppress_zo...
2018-01-10 vishalkenchanupdating copy-right headers 5713/head
2018-01-10 Benjamin Brandsadd ScaLAPACKMAtrix::copy_to(ScaLAPACKMatrix &dest) 5704/head
2018-01-10 Benjamin Brandsdo not free MPI_COMM_NULL communicator in ProcessGrid
2018-01-10 Benjamin Brandsadd template wrappers for ScaLAPACK functions and intro...
2018-01-10 vishalkenchansuppress PHG warning saying: PHG_EDGE_SIZE_THRESHOLD...
2018-01-10 Luca HeltaiFixed Denis' comments. 5658/head
2018-01-10 Daniel ArndtImprove documentation 5710/head
2018-01-08 Daniel ArndtMerge pull request #5708 from davydden/bugfix/fix_zoltan
2018-01-08 Denis Davydovfix Zoltan debug output 5708/head
2018-01-08 Timo HeisterMerge pull request #5696 from bangerth/fix-hierarchical-2
2018-01-08 Luca HeltaiMerge pull request #5695 from masterleinad/dummy_cylind...
2018-01-08 Luca HeltaiFixed documentation and WB's comments.
2018-01-08 Wolfgang BangerthMerge pull request #5655 from Jie-Cheng/petsc_mmult
2018-01-08 Wolfgang BangerthUpdate documentation. 5696/head
2018-01-08 Wolfgang BangerthAdd a changelog entry.
2018-01-08 Wolfgang BangerthAdd a test.
2018-01-08 Wolfgang BangerthEnsure that DoFRenumbering::hierarchical() is independe...
2018-01-08 Wolfgang BangerthMerge pull request #5705 from marcfehling/step-26_posit...
2018-01-08 Wolfgang BangerthMinor edits to the positivity-preserving section of... 5705/head
2018-01-08 Wolfgang BangerthMerge pull request #5706 from masterleinad/update_bits_...
2018-01-07 Daniel ArndtDummy implementation for CylindricalManifold for spaced... 5695/head
2018-01-07 Daniel ArndtUpdate output of bits/cone_03 5706/head
2018-01-07 Marc FehlingExtended step-26 documentation with regard to positivit...
2018-01-06 Luca HeltaiMerge pull request #5682 from masterleinad/replace_cyli...
2018-01-06 Luca HeltaiMerge pull request #5703 from masterleinad/replace_hype...
2018-01-06 Luca HeltaiMerge pull request #5698 from masterleinad/rebase_openc...
2018-01-06 Luca HeltaiMerge pull request #5697 from masterleinad/replace_cone...
2018-01-06 Daniel ArndtMerge pull request #5700 from Rombur/cuda_assert
2018-01-05 Denis DavydovMerge pull request #5702 from vishalkenchan/bug_fix...
2018-01-05 Wolfgang BangerthMerge pull request #5701 from masterleinad/fix_tests_5691
2018-01-05 Matthias MaierMerge pull request #5699 from Rombur/pedantic
2018-01-05 Daniel ArndtUse SphericalManifold in mpi/p4est_2d_constraintmatrix_03 5703/head
2018-01-05 Daniel ArndtSimplify mpi/p4est_2d_constraintmatrix_03
2018-01-05 Bruno TurcksinDo not use pedantic when cuda support is enabled 5699/head
2018-01-05 Daniel ArndtReplace HyperShellBoundary by SphericalManifold in...
2018-01-05 Daniel ArndtMerge pull request #5684 from masterleinad/replace_boundary
2018-01-05 vishalkenchanbug fix applyBinary function in Rol::VectorAdaptor 5702/head
2018-01-05 Daniel ArndtChangelog entry 5698/head
2018-01-05 Daniel ArndtFix failing tests after #5691 5701/head
2018-01-05 Daniel ArndtSimplify computation of normal vector in 2D 5684/head
2018-01-05 Daniel ArndtReplace StraightBoundary by FlatManifold in tests
2018-01-05 Daniel ArndtMove implementation of normal_vector and get_normal_at_...
2018-01-05 Bruno TurcksinMake AssertCuda use Assert instead of AssertThrow 5700/head
2018-01-05 Jie ChengAdd PETScWrappers::MatrixBase::mmult 5655/head
2018-01-04 Daniel ArndtRebase Opencascade Boundary classes onto FlatManifold
2018-01-04 Daniel ArndtChangelog entry 5697/head
2018-01-04 Daniel ArndtUpdate documentation
2018-01-04 Daniel ArndtReplace ConeBoundary by CylindricalManifold in tests
2018-01-04 Daniel ArndtImplement CylindricalManifold::push_forward_gradient
2018-01-04 Daniel ArndtSimplify CylindricalManifold::push_forward
2018-01-04 Wolfgang BangerthAdd comment.
2018-01-04 Daniel ArndtMerge pull request #5694 from bangerth/glossary
2018-01-04 Wolfgang BangerthWrite something about the Z order in the glossary. 5694/head
2018-01-04 Wolfgang BangerthMerge pull request #5691 from gassmoeller/write_float_vtu
2018-01-04 Rene GassmoellerAdd changelog 5691/head
2018-01-04 Rene GassmoellerUpdate test results
2018-01-03 Rene GassmoellerWrite data and vertices as floats
2018-01-03 Timo HeisterMerge pull request #5689 from bangerth/fix
2018-01-03 David WellsMerge pull request #5692 from masterleinad/avoid_compil...
2018-01-03 David WellsMerge pull request #5693 from masterleinad/fix_typo_gri...
2018-01-02 Daniel ArndtFix typo 5693/head
2018-01-02 Daniel ArndtAvoid compiler warning regarding writing 5692/head
2018-01-01 Wolfgang BangerthUse the correct iterator type in DoFRenumbering::hierar... 5689/head
2018-01-01 Timo HeisterMerge pull request #5685 from bangerth/fix-hierarchical
2018-01-01 Timo HeisterMerge pull request #5687 from bangerth/doc-update
2018-01-01 Timo HeisterMerge pull request #5688 from bangerth/micro-fix
2017-12-31 Wolfgang BangerthMake an input argument to a function 'const'. 5688/head
2017-12-31 Wolfgang BangerthUpdate a couple of comments. 5687/head
2017-12-31 Wolfgang BangerthRename a variable for clarity. 5685/head
2017-12-31 Wolfgang BangerthClean up some odds and ends.
2017-12-30 Daniel ArndtReplace CylinderManifold by CylindricalManifold in... 5682/head
2017-12-29 Martin KronbichlerMerge pull request #5680 from bangerth/add-tests
2017-12-29 Luca HeltaiMerge pull request #5611 from juan42/add_idas_detection
2017-12-29 Luca HeltaiFixed comment by WB.
2017-12-29 Luca HeltaiImproved Documentation.
2017-12-29 Nicola GiulianiAdded QDuffy
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.