]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2023-10-24 Wolfgang BangerthUse FEValues extractors, avoid explicit use of view. 16179/head
2023-10-24 Martin KronbichlerMerge pull request #16173 from bangerth/x5
2023-10-24 Martin KronbichlerMerge pull request #16174 from bangerth/x4
2023-10-24 Martin KronbichlerMerge pull request #16177 from marcfehling/test-lobatto
2023-10-24 Martin KronbichlerMerge pull request #16176 from bangerth/constrain-to...
2023-10-23 Wolfgang BangerthMove objects into place rather than swapping them. 16173/head
2023-10-23 Marc FehlingMerge pull request #16171 from bangerth/x1
2023-10-23 Marc FehlingMerge pull request #16172 from bangerth/x3
2023-10-23 Marc FehlingMerge pull request #16175 from bangerth/x2
2023-10-23 Marc FehlingAdded test for hp-constraints on Q elements with Gauss... 16177/head
2023-10-23 Wolfgang BangerthSplit a mutex into two, give them better names. 16174/head
2023-10-23 Wolfgang BangerthUse std::any instead of boost::any in GeneralDataStorage. 16172/head
2023-10-23 Wolfgang BangerthUse std::any instead of boost::any in AnyData. 16175/head
2023-10-23 Wolfgang BangerthUse std::any instead of boost::any. 16171/head
2023-10-23 Wolfgang BangerthUse constrain_dof_to_zero() in tests. 16176/head
2023-10-23 Wolfgang BangerthConvert tests to use AffineConstraints::constrain_dof_t...
2023-10-23 Wolfgang BangerthMake it not an error to call constrain_dof_to_zero...
2023-10-23 Martin KronbichlerMerge pull request #16167 from peterrum/mg_test_identit...
2023-10-23 David WellsMerge pull request #16163 from bangerth/constrain-to...
2023-10-21 Marc FehlingMerge pull request #16166 from marcfehling/docker-njobs
2023-10-20 Peter MunchMGTransferGlobalCoarsening: test operator with ones... 16167/head
2023-10-20 Peter MunchMerge pull request #16164 from lpsaavedra/copy_triangul...
2023-10-20 Wolfgang BangerthMerge pull request #16161 from peterrum/mg_set_periodic...
2023-10-20 Laura Prieto... Update loop 16164/head
2023-10-20 Peter MunchUpdate comment 16161/head
2023-10-20 Marc FehlingBuild all docker images only using one job. 16166/head
2023-10-19 Wolfgang BangerthMerge pull request #16162 from peterrum/log_rename
2023-10-19 Laura Prieto... Copy periodic faces when using copy_triangulation
2023-10-19 Peter MunchRename a change-log entry 16162/head
2023-10-19 Peter MunchFix PBC in MGConstrainedDoFs
2023-10-19 Wolfgang BangerthUse AffineConstraints::constrain_dof_to_zero(). 16163/head
2023-10-19 Wolfgang BangerthAdd a changelog entry.
2023-10-19 Wolfgang BangerthAdd AffineConstraints::constrain_dof_to_zero().
2023-10-19 Martin KronbichlerMerge pull request #16160 from drwells/grid-tools-topology
2023-10-19 Wolfgang BangerthMerge pull request #16133 from kronbichler/presort_columns
2023-10-19 David WellsMove topological GridTools functions to a new file. 16160/head
2023-10-19 David WellsMove another function to grid_tools_geometry.h.
2023-10-19 David WellsRemove extra text from grid_tools_geometry.h
2023-10-19 David WellsMerge pull request #16159 from kinnewig/rcp_tpetra_map_...
2023-10-19 Martin KronbichlerDoFTools constraints: Pre-sort column indices in filter... 16133/head
2023-10-19 Sebastian KinnewigCheck for the Trilinos version when calling getLocalNum... 16159/head
2023-10-19 Martin KronbichlerMerge pull request #16145 from bangerth/add-constraints
2023-10-18 Wolfgang BangerthWork around an issue with the clang CUDA compiler. 16145/head
2023-10-18 Matthias MaierMerge pull request #16026 from masterleinad/enfore_asse...
2023-10-18 Matthias MaierMerge pull request #16120 from bangerth/assertion
2023-10-18 Matthias MaierMerge pull request #16153 from kinnewig/rcp_tpetra_map_...
2023-10-18 Martin KronbichlerMerge pull request #16150 from drwells/deprecate-distor...
2023-10-18 Martin KronbichlerMerge pull request #16155 from bangerth/array-view...
2023-10-17 Sebastian KinnewigMake IndexSet compatible with Teuchos::RCP<Tpetra:... 16153/head
2023-10-16 Wolfgang BangerthMerge pull request #16138 from marcfehling/delimiter
2023-10-16 Wolfgang BangerthMerge pull request #16149 from drwells/grid-tools-geometry
2023-10-16 Wolfgang BangerthAvoid constraining DoFs more than once.
2023-10-16 Wolfgang BangerthMake ArrayView constructors more generic. 16155/head
2023-10-16 Wolfgang BangerthAdd a concept for contiguous containers.
2023-10-16 Peter MunchMerge pull request #16137 from bergbauer/fix_face_path_...
2023-10-16 Wolfgang BangerthMerge pull request #16152 from peterrum/typo_3
2023-10-16 Peter MunchFix two typos 16152/head
2023-10-16 Martin KronbichlerMerge pull request #16136 from kronbichler/simplify_code
2023-10-16 Maximilian... Test linear face path 3d 16137/head
2023-10-15 David WellsMove geometric GridTools functions to a new file. 16149/head
2023-10-15 David WellsDeprecate the distorted child cell function. 16150/head
2023-10-15 David WellsMerge pull request #16147 from drwells/petsc-scalar
2023-10-15 Marc FehlingAdded separator to Matrix::print_formatted(). 16138/head
2023-10-15 David WellsUse PetscScalar when compressing vectors. 16147/head
2023-10-15 Wolfgang BangerthUse AffineConstraints::add_constraint() throughout.
2023-10-15 Wolfgang BangerthMerge pull request #16132 from kronbichler/constraints_sort
2023-10-15 Peter MunchMerge pull request #16124 from drwells/simplex-p3
2023-10-15 Martin KronbichlerAffineConstraints::close(): Simplify combination of... 16136/head
2023-10-15 David WellsAdd FE_SimplexP(3) and FE_SimplexDGP(3). 16124/head
2023-10-15 David WellsImplement a cubic version of BarycentricPolynomials.
2023-10-14 Peter MunchMerge pull request #16140 from peterrum/remove_test
2023-10-14 Peter MunchMerge pull request #16139 from peterrum/compute_prefix_...
2023-10-14 Martin KronbichlerMerge pull request #16125 from bangerth/assert
2023-10-14 Martin KronbichlerMerge pull request #16130 from drwells/polarmanifold...
2023-10-14 Peter MunchRemove useless (hp::DoFHandler) test 16140/head
2023-10-14 Peter MunchFix compute_prefix_sum() for serial run 16139/head
2023-10-14 Martin KronbichlerMerge pull request #16129 from bangerth/arrayview
2023-10-14 Marc FehlingMerge pull request #16134 from kronbichler/avoid_divisions
2023-10-13 Maximilian... Fix integrate linear for face path
2023-10-13 Martin KronbichlerAffineConstraints::close(): Avoid sorting of sorted... 16132/head
2023-10-13 Marc FehlingMerge pull request #16131 from bangerth/new
2023-10-13 Martin KronbichlerMerge pull request #16118 from bangerth/index-set
2023-10-13 Martin KronbichlerMerge pull request #16058 from nils-schween/use-gmres...
2023-10-13 Martin KronbichlerAffineConstraints::close(): Replace division by multipl... 16134/head
2023-10-13 Wolfgang BangerthAvoid a bare 'new' in step-37. 16131/head
2023-10-13 David WellsClean up the documentation of PolarManifold. 16130/head
2023-10-13 Marc FehlingMerge pull request #16116 from bangerth/doc
2023-10-12 Wolfgang BangerthAdd a changelog entry. 16129/head
2023-10-12 Wolfgang BangerthAdd a test.
2023-10-12 Wolfgang BangerthMake ArrayView objects from boost::container::small_vector.
2023-10-12 Martin KronbichlerMerge pull request #16123 from bangerth/add-constraints
2023-10-12 David WellsMerge pull request #16117 from bangerth/readme
2023-10-12 Wolfgang BangerthMake an assertion text more informative. 16120/head
2023-10-12 Wolfgang BangerthMinor doc updates. 16116/head
2023-10-12 Wolfgang BangerthClarify UMFPACK instructions in the readme file. 16117/head
2023-10-11 Wolfgang BangerthMerge pull request #16128 from peterrum/fix_test
2023-10-11 Marc FehlingMerge pull request #16126 from bangerth/const
2023-10-11 Peter MunchFix test 16128/head
2023-10-11 Wolfgang BangerthMove a function to a .templates.h file. 16123/head
2023-10-11 Wolfgang BangerthMake a couple of loop variables 'const'. 16126/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.