]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2019-09-21 Daniel ArndtRemove std::bind from source
2019-09-17 Wolfgang BangerthMerge pull request #8777 from simonsticko/fix_fe_collec...
2019-09-17 Simon StickoRemove doc stating FECollection is unused in hp::FE... 8777/head
2019-09-17 Wolfgang BangerthMerge pull request #8766 from bangerth/4
2019-09-17 Wolfgang BangerthMerge pull request #8622 from peterrum/pft
2019-09-17 Wolfgang BangerthProvide some explanation on 'virtual' and 'override'. 8766/head
2019-09-17 Peter MunchAdd p:f:t 8622/head
2019-09-17 Martin KronbichlerMerge pull request #8745 from bangerth/meshworker
2019-09-17 Martin KronbichlerMerge pull request #8765 from bangerth/warning
2019-09-17 Martin KronbichlerMerge pull request #8763 from bangerth/update
2019-09-17 Martin KronbichlerMerge pull request #8730 from tcclevenger/custom-mg...
2019-09-17 Martin KronbichlerMerge pull request #8660 from tjhei/fe_interface_values_1
2019-09-17 Daniel ArndtMerge pull request #8753 from gassmoeller/add_random_pa...
2019-09-17 Daniel ArndtMerge pull request #8761 from GrahamBenHarper/graham_de...
2019-09-17 Daniel ArndtMerge pull request #8767 from bangerth/function
2019-09-17 grahambenharperAdd name function implementation 8761/head
2019-09-17 Timo Heisterintroduce FEInterfaceValues 8660/head
2019-09-17 grahambenharperChange TensorProductPolynomialsConst to derive from...
2019-09-16 Wolfgang BangerthMerge pull request #8760 from rezarastak/timestep_parse_fix
2019-09-16 grahambenharperFix typo in TensorProductPolynomialsBubbles documentation
2019-09-16 grahambenharperMake TensorProductPolynomialsConst a friend of TensorPr...
2019-09-16 grahambenharperChange TensorProductPolynomialsConst to no longer deriv...
2019-09-16 Wolfgang BangerthRemove default constructor for classes derived from... 8767/head
2019-09-16 Wolfgang BangerthAvoid warnings as a result of an unused variable. 8765/head
2019-09-16 Rene GassmoellerAdd changelog and tests 8753/head
2019-09-16 Rene GassmoellerAdd random particle generation
2019-09-16 Wolfgang BangerthUpdate small pieces in TimestepControl. 8763/head
2019-09-16 Wolfgang BangerthMerge pull request #8762 from rezarastak/timestep_contr...
2019-09-16 Wolfgang BangerthMerge pull request #8723 from GrahamBenHarper/graham_de...
2019-09-16 Reza RastakFull documentation provided to members of TimestepControl 8762/head
2019-09-16 tcclevengeradd custom constraints 8730/head
2019-09-16 Reza Rastakfixed inconsistent state caused by calling TimestepCont... 8760/head
2019-09-16 Wolfgang BangerthMerge pull request #8709 from dangars/maxwell_singulari...
2019-09-16 grahambenharperChange TensorProductPolynomials and AnisotropicPolynomi... 8723/head
2019-09-16 Martin KronbichlerMerge pull request #8741 from bangerth/65
2019-09-16 Wolfgang BangerthMerge pull request #8742 from GrahamBenHarper/graham_de...
2019-09-16 Timo HeisterMerge pull request #8754 from kronbichler/speedup_distr...
2019-09-16 Timo HeisterMerge pull request #8756 from kronbichler/typos_changelog
2019-09-16 Martin KronbichlerFix a few typos in changelog. Break lines. 8756/head
2019-09-16 Martin KronbichlerChangelog 8754/head
2019-09-16 Martin KronbichlerDisable compression in ghost exchange of DoFHandler
2019-09-15 grahambenharperChange TensorProductPolynomialsBubbles to no longer... 8742/head
2019-09-15 Wolfgang BangerthUpdates to the step-65 documentation. 8741/head
2019-09-15 Daniel ArndtMerge pull request #8726 from kronbichler/simplify_para...
2019-09-14 Daniel ArndtMerge pull request #8751 from bangerth/celldata
2019-09-14 Wolfgang BangerthReplace a hand-written loop by std::fill. 8751/head
2019-09-13 David WellsMerge pull request #8747 from kronbichler/change_gzip_c...
2019-09-13 Daniel ArndtMerge pull request #8749 from kronbichler/improve_distr...
2019-09-13 Wolfgang BangerthMove operator== from a test to the CellData class itself.
2019-09-13 Wolfgang BangerthMerge pull request #8746 from peterrum/celldata-serialize
2019-09-13 Martin KronbichlerChangelog entry 8749/head
2019-09-13 Martin KronbichlerUse Bcast rather than Allreduce
2019-09-13 Martin KronbichlerSkip compression of cell data exchange
2019-09-13 Daniel Garcia... Add maxwell_singularity tests 8709/head
2019-09-13 Martin KronbichlerChange gzip compression level to best_speed 8747/head
2019-09-13 Peter MunchAdd Boost serialization function to CellData 8746/head
2019-09-13 Wolfgang BangerthUpdate the documentation of the MeshWorker::LocalResult... 8745/head
2019-09-13 Martin KronbichlerMerge pull request #8743 from bangerth/fix
2019-09-12 Wolfgang BangerthFix the bounds of an index computation. 8743/head
2019-09-12 Martin KronbichlerMerge pull request #8738 from bangerth/readme
2019-09-12 Wolfgang BangerthMerge pull request #8655 from krishnakumarg1984/master
2019-09-12 Martin KronbichlerMerge pull request #8731 from marcfehling/pd-27-tests
2019-09-12 Martin KronbichlerMerge pull request #8737 from peterrum/cellid-isparentof
2019-09-11 Wolfgang BangerthUpdate readme. 8738/head
2019-09-11 David WellsMerge pull request #8668 from simonsticko/split_Mapping...
2019-09-11 Peter MunchAdd CellId::is_parent_of 8737/head
2019-09-11 Martin KronbichlerMerge pull request #8648 from bangerth/complex
2019-09-11 Martin KronbichlerMerge pull request #8732 from bangerth/update-number...
2019-09-11 Daniel ArndtMerge pull request #8720 from dangars/nedelec_documentation
2019-09-10 Daniel Garcia... Clarify the degree of the elements NedelecSZ and Nedelec 8720/head
2019-09-10 Wolfgang BangerthMove the call to update_number_cache() after all other... 8732/head
2019-09-10 Wolfgang BangerthMerge pull request #8724 from peterrum/dof_handler_assert
2019-09-10 Wolfgang BangerthMerge pull request #8725 from peterrum/pdt-docu-fix-1
2019-09-10 Marc Fehlingp:d:step-27: Adjusted AdditionalData object for Trilinos. 8731/head
2019-09-10 David WellsMerge pull request #8727 from kronbichler/modernize_dis...
2019-09-10 Martin KronbichlerAvoid deprecated argument in distribute_mg_dofs 8727/head
2019-09-10 Martin KronbichlerSimply matrix_free/parallel_multigrid_adaptive_03 test 8726/head
2019-09-10 Peter MunchFix doxygen docu of pdt 8725/head
2019-09-10 Peter MunchGeneralize an if-statement for distributed triangulation 8724/head
2019-09-09 Wolfgang BangerthMerge pull request #8722 from marcfehling/doc-26
2019-09-09 Daniel ArndtMerge pull request #8719 from tjhei/step-56-fix
2019-09-09 Daniel ArndtMerge pull request #8716 from bangerth/cleanup
2019-09-09 Marc FehlingDoc: step-26: Fixed positivity preservation criterion. 8722/head
2019-09-09 Wolfgang BangerthMerge pull request #8721 from dangars/typo_step_50
2019-09-09 Daniel Garcia... Fix typo 8721/head
2019-09-09 Timo Heisterfix broken step-56 8719/head
2019-09-09 Daniel ArndtMerge pull request #8717 from bangerth/remove-friend
2019-09-09 Wolfgang BangerthRemove an unnecessary friend declaration. 8717/head
2019-09-09 Wolfgang BangerthMake a variable 'const'. 8716/head
2019-09-09 Wolfgang BangerthMerge pull request #8703 from masterleinad/fix_cuda_com...
2019-09-07 Martin KronbichlerMerge pull request #8701 from tamiko/simd_comparison
2019-09-06 Wolfgang BangerthMerge pull request #8707 from tamiko/simd_improvements_1
2019-09-06 Wolfgang BangerthMerge pull request #8708 from jpthiele/hdf5_documentation
2019-09-06 Jan Philipp... HDF5 Namespace documentation errors fixed 8708/head
2019-09-06 Martin KronbichlerFix compilation with gcc-9/AVX-512 8701/head
2019-09-06 Matthias Maieradd a changelog entry
2019-09-06 Matthias Maieradd documentation
2019-09-06 Matthias Maiersuggested changes
2019-09-06 Matthias Maieradd a test
2019-09-06 Matthias MaierVectorizedArray: Implement a compare_and_apply_mask...
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.