]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2019-02-20 Daniel ArndtUpdate external Trilinos documentation
2019-02-20 Daniel ArndtTest for complex values
2019-02-20 Daniel ArndtSupport older Trilinos versions
2019-02-20 Daniel ArndtAlso instantiate for value_type float
2019-02-20 Daniel ArndtWorking
2019-02-20 Daniel ArndtChange output format
2019-02-20 Daniel ArndtImplement TpetraWrappers::Vector
2019-02-20 Timo HeisterMerge pull request #7740 from bangerth/61
2019-02-20 Wolfgang BangerthMerge pull request #7578 from GivAlz/TryCptLoc
2019-02-20 Wolfgang BangerthEdits to the intro and results sections of step-61. 7740/head
2019-02-19 Wolfgang BangerthUpdate the indentation of a documentation snippet. 7578/head
2019-02-19 Wolfgang BangerthMerge pull request #7727 from tamiko/fix_inverse_operator
2019-02-19 Wolfgang BangerthMerge pull request #7735 from masterleinad/catch_except...
2019-02-19 Daniel ArndtMerge pull request #7734 from masterleinad/remove_redun...
2019-02-19 David WellsMerge pull request #7733 from loganharbour/dofinfo_doxy
2019-02-19 Daniel ArndtProvide step-61 with the usual exception catching harness 7735/head
2019-02-19 Daniel ArndtRemove redundant switch in MatrixFree::TaskInfo 7734/head
2019-02-19 Logan HarbourFix doxygen docstring for DoFInfo indices 7733/head
2019-02-18 Daniel ArndtMerge pull request #7731 from tjhei/jenkins_ci_mark_failed
2019-02-18 Timo Heister[CI]: mark main status in github as failed 7731/head
2019-02-18 Timo HeisterMerge pull request #7732 from davydden/feature/plate_wi...
2019-02-18 Daniel ArndtMerge pull request #7703 from kronbichler/chebyshev_cleanup
2019-02-16 Denis Davydovallow zero padding in plate_with_a_hole 7732/head
2019-02-15 David WellsMerge pull request #7724 from GivAlz/CptLocDocumentation
2019-02-15 Timo HeisterMerge pull request #7715 from tjhei/jenkins_expose_tests
2019-02-14 Daniel ArndtFix return value
2019-02-14 Daniel ArndtMerge pull request #7729 from Rombur/cuda_synchronize
2019-02-14 Daniel ArndtDelete the disallowed functions instead 7727/head
2019-02-14 Matthias Maierlac/linear_operator.h: Prevent users from creating...
2019-02-14 Matthias Maierexamples/step-20: Simplify code by using a temporary
2019-02-14 Matthias Maieradd a changelog entry
2019-02-14 Matthias Maieradd a test
2019-02-14 Matthias Maierlac/linear_operator.h: Add rvalue-reference variant...
2019-02-14 Daniel ArndtMerge pull request #7726 from starki0815/fix_matrix_dia...
2019-02-14 Sebastian StarkFix bug in distribute_local_to_global 7726/head
2019-02-14 Giovanni AlzettaAdded new function compute point locations try all
2019-02-14 Martin KronbichlerMerge pull request #7721 from tjhei/reserve_step_no
2019-02-14 Daniel ArndtMerge pull request #7718 from tjhei/jenkins_clean
2019-02-14 Wolfgang BangerthMerge pull request #7728 from tamiko/update_documentation
2019-02-14 Bruno TurcksinDo not use cudaDeviceSynchronize in release mode 7729/head
2019-02-14 Matthias MaierDocumentation: add some pointers to step-20 7728/head
2019-02-13 Timo Heisteradd include 7721/head
2019-02-13 Giovanni AlzettaAdding cell_hint to GridTools::compute_point_locations... 7724/head
2019-02-12 Timo Heister[CI]: expose tests in Jenkins 7715/head
2019-02-12 Daniel ArndtMerge pull request #7592 from GivAlz/FastCoupling
2019-02-12 Wolfgang BangerthMerge pull request #7709 from tamiko/step_20_with_linea...
2019-02-12 Timo Heistermake example empty
2019-02-12 Martin KronbichlerMerge pull request #7701 from masterleinad/fix_chunk_sp...
2019-02-12 Timo Heisterreserve step-63
2019-02-12 Martin KronbichlerMerge pull request #7707 from Rombur/cuda_compress
2019-02-12 Martin KronbichlerAdd a comment about iteration 0. 7703/head
2019-02-12 Martin KronbichlerAdjust test to definition of Chebyshev degree.
2019-02-12 Martin KronbichlerAugment documentation about eigenvalue computation.
2019-02-12 Martin KronbichlerAdd changelog.
2019-02-12 Martin KronbichlerClean up iteration of PreconditionChebyshev.
2019-02-12 Matthias Maierexamples/step-20: Change preconditioner to a fixed... 7709/head
2019-02-12 Bruno TurcksinImprove compress when using CUDA-aware MPI 7707/head
2019-02-12 Bruno TurcksinAdd new cuda kernel function to execute a binary operat...
2019-02-12 Bruno TurcksinMove initialization of import_indices_plain_dev into...
2019-02-12 Bruno TurcksinChange API of a few functions cuda_kernel for consistency
2019-02-12 Matthias Maierexamples/step-22: adjust sizes of pictures showing...
2019-02-12 Matthias MaierAddress J.-P.'s comments
2019-02-12 Matthias MaierAddress Wolfgang's comments
2019-02-12 Matthias MaierUpdate discussion about preconditioner performance
2019-02-12 Matthias MaierAddress Martin's comments
2019-02-12 Matthias Maierremove unnecessary whitespace
2019-02-12 Matthias Maierdoc: add a changes entry
2019-02-12 Matthias Maierexamples/step-20: Actually use LinearOperator in the...
2019-02-12 Matthias Maierexamples/step-20: Update introduction
2019-02-12 Daniel ArndtMerge pull request #7714 from masterleinad/add_make_con...
2019-02-12 Daniel ArndtFix changelog entry 7714/head
2019-02-11 Jean-Paul PelteretMerge pull request #6979 from jppelteret/ad-helpers_05
2019-02-11 Martin KronbichlerMerge pull request #7719 from masterleinad/fix_warnings...
2019-02-11 Jean-Paul PelteretAD Helpers: Introduce base class for QP-level helper... 6979/head
2019-02-11 Jean-Paul PelteretAD Helpers: Add some internal functions to assist when...
2019-02-11 Jean-Paul PelteretADHelpers: Remove an unnecessary function
2019-02-11 Jean-Paul PelteretMark a function as constant.
2019-02-11 Jean-Paul PelteretImprove some documentation
2019-02-11 Timo HeisterMerge pull request #7720 from bangerth/cmake
2019-02-11 Giovanni AlzettaNonMatching::coupling_matrix now also skips useless... 7592/head
2019-02-11 Daniel ArndtAdd make_const_array_view
2019-02-11 Wolfgang BangerthUse the usual grammar for make targets. 7720/head
2019-02-11 Daniel ArndtRemove warnings generated by step-61 7719/head
2019-02-11 Timo Heister[CI]: cleanup workspaces, document, simplify tidy 7718/head
2019-02-09 Daniel ArndtMerge pull request #7698 from kronbichler/fe_eval_large...
2019-02-09 Martin KronbichlerComment on <= comparison for MatrixFree::ElementType. 7698/head
2019-02-09 Martin KronbichlerAdd test case
2019-02-09 Martin KronbichlerAdd changelog.
2019-02-09 Martin KronbichlerDo not use transformation to collocation for large...
2019-02-09 Martin KronbichlerAvoid underflow in MF::ShapeInfo for very large number...
2019-02-09 Denis DavydovMerge pull request #7710 from davydden/feature/sp_accessor
2019-02-09 Daniel ArndtMerge pull request #7694 from tamiko/debugrelease_targets
2019-02-08 Matthias MaierMerge pull request #6455 from sophy1029/step-61
2019-02-08 Matthias MaierMerge pull request #7696 from kronbichler/fix_vector_re...
2019-02-08 Matthias MaierMerge pull request #7708 from kronbichler/change_chebys...
2019-02-08 Denis DavydovAdd default constructor to SparsityPatternIterators... 7710/head
2019-02-08 Martin KronbichlerMerge pull request #7584 from GivAlz/AddPointBoost
2019-02-08 Martin KronbichlerAdd changelog. 7708/head
2019-02-08 Martin KronbichlerAdjust Chebyshev degree in loop to convention in litera...
2019-02-08 Daniel ArndtMove and fix std::enable_if to a template parameter... 7584/head
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.