]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2018-11-08 Daniel ArndtFix init_cuda 7432/head
2018-11-08 Daniel ArndtDerandomize CUDA devices used in test 7431/head
2018-11-08 Bruno TurcksinMerge pull request #7430 from masterleinad/fix_zero_len...
2018-11-08 Daniel ArndtFix MemorySpace check for zero sized ArrayViews 7430/head
2018-11-07 Luca HeltaiMerge pull request #7411 from drwells/update-truncated...
2018-11-07 Daniel ArndtMerge pull request #7412 from masterleinad/cuda_array_view
2018-11-06 Daniel ArndtUnify is_in_correct_memory_space 7412/head
2018-11-06 Wolfgang BangerthMerge pull request #7424 from tamiko/fix_cmake_petsc
2018-11-06 Bruno TurcksinMerge pull request #7370 from masterleinad/force_cuda_h...
2018-11-06 Matthias MaierCMake: Remove a faulty list manipulation 7424/head
2018-11-06 Daniel ArndtUse cuda_init() in tests
2018-11-06 Daniel ArndtChangelog entry
2018-11-06 Daniel ArndtRestrict access to ArrayView::operator[] to CPU memory
2018-11-06 Daniel ArndtTest correct memory space
2018-11-06 Daniel ArndtLet ArrayView have a MemorySpace template parameter
2018-11-06 David WellsMerge pull request #7422 from masterleinad/fix_windows_...
2018-11-06 Daniel ArndtOnly declare PosixThreadBarrier if there is POSIX support 7422/head
2018-11-06 David WellsMerge pull request #7419 from bangerth/step-20
2018-11-06 Wolfgang BangerthRewrite the introduction of step-20. 7419/head
2018-11-06 Wolfgang BangerthMerge pull request #7414 from masterleinad/support_gmsh_4
2018-11-05 Daniel ArndtUpdate CUDA information in the documentation for extern... 7370/head
2018-11-05 Bruno TurcksinMerge pull request #7398 from masterleinad/cuda_init
2018-11-05 Daniel ArndtMerge pull request #7417 from masterleinad/algorithm_he...
2018-11-05 Daniel ArndtAdd missing header in subscriptor.cc 7417/head
2018-11-05 Daniel ArndtMerge pull request #7410 from masterleinad/smart_pointe...
2018-11-05 Daniel ArndtBe more conservative with respect to the MSH file forma... 7414/head
2018-11-05 Daniel ArndtUpdate description of the Subscriptor-SmartPointer... 7410/head
2018-11-05 Daniel ArndtIncrease thread-safety of Subscriptor
2018-11-05 Daniel ArndtMerge pull request #7415 from davydden/feature/incremen...
2018-11-04 Denis Davydovset components correctly in IncrementalFunction 7415/head
2018-11-04 David WellsUpdate GridGenerator::truncated_cone. 7411/head
2018-11-04 Daniel ArndtChangelog entry
2018-11-04 Daniel ArndtSupport Gmsh-4
2018-11-02 Wolfgang BangerthMerge pull request #7363 from masterleinad/smart_pointe...
2018-11-02 Daniel ArndtChangelog entries 7363/head
2018-11-02 Daniel ArndtMake SmartPointer+Subscriptor check for dangling pointers
2018-11-02 Daniel ArndtMerge pull request #7396 from davydden/feature/interleave
2018-11-02 Daniel ArndtMerge pull request #7402 from bangerth/sparsity
2018-11-02 Wolfgang BangerthMerge pull request #7337 from marcfehling/cell-domination
2018-11-01 Daniel ArndtMerge pull request #7401 from bangerth/abaqus
2018-11-01 David WellsMerge pull request #7405 from bangerth/doc-update-2
2018-11-01 Denis DavydovMerge pull request #7406 from tjhei/doc_plate_with_hole
2018-11-01 Timo Heisterdoxygen: scale plate_with_hole images 7406/head
2018-11-01 Wolfgang BangerthClarify the documentation of GridGenerator::cylinder(). 7405/head
2018-11-01 Wolfgang BangerthMerge pull request #7375 from davydden/feature/incremen...
2018-11-01 Timo Heisterimprove documentation 7396/head
2018-11-01 Wolfgang Bangerthimprove documentation
2018-11-01 Denis Davydovrename and improve documentation
2018-11-01 Wolfgang Bangerthimprove documentation
2018-11-01 Wolfgang BangerthRemove try-catch blocks in tests. 7402/head
2018-11-01 Daniel ArndtMerge pull request #7400 from bangerth/fix-widening
2018-11-01 Wolfgang BangerthMerge pull request #7381 from davydden/feature/tmmult_dsp
2018-11-01 Wolfgang BangerthAdd a changelog entry.
2018-11-01 Wolfgang BangerthAdd a few tests.
2018-11-01 Wolfgang BangerthFix (Dynamic)?SparsityPattern::begin() for empty sparsi...
2018-11-01 Wolfgang BangerthAdd more run-time checks to the ABAQUS reader. 7401/head
2018-11-01 Wolfgang BangerthEnsure a left-shift operation happens in the right... 7400/head
2018-10-30 Daniel ArndtFix location AssertCuda 7398/head
2018-10-30 Daniel ArndtIntroduce init_cuda
2018-10-30 Denis Davydovadd mutex lock 7375/head
2018-10-30 Denis Davydovimprove IncrementalFunction
2018-10-30 Wolfgang BangerthMerge pull request #7397 from tjhei/document_point_value
2018-10-30 Wolfgang Bangerthimprove documentation
2018-10-30 Timo Heisterdocument VT:point_value better 7397/head
2018-10-30 Denis Davydovadd Utilities::interleave() to interleave an array...
2018-10-29 David WellsMerge pull request #7394 from koecher/doc-doftools...
2018-10-29 Uwe Köcherenhanced documentation for DoFTools::Coupling::nonzero 7394/head
2018-10-29 Wolfgang BangerthMerge pull request #7392 from drwells/deprecate-netcdf
2018-10-29 Timo HeisterMerge pull request #7391 from drwells/update-step-57
2018-10-29 Marc FehlingIntroduced 'compare_for_domination()' functions. Deprec... 7337/head
2018-10-27 Daniel ArndtMerge pull request #7393 from drwells/fix-doc-link
2018-10-27 David WellsDeprecate the NetCDF bindings. 7392/head
2018-10-27 David WellsMerge pull request #7367 from masterleinad/make_cuda_te...
2018-10-27 David Wellsstep-57: Use blank lines after equations. 7391/head
2018-10-27 David WellsFix a documentation link. 7393/head
2018-10-27 David Wellsstep-57: Reword some sentences for clarity.
2018-10-27 David Wellsstep-57: Use pmatrix instead of arrays in TeX.
2018-10-27 David Wellsstep-57: Reformat in-code TeX.
2018-10-27 David Wellsstep-57: Improve output format and variable names.
2018-10-27 David Wellsstep-57: remove unused headers and code.
2018-10-27 David Wellsstep-57: Improve typography.
2018-10-26 Jean-Paul PelteretAdd test to check that wrapper resets time state of...
2018-10-26 Jean-Paul PelteretRename a test
2018-10-26 Jean-Paul PelteretAdd guarentee that wrapper resets time state of wrapped...
2018-10-26 Jean-Paul PelteretAdd an assertion
2018-10-26 Jean-Paul PelteretImprove class documentation
2018-10-26 Denis Davydovadd IncrementalFunction
2018-10-26 Denis DavydovMerge pull request #7386 from masterleinad/real_time
2018-10-26 David WellsMerge pull request #7387 from davydden/feature/dsp_colu...
2018-10-26 Denis Davydovadd DynamicSparsityPattern::column_index() 7387/head
2018-10-26 Daniel ArndtPrefer defining aliases instead of importing from base... 7386/head
2018-10-26 Daniel ArndtIntroduce a time_type alias for Function and friends
2018-10-26 Daniel ArndtDescribe time by real scalar types in Function and...
2018-10-26 Denis Davydovadd unit tests 7381/head
2018-10-26 Jean-Paul PelteretMerge pull request #7384 from bangerth/fix-warning
2018-10-26 Wolfgang BangerthFix a warning about an unused 'using' declaration in... 7384/head
2018-10-25 Matthias MaierMerge pull request #7382 from masterleinad/fix_cuda_cma...
2018-10-25 Daniel ArndtAlso force the CUDA host compiler to match the C++...
2018-10-25 Daniel ArndtFix cuda-9+ && cmake-3.12+ 7382/head
2018-10-25 Denis Davydovrewrok DynamicSparsityPattern::compute_Tmmult_pattern...
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.