]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2022-01-29 Simon StickoAdd a CutFEM tutorial as step-85
2022-01-29 Martin KronbichlerMerge pull request #12771 from kinnewig/FE_NedelecSZ_he...
2022-01-28 Martin KronbichlerMerge pull request #13305 from bangerth/assertion-2
2022-01-28 Matthias MaierMerge pull request #13307 from bangerth/manifolds
2022-01-28 Sebastian KinnewigAdd hessians to FE_NedelecSZ 12771/head
2022-01-28 Martin KronbichlerMerge pull request #13296 from bangerth/is_detected
2022-01-28 Martin KronbichlerMerge pull request #13300 from bangerth/namespace
2022-01-28 Martin KronbichlerMerge pull request #13299 from bangerth/std
2022-01-28 Martin KronbichlerMerge pull request #13301 from bangerth/manifold
2022-01-28 Martin KronbichlerMerge pull request #13303 from bangerth/manifold-vs...
2022-01-28 Martin KronbichlerMerge pull request #13302 from bangerth/doc-3
2022-01-28 Martin KronbichlerMerge pull request #13304 from bangerth/assertion
2022-01-28 Martin KronbichlerMerge pull request #13306 from bangerth/pipe
2022-01-28 Wolfgang BangerthUse copy constructors for manifolds in clone(). 13307/head
2022-01-28 Wolfgang BangerthMark some member variables as 'private'.
2022-01-28 Wolfgang BangerthMinor adjustments to the pipe manifolds. 13306/head
2022-01-28 Wolfgang BangerthMinor adjustments to the pipe junction geometry.
2022-01-28 Wolfgang BangerthMerge pull request #13298 from marcfehling/step55
2022-01-27 Wolfgang BangerthMerge pull request #13124 from marcfehling/tee-2
2022-01-27 Wolfgang BangerthAvoid 'using namespace' declarations. 13300/head
2022-01-27 Wolfgang BangerthAdd a missing assertion. 13305/head
2022-01-27 Wolfgang BangerthImprove the text of an assertion. 13304/head
2022-01-27 Wolfgang BangerthRename Triangulation::manifold to Triangulation::manifolds. 13303/head
2022-01-27 Wolfgang BangerthMinor updates to the documentation of GridTools::transf... 13302/head
2022-01-27 Wolfgang BangerthAvoid a couple of references to GeometryInfo. 13301/head
2022-01-27 Wolfgang BangerthRemove an unnecessary 'using namespace std' declaration. 13299/head
2022-01-27 Marc FehlingReview function classes. 13298/head
2022-01-27 Marc FehlingAdjust template parameter in solver.
2022-01-27 Marc FehlingFix typo.
2022-01-27 Wolfgang BangerthMove the declaration of a base class to right before... 13296/head
2022-01-27 Wolfgang BangerthMove a few generic names into a namespace that explains...
2022-01-26 Wolfgang BangerthMerge pull request #13291 from masterleinad/detection_idiom
2022-01-26 David WellsMerge pull request #13287 from bangerth/ref-cell-2
2022-01-26 Wolfgang BangerthAdd assertions. 13287/head
2022-01-26 Wolfgang BangerthUn-hardcode some numbers.
2022-01-26 Wolfgang BangerthUse n_isotropic_children() in an assertion.
2022-01-26 Wolfgang BangerthIntroduce ReferenceCell::n_isotropic_children().
2022-01-26 Wolfgang BangerthMove a function to its proper place.
2022-01-26 Martin KronbichlerMerge pull request #13269 from blaisb/fix_disappearing_...
2022-01-26 Daniel ArndtMerge pull request #13294 from tamiko/fix_doc
2022-01-26 Marc FehlingMerge pull request #13293 from drwells/changelog-9.3.3
2022-01-26 Matthias Maierfix a rendering issue with doxygen 1.9.3 13294/head
2022-01-25 Daniel ArndtFix matrix_free/matrix_free_type_traits test 13291/head
2022-01-25 David WellsPort 9.3.3 changelog changes to master. 13293/head
2022-01-25 Daniel ArndtMove detection idiom to internal namespace
2022-01-25 Marc FehlingMerge pull request #13286 from bangerth/ref-cell-1
2022-01-25 Daniel ArndtUse standardized detection idiom
2022-01-25 Peter MunchMerge pull request #13288 from bangerth/traits
2022-01-25 Wolfgang BangerthMerge pull request #13289 from drwells/fix-null-ptr...
2022-01-25 Bruno BlaisRevert particle handler change 13269/head
2022-01-24 David WellsMerge pull request #13267 from bangerth/prepare_for_answer
2022-01-24 David WellsFix a bogus warning about a null pointer in a lambda. 13289/head
2022-01-24 Wolfgang BangerthMinor edits to type traits classes. 13288/head
2022-01-24 Wolfgang BangerthMerge pull request #13285 from peterrum/PreconditionRel...
2022-01-24 Wolfgang BangerthMake naming of function arguments more uniform. 13286/head
2022-01-24 Wolfgang BangerthMerge pull request #13283 from peterrum/om
2022-01-24 Peter MunchPreconditionRelaxation: vmult/step w. relaxation 13285/head
2022-01-24 Bruno BlaisFix indent
2022-01-24 Bruno BlaisFix tolerance because particles are still lost
2022-01-24 Bruno Blaisrevert particles
2022-01-24 Bruno BlaisFix indentation
2022-01-24 Bruno BlaisFix lost particle by recalculating mapping + test
2022-01-24 Peter MunchSparseMatrix: rename om to omega 13283/head
2022-01-22 Martin KronbichlerMerge pull request #13278 from kronbichler/fix_real_to_unit
2022-01-22 Martin KronbichlerMerge pull request #13271 from bangerth/3b
2022-01-22 Peter MunchMerge pull request #13280 from bangerth/free_comm
2022-01-22 Wolfgang BangerthMerge pull request #13279 from peterrum/FEImmersedSurfa...
2022-01-21 Wolfgang BangerthUse MPI::Utilities::free_communicator() where possible. 13280/head
2022-01-21 Peter MunchUpdate docu of NonMatching::FEImmersedSurfaceValues 13279/head
2022-01-21 Martin KronbichlerMerge pull request #13277 from bangerth/22
2022-01-21 Martin KronbichlerNew test case 13278/head
2022-01-21 Martin KronbichlerFix bug in initial condition for transform_real_to_unit...
2022-01-21 Wolfgang BangerthFix a sign error in step-22's introduction. 13277/head
2022-01-21 Wolfgang BangerthMerge pull request #13276 from marcfehling/forward
2022-01-21 Peter MunchMerge pull request #13275 from CuiCu-618/master
2022-01-21 Marc FehlingHide forward declarations from doxygen. 13276/head
2022-01-21 Cu CuiMerge branch 'dealii:master' into master 13275/head
2022-01-21 Martin KronbichlerMerge pull request #13270 from bangerth/3
2022-01-21 Martin KronbichlerMerge pull request #13274 from peterrum/feeval_is_reini...
2022-01-21 Cu Cuismall fix to the documentation
2022-01-20 Wolfgang BangerthUpdate output. 13271/head
2022-01-20 Wolfgang BangerthUse relative tolerances in step-3.
2022-01-20 Wolfgang BangerthExplain the use of iterative solvers in the introductio... 13270/head
2022-01-20 Peter MunchAdd ifdefs for is_reinitialized in FEEval 13274/head
2022-01-20 Daniel ArndtMerge pull request #13273 from bangerth/null
2022-01-20 Wolfgang BangerthDefine MPI_COMM_NULL when not using MPI. 13273/head
2022-01-20 Wolfgang BangerthAdd a changelog entry. 13267/head
2022-01-20 David WellsMerge pull request #13268 from peterrum/la_vector_fix
2022-01-20 David WellsMerge pull request #13261 from bangerth/ca-doc
2022-01-19 Peter MunchFix LA::Vector::reinit() 13268/head
2022-01-19 Wolfgang BangerthRemove the prepare_for_answer() callback in consensus...
2022-01-19 Wolfgang BangerthMinor doc update to the consensus algorithms. 13261/head
2022-01-19 Peter MunchMerge pull request #13252 from peterrum/fe_eval_quadrat...
2022-01-19 Peter MunchMerge pull request #13259 from peterrum/fe_eval_n_vecto...
2022-01-19 Bruno TurcksinMerge pull request #13144 from bangerth/flatten-3
2022-01-19 Peter MunchMove quadrature_points into FEEvalData 13252/head
2022-01-19 Peter MunchFEEval: replace usages of n_vectorization_actual 13259/head
2022-01-19 Martin KronbichlerMerge pull request #13266 from peterrum/mf_la_vector
2022-01-19 Marc FehlingMerge pull request #13073 from bangerth/filter
2022-01-19 Peter MunchMerge pull request #13262 from bangerth/ca-members
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.