]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-07-11 Matthias MaierMerge pull request #15707 from tamiko/proper_cell_statu...
2023-07-11 Matthias MaierTriangulation::CellStatus: add compatibility identifier... 15707/head
2023-07-10 Matthias MaierTriangulation: include compatibility CellStatus via...
2023-07-10 Matthias MaierCellStatus: provide old name aliases
2023-07-10 Wolfgang BangerthMerge pull request #15704 from masterleinad/guard_nox
2023-07-10 Daniel ArndtMerge pull request #15697 from RichardYCJ/doc_name_fix
2023-07-10 Daniel ArndtGuard NOX support in include/deal.II/numerics/nonlinear.h 15704/head
2023-07-10 Daniel ArndtMerge pull request #15702 from pcafrica/fix_doc
2023-07-10 Pasquale AfricaFix doc typo 15702/head
2023-07-10 Chengjiang Yinfix indent by check_indentation.sh 15697/head
2023-07-10 Chengjiang Yinremove some incorrect subtitle numbers
2023-07-10 Chengjiang YinAdditional incorrect doxygen-style brackets
2023-07-10 Chengjiang YinFix incorrect and missing doxygen-style name brackets
2023-07-10 Daniel ArndtMerge pull request #15688 from bangerth/vsv-final
2023-07-10 Martin KronbichlerMerge pull request #15700 from peterrum/instantiate_cel...
2023-07-10 Martin KronbichlerMerge pull request #15699 from bangerth/c-str
2023-07-10 Peter MunchInstantiate CellAttachedData and CellAttachedDataSerializer 15700/head
2023-07-10 Martin KronbichlerMerge pull request #15695 from bangerth/manifold
2023-07-10 Wolfgang BangerthMake input arguments 'const'. 15688/head
2023-07-10 Wolfgang BangerthAdd a changelog entry.
2023-07-10 Wolfgang BangerthRemove class VectorSpaceVector.
2023-07-10 Wolfgang BangerthFix a misplaced forward declaration.
2023-07-10 Wolfgang BangerthAddress more unnecessary calls to .c_str(). 15699/head
2023-07-10 Wolfgang BangerthMinor doc update in manifold.cc. 15695/head
2023-07-10 Matthias MaierMerge pull request #15694 from bangerth/fstream
2023-07-09 Wolfgang Bangerthstd::[io]fstream can now deal with std::string for... 15694/head
2023-07-09 Peter MunchMerge pull request #15576 from pcafrica/serialization_t...
2023-07-09 Luca HeltaiMerge pull request #15686 from bangerth/create-t
2023-07-09 Matthias MaierMerge pull request #15610 from tjhei/taskflow-3.6.0
2023-07-09 Matthias MaierMerge pull request #15652 from tamiko/update_github_runners
2023-07-09 Wolfgang BangerthMake sure we always generate consistently oriented... 15686/head
2023-07-08 Matthias MaierMerge pull request #15684 from tamiko/master
2023-07-08 Daniel ArndtMerge pull request #15667 from bangerth/vsv-rwvector
2023-07-08 Wolfgang BangerthMerge pull request #15677 from sebproell/kinsol-custom...
2023-07-08 Matthias MaierCMake: avoid "binding to none" for performance tests 15684/head
2023-07-08 Peter MunchMerge pull request #15682 from bangerth/array
2023-07-08 Sebastian ProellKINSOL: allow for custom setup 15677/head
2023-07-08 Wolfgang BangerthReplace use of C-style array by std::array in a second... 15682/head
2023-07-08 Wolfgang BangerthReplace use of C-style array by std::array.
2023-07-08 Matthias MaierPythonWrappers: fall back to Release if Debug is unavai... 15652/head
2023-07-08 Matthias Maiergithub: linux/serial: sanitize python environment
2023-07-08 Wolfgang BangerthMerge pull request #15681 from gassmoeller/update_cmake...
2023-07-08 Matthias MaierQuick tests: avoid -Wunused-variable
2023-07-08 Matthias Maiergithub: reenable runners on push
2023-07-08 Matthias Maiergithub: serial: increase output verbosity
2023-07-08 Matthias Maiergithub: update intel oneapi runner
2023-07-08 Matthias Maiergithub: update parallel runner
2023-07-08 Matthias Maiergithub: update serial linux runner
2023-07-08 Wolfgang BangerthMerge pull request #15678 from peterrum/orienatation_si...
2023-07-07 Rene GassmoellerUpdate cmake variable documentation 15681/head
2023-07-07 Pasquale AfricaMove CellAttachedDataSerializer to internal namespace 15576/head
2023-07-07 Pasquale AfricaDeprecate Triangulation<dim, spacedim>::CellStatus
2023-07-07 Pasquale AfricaImplement DataTransfer for disabled MPI support
2023-07-07 Pasquale AfricaMove CellAttachedData and DataTransfer to Triangulation...
2023-07-07 Matthias MaierMerge pull request #15679 from bangerth/parallel
2023-07-07 Wolfgang BangerthMerge pull request #15671 from masterleinad/avoid_const...
2023-07-07 Wolfgang BangerthMerge pull request #15641 from masterleinad/even_more_c...
2023-07-07 Wolfgang BangerthMerge pull request #15672 from masterleinad/deprecated_...
2023-07-07 Wolfgang BangerthUse parallel::apply_to_subranges(). 15679/head
2023-07-07 Wolfgang BangerthRemove reference to VectorSpaceVector from ReadWriteVec... 15667/head
2023-07-07 Daniel ArndtFix tests 15671/head
2023-07-07 Peter MunchFix face orientation 15678/head
2023-07-07 David WellsMerge pull request #15010 from sebproell/callable-membe...
2023-07-07 David WellsMerge pull request #15675 from tamiko/adjust_test
2023-07-07 Daniel ArndtDefine DEAL_II_DEPRECATED_EARLY_WITH_COMMENT(x) for... 15672/head
2023-07-07 Daniel ArndtAvoid const return type
2023-07-07 Daniel ArndtMerge pull request #15666 from bangerth/vsv-la-vector
2023-07-07 Daniel ArndtMerge pull request #15665 from masterleinad/compiler_ve...
2023-07-07 Sebastian ProellForward implementation of std::bind_front 15010/head
2023-07-07 Matthias Maierexamples/step-40: use check_solver_within_range with... 15675/head
2023-07-07 Matthias Maierexample_test.h: add ostream parameter for solver_within...
2023-07-07 Matthias MaierMerge pull request #15668 from bangerth/vsv-comm-pattern
2023-07-07 Wolfgang BangerthMake an argument a const reference. 15666/head
2023-07-07 Wolfgang BangerthRemove derivation of LinearAlgebra::distributed::Vector...
2023-07-07 Wolfgang BangerthMerge pull request #15674 from tamiko/switch_to_https
2023-07-07 Matthias MaierMerge pull request #15673 from tamiko/fix_warning
2023-07-07 Matthias Maierdocumentation: use https:// instead of http:// 15674/head
2023-07-07 Matthias Maierdocumentation: use https:// instead of http://
2023-07-07 Matthias Maierdocumentation: use https:// instead of http://
2023-07-07 Matthias Maierdocumentation: update two urls
2023-07-07 Matthias Maierdocumentation: use https:// instead of http://
2023-07-07 Matthias Maierremove redundant else branch 15673/head
2023-07-07 Daniel ArndtDeprecate implicit conversions from std::vector to...
2023-07-06 Matthias Maiermatrix_free/fe_evaluation.h: avoid a warning with g...
2023-07-06 Daniel ArndtIntroduce DEAL_II[_DEPRECATED_EARLY]_WITH_COMMENT
2023-07-06 Matthias MaierMerge pull request #15670 from tamiko/udpate_tester_names
2023-07-06 Matthias MaierTests: update official tester names 15670/head
2023-07-06 Matthias MaierMerge pull request #15084 from luca-heltai/map_boundary...
2023-07-06 Wolfgang BangerthRemove reference to VectorSpacevector from the document... 15668/head
2023-07-06 Daniel ArndtUpdate minimum compiler versions for C++17 15665/head
2023-07-06 Daniel ArndtMerge pull request #15622 from bangerth/vsv-cuda
2023-07-06 Wolfgang BangerthMerge pull request #15664 from drwells/fix-epetra-concept
2023-07-06 David WellsAdd a missing typedef to the epetra vector wrapper. 15664/head
2023-07-05 Luca HeltaiAddress review comments. 15084/head
2023-07-05 David WellsMerge pull request #15660 from masterleinad/fix_compari...
2023-07-05 Wolfgang BangerthGet rid of VectorSpaceVector in the Cuda Vector class. 15622/head
2023-07-05 Daniel ArndtFix some comparisons operator for g++-13 with C++20 15660/head
2023-07-05 Daniel ArndtMerge pull request #15657 from kronbichler/fix_step-46
2023-07-05 Daniel ArndtMerge pull request #15658 from mschreter/fix_header_rea...
2023-07-05 Magdalena Schreteradd missing ReadVector header 15658/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.