]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2025-01-30 Peter MunchMove functions from .cc to .templates.h 18059/head
2025-01-28 Matthias MaierMerge pull request #18041 from peterrum/portable_mf_n_d...
2025-01-28 Matthias MaierMerge pull request #18008 from bergbauer/matrix_free_di...
2025-01-28 Matthias MaierMerge pull request #18023 from bangerth/complex-1
2025-01-28 Matthias MaierMerge pull request #18028 from bangerth/parameter-handler
2025-01-28 Bruno TurcksinMerge pull request #17256 from bangerth/solver-control
2025-01-28 Daniel ArndtMerge pull request #18031 from bangerth/hyperball
2025-01-28 Daniel ArndtMerge pull request #18001 from bangerth/geometry-info-1
2025-01-28 Peter MunchRemve n_dofs_1d from local operation class of matrix... 18041/head
2025-01-28 Peter MunchMerge pull request #18042 from peterrum/portable_mf_n_l...
2025-01-28 Daniel ArndtMerge pull request #18040 from bangerth/geometry-info-4
2025-01-28 Maximilian... MatrixFree: enable zeroing in loops if assignment opera... 18008/head
2025-01-28 Peter MunchConsider number of components in n_local_dofs 18042/head
2025-01-28 Peter MunchMerge pull request #18039 from peterrum/portable_comput...
2025-01-28 Wolfgang BangerthAvoid the use of GeometryInfo in FE_RaviartThomas. 18040/head
2025-01-27 Peter MunchExtend portable compute_diagonal() to multiple components 18039/head
2025-01-27 Wolfgang BangerthAdd a changelog entry. 18001/head
2025-01-27 Wolfgang BangerthAdd a test. 18028/head
2025-01-27 Wolfgang BangerthUndo changes to output files/explicitly provide output. 17256/head
2025-01-27 Wolfgang BangerthExplicitly re-enable output for some tests.
2025-01-27 Wolfgang BangerthAdjust test output.
2025-01-27 Wolfgang BangerthManually deal with outputting the number of iterations...
2025-01-27 Wolfgang BangerthUpdate tutorial output.
2025-01-27 Wolfgang BangerthDefault SolverControl to not print to deallog.
2025-01-27 Wolfgang BangerthAdd a changelog entry.
2025-01-27 David WellsMerge pull request #18027 from bangerth/rename
2025-01-27 Wolfgang BangerthMerge pull request #21 from blaisb/geometry-info-1
2025-01-27 Wolfgang BangerthFix an issue with spaces in ParameterHandler output.
2025-01-27 Wolfgang BangerthMake code easier to read. 18031/head
2025-01-27 Wolfgang BangerthMake compile with the CUDA compiler.
2025-01-27 Wolfgang BangerthAdd a changelog.
2025-01-27 Wolfgang BangerthAdd a test.
2025-01-27 Wolfgang BangerthMake GridGenerator::hyper_ball() work in dim=2, spacedim=3.
2025-01-27 Martin KronbichlerMerge pull request #18035 from drwells/avoid-old-orient...
2025-01-27 Daniel ArndtMerge pull request #18036 from nmuch/fix-mf-hp-fe-index
2025-01-27 Bruno BlaisUpdate test outputs
2025-01-27 Nils MuchFix MF::get_cell_active_fe_index() for non-hp and hp... 18036/head
2025-01-27 David WellsMatrixFree: encode as (!orientation, rotation, flip). 18035/head
2025-01-26 Peter MunchMerge pull request #18033 from peterrum/mpi_noncontiguo...
2025-01-26 Peter MunchAdd missing include 18033/head
2025-01-26 Peter MunchMerge pull request #17406 from peterrum/tw_sd_epetra
2025-01-25 Timo HeisterMerge pull request #18030 from KJSchwiebert/barycenter...
2025-01-25 Kyle SchwiebertAdd 3D capability to alfeld_split_of_simplex_mesh(... 18030/head
2025-01-24 Timo HeisterMerge pull request #17755 from cembooks/nedelec
2025-01-24 Daniel ArndtMerge pull request #18013 from marcfehling/precommit...
2025-01-24 Marc FehlingAdd detect-include-cycle check to pre-commit. 18013/head
2025-01-24 Bruno TurcksinMerge pull request #18029 from bangerth/index-set
2025-01-24 Bruno TurcksinMerge pull request #18026 from bangerth/include-11
2025-01-24 Bruno TurcksinMerge pull request #18024 from bangerth/complex-2
2025-01-23 Wolfgang BangerthAdd a changelog entry. 18029/head
2025-01-23 Wolfgang BangerthDeprecate IndexSet::pop_front/back().
2025-01-23 Wolfgang BangerthAdd a changelog entry. 18027/head
2025-01-23 Wolfgang BangerthRename unit_tangential/normal_vectors() to face_tangent...
2025-01-23 Wolfgang BangerthBreak the include cycle between tria.h and tria_accessor.h. 18026/head
2025-01-23 Wolfgang BangerthBreak the cycle of header includes between template_con... 18024/head
2025-01-23 Wolfgang BangerthBetter document our mixed complex overloads. 18023/head
2025-01-23 David WellsMerge pull request #18019 from bangerth/include-10
2025-01-23 Siarhei UzunbajakauNedelec orientation fix nr.1. 17755/head
2025-01-23 Wolfgang BangerthMerge pull request #18022 from drwells/move-hardcoded...
2025-01-23 David WellsIntroduce numbers::reverse_line_orientation. 18022/head
2025-01-23 David Wellstypes::geometric_orientation: clarify the definition.
2025-01-23 David WellsIntroduce numbers::default_geometric_orientation.
2025-01-22 Wolfgang BangerthMerge pull request #18009 from drwells/geometric-orient...
2025-01-22 Marc FehlingMerge pull request #18020 from bangerth/misspellings
2025-01-22 David WellsGive standard_vs_true_line_orientation() a better name. 18009/head
2025-01-22 David WellsTriangulation: refactor the child line index code.
2025-01-22 David WellsUse types::geometric_orientation for lines.
2025-01-22 David WellsTriaAccessor: use face_orientation() in 2d.
2025-01-22 Wolfgang BangerthFix misspellings. 18020/head
2025-01-22 Wolfgang BangerthBreak the include cycle between dof_handler.h and dof_a... 18019/head
2025-01-22 Wolfgang BangerthAdd a missing include file.
2025-01-22 Wolfgang BangerthMerge pull request #17997 from bangerth/include-5
2025-01-22 Marc FehlingMerge pull request #18018 from bangerth/include-8
2025-01-21 David WellsMerge pull request #18016 from bangerth/include-7
2025-01-21 Wolfgang BangerthInclude ../tests.h into a couple more tests. 18018/head
2025-01-21 Daniel ArndtMerge pull request #18017 from bangerth/include-6
2025-01-21 Marc FehlingMerge pull request #18014 from marcfehling/precommit...
2025-01-21 Wolfgang BangerthInclude tests.h in one of the tests. 18016/head
2025-01-21 Wolfgang BangerthAdd some necessary header files to tests. 18017/head
2025-01-21 Wolfgang BangerthAdd missing header file. 17997/head
2025-01-21 Wolfgang BangerthFix tests by including a missing header.
2025-01-21 Wolfgang BangerthAdd a changelog entry.
2025-01-21 Wolfgang BangerthSplit tria_description.h.
2025-01-21 Wolfgang BangerthBreak another cycle in header file includes.
2025-01-21 Wolfgang BangerthMerge pull request #18015 from bergbauer/fix_name_diago...
2025-01-21 Maximilian... Fix class name in description of DiagonalMatrix 18015/head
2025-01-21 Marc FehlingFix typos. 18014/head
2025-01-20 Marc FehlingUpdate pre-commit hooks.
2025-01-20 Peter MunchTrilinosWrappers::SolverDirect for Epetra data structures 17406/head
2025-01-19 Marc FehlingMerge pull request #18010 from drwells/deprecated-headers
2025-01-19 Marc FehlingMerge pull request #17990 from bangerth/taskflow-3.10
2025-01-19 Wolfgang BangerthAdd a changelog entry. 17990/head
2025-01-18 David WellsRemove some references to deprecated headers. 18010/head
2025-01-18 David WellsMark two headers as early deprecated.
2025-01-18 David WellsConsistently format deprecated headers.
2025-01-17 Matthias MaierMerge pull request #17992 from bangerth/cycles
2025-01-17 Matthias MaierMerge pull request #17994 from bangerth/include-2
2025-01-17 Matthias MaierMerge pull request #17995 from bangerth/include-3
2025-01-17 Matthias MaierMerge pull request #18002 from bangerth/geometry-info-3
2025-01-17 Matthias MaierMerge pull request #18003 from bangerth/geometry-info-2
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.