]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2022-01-21 Wolfgang BangerthFix a sign error in step-22's introduction. 13277/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 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 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
2022-01-19 Peter MunchMerge pull request #13257 from bangerth/pex
2022-01-19 Peter MunchMerge pull request #13219 from bangerth/nbx-2
2022-01-19 Wolfgang BangerthUse std::count_if(). 13073/head
2022-01-19 Wolfgang BangerthMerge pull request #13264 from marcfehling/references
2022-01-18 Daniel ArndtMerge pull request #13265 from bangerth/extrapolate...
2022-01-18 Wolfgang BangerthDo not store some things in the CA::Interface base... 13262/head
2022-01-18 Wolfgang BangerthOnly keep track on the number of outstanding answers. 13219/head
2022-01-18 Wolfgang BangerthOnly deal with one answer at a time.
2022-01-18 Wolfgang BangerthDon't specify where a message is coming from.
2022-01-18 Wolfgang BangerthMove processing of a message to the first place where...
2022-01-18 Wolfgang BangerthKeep track of which answers we have already received.
2022-01-18 Wolfgang BangerthQuery the size of the reply message from MPI.
2022-01-18 Wolfgang BangerthReplace MPI_Irecv with MPI_Iprobe+MPI_Recv.
2022-01-18 Peter MunchFix MF for LA::vector 13266/head
2022-01-18 Wolfgang BangerthSimplify code by using serialization functionality. 13265/head
2022-01-18 Marc FehlingReview of `references.bib`. 13264/head
2022-01-18 Peter MunchMerge pull request #13255 from bangerth/tut
2022-01-18 Peter MunchMerge pull request #13212 from bangerth/extrapolate-dev
2022-01-18 Wolfgang BangerthMerge pull request #13250 from marcfehling/fehling
2022-01-18 Martin KronbichlerMerge pull request #13253 from peterrum/fe_eval_jacobia...
2022-01-18 Martin KronbichlerMerge pull request #13258 from peterrum/feeval_is_reini...
2022-01-18 Peter MunchFEEval: do not use cell as indication if reinit() was... 13258/head
2022-01-18 Marc FehlingCleanup `references.bib`. 13250/head
2022-01-18 Martin KronbichlerMerge pull request #13251 from peterrum/fe_eval_use_get...
2022-01-18 Martin KronbichlerMerge pull request #13256 from bangerth/hotfix
2022-01-18 Wolfgang BangerthRename a variable and update the documentation. 13257/head
2022-01-18 Wolfgang BangerthReplace MPI_Irecv with MPI_Probe+MPI_Recv.
2022-01-18 Wolfgang BangerthIn PEX, do not compute sources but just the number...
2022-01-18 Wolfgang BangerthAvoid warning about implicit conversion to bool. 13256/head
2022-01-18 Wolfgang BangerthMerge pull request #13249 from marcfehling/richter
2022-01-18 Wolfgang BangerthUse consistent grammar in the list of tutorial programs. 13255/head
2022-01-17 David WellsMerge pull request #13254 from tjhei/revert-tidy-bool...
2022-01-17 Peter MunchMove jacobian_gradients into FEEvalData 13253/head
2022-01-17 Timo HeisterRevert "Add clang-tidy check" 13254/head
2022-01-17 Peter MunchMerge pull request #13232 from bangerth/assertions-2
2022-01-17 Peter MunchFEEval: use get_cell_ids() at more places 13251/head
2022-01-17 Peter MunchMerge pull request #13247 from peterrum/mf_data_in
2022-01-17 Marc FehlingAdded bibtex entry for `refine_and_coarsen_optimize... 13249/head
2022-01-17 Daniel ArndtMerge pull request #13248 from rschoof/typo_correction
2022-01-17 Raphael SchoofTypo correction 13248/head
2022-01-17 Peter MunchRename variable 13247/head
2022-01-16 Wolfgang BangerthRefactor a lambda function into a free function. 13232/head
2022-01-16 Wolfgang BangerthValidate correctness of input arguments.
2022-01-15 Martin KronbichlerMerge pull request #13244 from kronbichler/remove_unnec...
2022-01-15 Martin KronbichlerRemove unnecessary include file 13244/head
2022-01-15 Martin KronbichlerMerge pull request #13235 from bangerth/pex-x
2022-01-15 Martin KronbichlerMerge pull request #13241 from bangerth/26
2022-01-15 Martin KronbichlerMerge pull request #13240 from peterrum/fe_eval_const_g...
2022-01-15 Martin KronbichlerMerge pull request #12983 from gassmoeller/initialize_f...
2022-01-15 Wolfgang BangerthUse the ConsensusAlgorithms::Selector class instead. 13212/head
2022-01-15 Wolfgang BangerthKeep a sorted vector instead of a std::set.
2022-01-15 Wolfgang BangerthUse ConsensusAlgorithm in FETools::extrapolate().
2022-01-15 Wolfgang BangerthReorder things a bit to minimize the lifetime of objects.
2022-01-15 Wolfgang BangerthAdd a few comments.
2022-01-15 Wolfgang BangerthSimplify a loop a bit.
2022-01-15 Wolfgang BangerthAugment the documentation of a member variable.
2022-01-15 Wolfgang BangerthRename a function to better reflect what it does.
2022-01-15 Wolfgang BangerthSmall updates to the Serial documentation. 13235/head
2022-01-15 Wolfgang BangerthSmall updates to the PEX documentation.
2022-01-15 Wolfgang BangerthMake reference to SUNDIALS solvers in step-26. 13241/head
2022-01-15 Peter MunchFEEval: do not cast const away during read_dof_values() 13240/head
2022-01-14 Wolfgang BangerthMerge pull request #13237 from marcfehling/doc-minres
2022-01-14 Wolfgang BangerthMerge pull request #13238 from marcfehling/doc-step-55
2022-01-14 Marc FehlingReference book directly in step-55. 13238/head
2022-01-14 Marc FehlingAdded bibtex entry for SolverMinRes reference. 13237/head
2022-01-14 Daniel ArndtMerge pull request #13236 from tamiko/typos
2022-01-14 Matthias Maierfix some typos 13236/head
2022-01-14 Wolfgang BangerthRename a couple of member variables to better reflect...
2022-01-14 Wolfgang BangerthRename a function.
2022-01-14 Wolfgang BangerthSort PEX member functions in the order in which they...
2022-01-14 Martin KronbichlerMerge pull request #13226 from peterrum/PreconditionRel...
2022-01-14 Martin KronbichlerMerge pull request #13230 from bangerth/assertions
2022-01-14 Martin KronbichlerMerge pull request #13231 from bangerth/mpi
2022-01-14 Martin KronbichlerMerge pull request #13202 from gassmoeller/optimize_par...
2022-01-13 Rene GassmoellerFix lost signal 13202/head
2022-01-13 Rene Gassmoellerindent 12983/head
2022-01-13 Wolfgang BangerthSimplify code using std::adjacent_find. 13231/head
2022-01-13 Wolfgang BangerthAdd a couple of assertions. 13230/head
2022-01-13 Wolfgang BangerthMarginally accelerate compute_point_to_point_communicat...
2022-01-12 Wolfgang BangerthMerge pull request #13227 from tamiko/fix_intel_detection
2022-01-12 Matthias MaierCMake: adjust tbb path glob to "lib/intel64/gcc*" layout 13227/head
2022-01-12 Wolfgang BangerthMerge pull request #13225 from marcfehling/tee-doc
2022-01-12 Peter MunchImprove usability of PreconditionRelaxation 13226/head
2022-01-12 Marc FehlingFix examples in doc for `pipe_junction`. 13225/head
2022-01-12 Matthias MaierMerge pull request #13179 from tamiko/add_changelog_3
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.