]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-01-12 David WellsMerge pull request #14664 from bangerth/ref-cell-deprecate
2023-01-12 David WellsMerge pull request #14672 from bangerth/doc-88
2023-01-12 David WellsMerge pull request #14673 from nlsmrg/grid-generator-fix
2023-01-12 Timo HeisterMerge pull request #14670 from bangerth/contains-point
2023-01-12 Wolfgang BangerthUse platform independent random numbers. 14670/head
2023-01-12 Nils MargenbergReplace ucd_to_deal with a local vertex numbering in... 14673/head
2023-01-12 Daniel ArndtMerge pull request #14650 from masterleinad/guard_boost...
2023-01-12 Daniel ArndtMerge pull request #14669 from drwells/barycentric...
2023-01-12 Daniel ArndtAlso export additional variables to dea.IIConfig.cmake 14650/head
2023-01-12 Daniel Arndtdefine preprocessor variables for all DEAL_II_FEATURE_...
2023-01-11 Wolfgang BangerthUse a conditional to avoid accesses the compiler flags...
2023-01-11 Marc FehlingMerge pull request #14663 from bangerth/assert-vtu
2023-01-11 Marc FehlingMerge pull request #14666 from bangerth/doc-87
2023-01-11 Marc FehlingMerge pull request #14668 from bangerth/cleanup
2023-01-11 Marc FehlingMerge pull request #14665 from bangerth/comments
2023-01-11 David WellsBarycentricPolynomials: clean up implementation. 14669/head
2023-01-11 David WellsReferenceCell: port line_to_cell_vertices() over
2023-01-11 Wolfgang BangerthAugment documentation of the PETSc block sparse matrix. 14672/head
2023-01-11 Wolfgang BangerthMinor updates to bounding box documentation. 14666/head
2023-01-11 Wolfgang BangerthAdd a changelog entry.
2023-01-11 Wolfgang BangerthAdd a test.
2023-01-11 Wolfgang BangerthImplement ReferenceCell::contains_points() for the...
2023-01-11 Wolfgang BangerthFix the name of a variable: 'ratio' instead of 'ration'. 14668/head
2023-01-11 Wolfgang BangerthRemove comments that are no longer useful. 14665/head
2023-01-11 Daniel ArndtPrefix FEATURE_*_BUNDLED_CONFIGURED with DEAL_II
2023-01-11 Daniel ArndtRename preprocessor variable to DEAL_II_WITH_BOOST_BUNDLED
2023-01-11 Wolfgang BangerthAvoid a deprecated function. 14664/head
2023-01-11 Wolfgang BangerthAdd a changelog entry.
2023-01-11 Wolfgang BangerthDeprecate functions in ReferenceCell and introduce...
2023-01-11 Wolfgang BangerthMerge pull request #14662 from drwells/connectivity...
2023-01-10 Daniel ArndtAdd comments ans provide fallback implementation
2023-01-10 Daniel ArndtGuard for clang>=16 instead of IntelLLVM
2023-01-10 Daniel ArndtMerge pull request #14660 from bangerth/array
2023-01-10 Daniel ArndtMerge pull request #14659 from bangerth/vtu-1
2023-01-10 Daniel ArndtMerge pull request #14654 from bangerth/array-view
2023-01-10 Daniel ArndtMerge pull request #14658 from bangerth/vtu-2
2023-01-10 Wolfgang BangerthMake special casing in VTU output more explicit. 14663/head
2023-01-10 Daniel ArndtCherry-pick fix into bundled boost
2023-01-10 David WellsUse TriaObjectsOrientations in connectivity.h. 14662/head
2023-01-10 Daniel ArndtAdd comment for the commit fixing the issue
2023-01-10 Wolfgang BangerthUse std::array instead of a C-style array. 14660/head
2023-01-10 Wolfgang BangerthAugment documentation of DataOutBase::Patch. 14658/head
2023-01-10 Wolfgang BangerthDo not write gratuitous output files into test directories. 14659/head
2023-01-10 Daniel ArndtMerge pull request #14653 from bangerth/ref-99
2023-01-10 Daniel ArndtMerge pull request #14655 from bangerth/av-2
2023-01-10 Wolfgang BangerthMerge pull request #14610 from CodyGirl/lapack-document...
2023-01-10 Wolfgang BangerthImprove grammar in error messages. 14655/head
2023-01-10 Wolfgang BangerthAdd new test. 14654/head
2023-01-10 Wolfgang BangerthProvide overloads of make_array_view() for std::array.
2023-01-10 Wolfgang BangerthAdd a changelog entry.
2023-01-10 Wolfgang BangerthAdd to the documentation of ArrayView.
2023-01-10 Wolfgang BangerthGet rid of a template argument on an exception. 14653/head
2023-01-10 Daniel ArndtMerge pull request #14651 from drwells/unhardcode-6s
2023-01-09 David WellsMerge pull request #14649 from masterleinad/update_clan...
2023-01-09 David Wellsun-hardcode some 6s. 14651/head
2023-01-09 Martin KronbichlerMerge pull request #14647 from drwells/remove-begin-raw
2023-01-09 Peter MunchMerge pull request #14604 from drwells/refactor-orientation
2023-01-09 Daniel ArndtGuard Boost compilation error with IntelLLVM
2023-01-09 Daniel ArndtRemove cppcoreguidelines-pro-type-cstyle-cast 14649/head
2023-01-09 Daniel ArndtRevert "Cast MPI_STATUS[ES]_IGNORE"
2023-01-09 Daniel ArndtCast MPI_STATUS[ES]_IGNORE
2023-01-09 Daniel ArndtUpdate source/lac/sparsity_tools.cc
2023-01-09 Daniel ArndtUpdate clang-tidy checks for recent clang versions
2023-01-09 Luca HeltaiMerge pull request #14594 from jppelteret/scratch_data_...
2023-01-08 David WellsAvoid using Tensor::begin_raw() et al. 14647/head
2023-01-07 David WellsAdd a dedicated class for orientation information. 14604/head
2023-01-07 Daniel ArndtMerge pull request #14646 from masterleinad/restrict_p4...
2023-01-06 Daniel ArndtRestrict some tests requiring p4est 14646/head
2023-01-05 Peter MunchMerge pull request #14645 from lethe-cfd/add_metis_to_d...
2023-01-05 Bruno BlaisAdd METIS to Docker image 14645/head
2023-01-05 Jean-Paul PelteretMerge pull request #14643 from Rombur/adolc
2023-01-05 Bruno TurcksinFix issue when adol-c is enabled 14643/head
2023-01-05 Jean-Paul PelteretMerge pull request #14640 from tamiko/cmake_fix_kokkos_...
2023-01-04 Matthias MaierMerge pull request #14638 from masterleinad/explicit_docker
2023-01-04 Daniel ArndtMerge pull request #14639 from masterleinad/require_tri...
2023-01-04 Matthias MaierCMake: fix kokkos header installation 14640/head
2023-01-04 Daniel ArndtBe explicit about enabled and disabled dependencies... 14638/head
2023-01-04 Daniel ArndtDrop the requirement for Trilinos+Kokkos rom 13.2 to... 14639/head
2023-01-04 Daniel ArndtMerge pull request #14636 from tjhei/jenkins-disable-old
2023-01-04 Daniel ArndtMerge pull request #14635 from tamiko/silence_warning
2023-01-03 Timo HeisterMerge pull request #14634 from tamiko/fix_configuration
2023-01-03 Timo HeisterJenkins: delete mark job as well, as it is not needed... 14636/head
2023-01-03 Timo Heisterdelete old Jenkins setup
2023-01-03 Matthias MaierCMake: Silence bogus Boost warning 14635/head
2023-01-03 Matthias MaierCMake: propagate Trilinos configuration into DEAL_II_... 14634/head
2023-01-03 Matthias MaierCMake: do not pollute DEAL_II_* namespace while searchi...
2023-01-03 Daniel ArndtMerge pull request #14629 from jppelteret/trilinos_nox_01
2023-01-03 Jean-Paul PelteretAddress minor issues in NOX wrapper 14629/head
2023-01-03 Matthias MaierMerge pull request #14631 from masterleinad/fix_trilino...
2023-01-02 Daniel ArndtFix up Trilinos+Kokos detection 14631/head
2023-01-02 Daniel ArndtMerge pull request #14332 from peterrum/nox
2023-01-02 Matthias MaierMerge pull request #14626 from masterleinad/require_tri...
2023-01-02 David WellsMerge pull request #14627 from bangerth/vtu-99
2023-01-02 Peter MunchApply suggestions 14332/head
2023-01-02 Daniel ArndtMerge pull request #14630 from tamiko/silence_kokkos_wa...
2023-01-02 Daniel ArndtFix warnings 14626/head
2023-01-02 Daniel ArndtRun parallel simplex CI on Ubuntu 22.04 for newer Trilinos
2023-01-02 Matthias MaierMerge pull request #14623 from jppelteret/compiler_fix_01
2023-01-01 Matthias MaierCMake: Silence a Kokkos warning about unset OMP_PROC_BIND 14630/head
2023-01-01 Daniel ArndtMerge pull request #14568 from tjhei/jenkins-mpi-all
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.