]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2021-04-26 Wolfgang BangerthSimplify code slightly.
2021-04-22 Wolfgang BangerthAdd a changelog entry.
2021-04-22 Wolfgang BangerthAdd tests.
2021-04-22 Wolfgang BangerthImplement AlignedVector::replicate_across_communicator...
2021-04-22 Wolfgang BangerthImplement a two-stage algorithm for distributing data...
2021-04-20 Wolfgang BangerthAdd AlignedVector::replicate_across_communicator().
2021-04-20 Timo HeisterMerge pull request #12064 from bangerth/table-5
2021-04-20 Daniel ArndtMerge pull request #12063 from peterrum/grid_in_exc
2021-04-20 Wolfgang BangerthMerge pull request #12059 from drwells/remove-gridreord...
2021-04-20 Wolfgang BangerthAdd a test for AlignedVector. 12064/head
2021-04-20 Peter MunchAdd error message to GridIn::ExcNoTriangulationSelected 12063/head
2021-04-20 Bruno TurcksinMerge pull request #12061 from tamiko/fix_a_warning_2
2021-04-20 Matthias Maierfix a warning 12061/head
2021-04-20 Wolfgang BangerthMerge pull request #12054 from tamiko/mpi_memory_leak
2021-04-20 Wolfgang BangerthMerge pull request #12060 from tamiko/fix_a_warning
2021-04-20 Bruno TurcksinMerge pull request #12056 from bangerth/doc
2021-04-20 Matthias Maierfix a -Wdtor warning 12060/head
2021-04-19 Matthias Maieradd a changes entry 12054/head
2021-04-19 Matthias Maierfree allocated MPI resources before we call MPI_Finalize
2021-04-19 Matthias Maierforce initialization of static struct
2021-04-19 Matthias MaierUtilities::MPI::mpi_sum_avg: create MPI_Datatype and...
2021-04-19 Matthias Maieradd a changes entry
2021-04-19 Matthias Maieradd a test
2021-04-19 Matthias MaierMPI_InitFinalize: add an at_mpi_init and at_mpi_finaliz...
2021-04-19 David WellsRemove references to the old-style numbering. 12059/head
2021-04-19 David WellsMove the reordering text into a module.
2021-04-19 Wolfgang BangerthMake the documentation of TableBase less chatty. 12056/head
2021-04-19 Daniel ArndtMerge pull request #12055 from bangerth/grammar
2021-04-19 Wolfgang BangerthFix grammar. 12055/head
2021-04-19 Daniel ArndtMerge pull request #12052 from peterrum/vector_tools_ev...
2021-04-19 David WellsMerge pull request #12051 from peterrum/fix_compute_dia...
2021-04-19 David WellsMerge pull request #12053 from peterrum/ecl_02_fix
2021-04-18 Peter MunchFix test matrix_free/ecl_02 12053/head
2021-04-18 Peter MunchMake test remote_point_evaluation/vector_tools_evaluate... 12052/head
2021-04-18 Peter MunchFix matrix_free/compute_diagonal tests in release mode 12051/head
2021-04-17 David WellsMerge pull request #12031 from bangerth/kinsol
2021-04-16 Wolfgang BangerthAdd tests for the new KINSOL interface. 12031/head
2021-04-16 Wolfgang BangerthMerge pull request #12049 from drwells/vtk-compatibilit...
2021-04-16 Wolfgang BangerthMerge pull request #12048 from drwells/gmsh-compatibili...
2021-04-16 David WellsDeprecate create_triangulation_compatibility. 12049/head
2021-04-16 David WellsRemove the rest of the create_triangulation_compatibili...
2021-04-16 David WellsMake the vertex swapping algorithm work with the new...
2021-04-16 David WellsGet rid of create_triangulation_compatibility in the... 12048/head
2021-04-16 David WellsMerge pull request #12027 from bangerth/cmake
2021-04-16 Daniel ArndtMerge pull request #12026 from bangerth/cmake-3
2021-04-16 Daniel ArndtMerge pull request #12030 from bangerth/kinsol-versions
2021-04-16 Wolfgang BangerthMerge pull request #12045 from drwells/dbmesh-xda-compa...
2021-04-16 Wolfgang BangerthMerge pull request #12046 from drwells/grid-generator...
2021-04-15 Wolfgang BangerthImprove error messages during configuration. 12027/head
2021-04-15 Wolfgang BangerthUse a better filename for SUNDIALS finding. 12026/head
2021-04-15 Wolfgang BangerthSupport different KINSOL versions. 12030/head
2021-04-15 David WellsMerge pull request #12044 from tamiko/fix_configure
2021-04-15 David WellsRemove calls to create_triangulation_compatibility... 12046/head
2021-04-15 David WellsMerge the two read_xda functions. 12045/head
2021-04-15 David WellsGet rid of create_triangulation_compatibility in the...
2021-04-15 David WellsGet rid of create_triangulation_compatibility in the...
2021-04-15 Daniel ArndtMerge pull request #12043 from marcfehling/tut-list
2021-04-15 Matthias MaierCMake: FindKOKKOS: Work around configuration failure 12044/head
2021-04-15 Marc FehlingRemove hp::DoFHandler from tutorial list. 12043/head
2021-04-15 Bruno TurcksinMerge pull request #12042 from drwells/ucd-compatibilit...
2021-04-14 Bruno TurcksinMerge pull request #12039 from drwells/unv-compatibilit...
2021-04-14 David WellsGet rid of create_triangulation_compatibility in the... 12042/head
2021-04-14 David WellsGet rid of create_triangulation_compatibility in the... 12039/head
2021-04-14 Bruno TurcksinMerge pull request #12041 from marcfehling/cell-weights...
2021-04-14 Bruno TurcksinMerge pull request #12040 from peterrum/process_dof_ind...
2021-04-13 Marc FehlingBug in weighting_callback for uninitialized DoFHandlers. 12041/head
2021-04-13 Peter MunchFix process_dof_indices (for artificial faces in DoFToo... 12040/head
2021-04-13 David WellsMerge pull request #12038 from bangerth/61
2021-04-13 David WellsMerge pull request #12032 from peterrum/dof_handler_art...
2021-04-12 Wolfgang BangerthClarify an issue in the introduction of step-61. 12038/head
2021-04-10 Peter MunchDo not allocate memory for DoFs on artificial cells 12032/head
2021-04-10 Timo HeisterMerge pull request #12036 from bangerth/uniformity
2021-04-10 Martin KronbichlerMerge pull request #12033 from peterrum/find_vector_in_mf
2021-04-09 Wolfgang BangerthMake tooltips more uniform in style. 12036/head
2021-04-09 Peter MunchCompare pointers in find_vector_in_mf 12033/head
2021-04-09 Bruno TurcksinMerge pull request #12028 from bangerth/cmake-2
2021-04-08 Wolfgang BangerthUpdate the KINSOL callbacks to what KINSOL current...
2021-04-08 Wolfgang BangerthMake cmake error messages easier to read. 12028/head
2021-04-07 Marc FehlingMerge pull request #12020 from bangerth/p2
2021-04-07 Bruno TurcksinMerge pull request #12019 from bangerth/15-5
2021-04-07 Bruno TurcksinMerge pull request #12021 from bangerth/p1
2021-04-06 Wolfgang BangerthAvoid unnecessary include files. 12021/head
2021-04-06 Wolfgang BangerthAdd missing include files.
2021-04-06 Wolfgang BangerthFix a typo. 12020/head
2021-04-06 Wolfgang BangerthBreak generation of graphical data into its own functio... 12019/head
2021-04-06 David WellsMerge pull request #11869 from dangars/hdf5_bool
2021-04-06 Daniel ArndtMerge pull request #12018 from bangerth/table-3
2021-04-06 Wolfgang BangerthRename more local variables. Add to the documentation. 12018/head
2021-04-06 Wolfgang BangerthSlightly simplify the AlignedVector::reserve() function.
2021-04-06 Wolfgang BangerthRename variables in AlignedVector::reserve().
2021-04-06 Wolfgang BangerthSimplify the logic of AlignedVector::reserve().
2021-04-06 Daniel ArndtMerge pull request #12017 from bangerth/table-2
2021-04-05 Wolfgang BangerthRename member variables. 12017/head
2021-04-05 David WellsMerge pull request #12009 from bangerth/table
2021-04-05 Daniel ArndtMerge pull request #11965 from peterrum/compute_nonzero...
2021-04-05 Marc FehlingMerge pull request #12010 from tjhei/fewer_prepare_refi...
2021-04-05 Daniel ArndtMerge pull request #11995 from bangerth/p2
2021-04-05 Wolfgang BangerthAdd a test. 12009/head
2021-04-05 Wolfgang BangerthUse std::unique_ptr to manage memory in AlignedVector.
2021-04-05 Wolfgang BangerthSimplify step-15 with the new function. 11995/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.