]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2019-02-26 Daniel ArndtDefine GridTools::Cache::get_covering_rtree also withou... 7748/head
2019-02-26 Denis Davydovfix internal::has_begin type trait used in FEEvaluation
2019-02-26 David WellsMerge pull request #7742 from masterleinad/ambiguous_de...
2019-02-26 David WellsMerge pull request #7749 from GivAlz/GuessOwnerMove
2019-02-25 Martin KronbichlerMerge pull request #7744 from davydden/feature/fe_eval_...
2019-02-25 Daniel ArndtFix vector_access 7744/head
2019-02-25 Daniel ArndtWork around nvcc_wrapper std::complex problem
2019-02-25 Daniel ArndtMerge pull request #7747 from masterleinad/check_sundia...
2019-02-25 Giovanni AlzettaGuess point owner uses std::move to return tuple 7749/head
2019-02-24 Denis Davydovchange is_vectorizable to work with serial vectors
2019-02-24 Daniel ArndtCheck SUNDIALS version when configuring 7747/head
2019-02-23 Denis Davydovuse is_vectorizable type trait in FEEvaluation classes
2019-02-23 Denis Davydovadd vectorizable type trait
2019-02-23 Denis Davydovadd has_begin detector
2019-02-22 David WellsMerge pull request #7736 from masterleinad/more_hdf5_checks
2019-02-22 Daniel ArndtMark Tpetra as optional
2019-02-22 Daniel ArndtMove implementation to templates file
2019-02-22 Daniel ArndtRemove redundant output files
2019-02-21 Denis Davydovuse has_partitioners_are_compatible in internal::check_...
2019-02-21 Denis Davydovadd internal::has_partitioners_are_compatible<>
2019-02-21 Daniel ArndtMerge pull request #7745 from kronbichler/fix_fe_face_e...
2019-02-21 Denis DavydovFEEvaluation: switch between internal::vector_access...
2019-02-21 Martin KronbichlerAdd changelog entry 7745/head
2019-02-21 Martin KronbichlerAdd test case for face orientation in FEFaceEvaluation
2019-02-21 Martin KronbichlerFix face orientation in FEFaceEvaluation
2019-02-21 Jean-Paul PelteretMerge pull request #6980 from jppelteret/ad-helpers_06
2019-02-20 Denis Davydovadd type traits to be used internally with FEEValuation
2019-02-20 Daniel ArndtDetect Tpetra support correctly if Trilinos is compiled...
2019-02-20 Jean-Paul PelteretSmall grammatical fixes to documentation of ADHelpers. 6980/head
2019-02-20 Jean-Paul PelteretAD Helpers: Add helper for scalar functions (QP-level)
2019-02-20 Daniel ArndtFix linear operator
2019-02-20 Daniel ArndtAdd a few more TpetraWrappers and EpetraWrapper tests...
2019-02-20 Daniel ArndtAvoid ambiguous function declaration/variable initializ... 7742/head
2019-02-20 Martin KronbichlerMerge pull request #7739 from tcclevenger/random_dof_re...
2019-02-20 Martin KronbichlerMerge pull request #7741 from masterleinad/fix_doxygen_...
2019-02-20 Daniel ArndtDocument some return values a bit better
2019-02-20 Daniel ArndtClarify TODO for operator+=
2019-02-20 Daniel ArndtCall the base class constructor explicitly
2019-02-20 Daniel ArndtGeneralize template specialization
2019-02-20 Daniel ArndtCopyright dates and documentation
2019-02-20 Daniel ArndtCheck for imaginary parts
2019-02-20 Daniel ArndtCheck if Tpetra is usable
2019-02-20 Daniel ArndtMake Tpetra optional
2019-02-20 Daniel ArndtIndentation
2019-02-20 Daniel ArndtFix complex tests
2019-02-20 Daniel ArndtAdd include files and restrict complex values
2019-02-20 Daniel ArndtUse correct template parameters also for 64bit-indices
2019-02-20 Daniel ArndtAdress Wolfgang's comments a.k.a add more documentation...
2019-02-20 Daniel ArndtUse definition headers instead of declaration headers
2019-02-20 Daniel ArndtFix test
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 Daniel ArndtFix doxygen problem in VectorTools::create_point_source... 7741/head
2019-02-20 Daniel ArndtImprove QR documentation
2019-02-20 Daniel ArndtEscape preprocessor commands for doxygen
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-20 tcclevengeradd random renumbering 7739/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 Daniel ArndtUse AssertNothrow in custom deleters 7736/head
2019-02-19 Daniel ArndtMore HDF5 checks
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
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.