]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2022-09-18 Timo HeisterMerge pull request #14280 from kronbichler/fix_uninitia...
2022-09-18 Peter MunchMerge pull request #14278 from peterrum/cheby_relax_fixes
2022-09-18 Peter MunchMerge pull request #14279 from peterrum/ConstraintInfo_ptr
2022-09-18 Martin KronbichlerMake sure not to work with possibly uninitialized variables 14280/head
2022-09-18 Peter Munchinternal::MatrixFreeFunctions::ConstraintInfo: switch... 14279/head
2022-09-18 Peter MunchPreconditionRelaxation/Chebyshev fixes 14278/head
2022-09-17 Peter MunchMerge pull request #14273 from peterrum/fdm_refactor
2022-09-17 Peter MunchRefactor TensorProductMatrixSymmetricSum 14273/head
2022-09-16 David WellsMerge pull request #14270 from peterrum/tria_global_act...
2022-09-15 Martin KronbichlerMerge pull request #14271 from peterrum/cheby_a_p_ranges
2022-09-15 Martin KronbichlerMerge pull request #14272 from Rombur/gpu_mf_fe_nothing
2022-09-15 Bruno TurcksinAdd FE_Nothing test for CUDA matrix-free 14272/head
2022-09-15 Peter MunchMerge pull request #14258 from peterrum/DataOutResample...
2022-09-14 Peter MunchTriangulation: implement global_*_cell_index_partitioner() 14270/head
2022-09-14 Bruno TurcksinImprove support to FE_Nothing in matrix-free hanging_nodes
2022-09-14 Peter MunchMerge pull request #14243 from peterrum/fdm_constrained
2022-09-14 Bruno TurcksinCheck that the cell is locally owned before querying...
2022-09-14 Peter MunchPreconditionChebyshev: add specialization for A and... 14271/head
2022-09-14 Peter MunchTensorProductMatrixSymmetricSum for matrices with rows... 14243/head
2022-09-14 Bruno TurcksinMerge pull request #14269 from peterrum/ExcNeedsMPI_use
2022-09-14 Peter MunchMerge pull request #14257 from kronbichler/cleanup_bicgstab
2022-09-14 Peter MunchMerge pull request #14256 from kronbichler/improve_idr
2022-09-14 Peter MunchMerge pull request #14254 from kronbichler/vectorize_more
2022-09-14 Peter MunchDataOutResample for multiple components 14258/head
2022-09-14 Peter MunchUse ExcNeedsMPI 14269/head
2022-09-14 Martin KronbichlerMake SolverBicgstab aware of VectorType::value_type 14257/head
2022-09-14 Martin KronbichlerClean up implementation in SolverBicgstab
2022-09-14 Martin KronbichlerMerge pull request #14268 from drwells/missing-headers
2022-09-13 Peter MunchMerge pull request #14267 from peterrum/formating_footer
2022-09-13 David WellsEnsure that every header which uses numeric_limits... 14268/head
2022-09-13 Peter MunchFix formating 14267/head
2022-09-13 Peter MunchMerge pull request #14265 from peterrum/sparse_matrix_t...
2022-09-13 Martin KronbichlerSwitch number types in SolverIDR to VectorType::value_type 14256/head
2022-09-13 Martin KronbichlerAdd changelog
2022-09-13 Martin KronbichlerRevise vector operations in SolverIDR to improve perfor...
2022-09-13 Peter MunchMerge pull request #14264 from kronbichler/avoid_warning
2022-09-13 Peter MunchMerge pull request #14262 from mschreter/fix_deprecated...
2022-09-13 Peter MunchFix unsed warning 14265/head
2022-09-13 Peter MunchMerge pull request #14259 from peterrum/rpe_project
2022-09-13 Martin KronbichlerAvoid warning about function that might be inlinable 14264/head
2022-09-13 Peter MunchMerge pull request #14261 from mschreter/fix_linking_error
2022-09-13 Magdalena Schreteruse numbers::fe_index 14262/head
2022-09-12 Martin KronbichlerAdjust test output due to roundoff: Disable output... 14254/head
2022-09-12 Martin KronbichlerVectorize more work in reductions of vector operations
2022-09-12 Peter MunchGT::distributed_compute_point_locations(): project... 14259/head
2022-09-12 Magdalena Schretermake function inline 14261/head
2022-09-12 David WellsMerge pull request #14253 from kronbichler/avoid_aliasing
2022-09-12 Martin KronbichlerAdd additional comments regarding aliasing 14253/head
2022-09-12 Matthias MaierMerge pull request #14250 from drwells/include-utilitie...
2022-09-12 Matthias MaierMerge pull request #14251 from kronbichler/gmres_batched
2022-09-12 David WellsMerge pull request #14252 from kronbichler/overhead_vector
2022-09-12 Martin KronbichlerCopy scalars in vector operations to make compiler...
2022-09-12 Martin KronbichlerProvide inlined fast code path for Vector::reinit(Vector&) 14252/head
2022-09-12 Martin KronbichlerSolverGMRES: Add 'batched' mode for reduced overhead... 14251/head
2022-09-09 David WellsClean up inclusions of map and set headers. 14250/head
2022-09-09 David WellsCleanup mapping.h inclusions.
2022-09-09 David WellsForward declare ParameterHandler.
2022-09-09 David WellsClean up lac/ header inclusions.
2022-09-09 David WellsForward declare a usage of LA::d::V.
2022-09-09 David WellsClean up some grid/ inclusions.
2022-09-09 David WellsRemove unnecessary inclusions of utilities.h.
2022-09-09 David WellsAdd some missing headers.
2022-09-08 David WellsMerge pull request #14096 from peterrum/sparse_matrix_tools
2022-09-08 Peter MunchMerge pull request #14249 from kronbichler/fix_warning2
2022-09-08 Peter MunchMerge pull request #14248 from kronbichler/address_warning
2022-09-08 Martin KronbichlerFix another warning about an unused variable 14249/head
2022-09-08 Martin KronbichlerFix warning regarding unused variables 14248/head
2022-09-08 Martin KronbichlerMerge pull request #14245 from peterrum/relaxation_pre_...
2022-09-07 Martin KronbichlerMerge pull request #14244 from peterrum/diagonal_ladv
2022-09-07 Martin KronbichlerMerge pull request #14237 from peterrum/even_odd_apply
2022-09-07 Peter MunchPreconditionRelaxation: add specialization 14245/head
2022-09-07 Peter MunchDiagonalMatrix: specialize for LA:d:V 14244/head
2022-09-06 David WellsMerge pull request #14242 from peterrum/cheby_w
2022-09-06 Peter MunchPreconditionChebyshev: reduce number of writes by one 14242/head
2022-09-06 Peter MunchMerge pull request #14241 from kronbichler/fix_warning
2022-09-06 Martin KronbichlerFix a warning 14241/head
2022-09-05 Martin KronbichlerMerge pull request #14238 from peterrum/PreconditionRel...
2022-09-05 Peter MunchMerge pull request #14240 from kronbichler/improve_jacobian
2022-09-05 Peter MunchMerge pull request #14239 from kronbichler/fix_inaccura...
2022-09-05 Martin KronbichlerFEEvaluation: Create temporary copy of Jacobian matrix... 14240/head
2022-09-05 Martin KronbichlerMatrixFree: Fix assertion in presence of FE_Nothing 14239/head
2022-09-04 Martin KronbichlerMerge pull request #14221 from kronbichler/simplify_loops
2022-09-04 Martin KronbichlerMerge pull request #14121 from peterrum/birth_and_death_mf
2022-09-04 Martin KronbichlerMerge pull request #14228 from peterrum/TensorProductMa...
2022-09-04 Martin KronbichlerMerge pull request #14232 from peterrum/idr_block_vectors
2022-09-04 Peter MunchAdd specializations of PreconditionRelaxation functions 14238/head
2022-09-03 Peter MunchAdd functions to restrict a matrix 14096/head
2022-09-03 Peter MunchMerge pull request #14226 from kronbichler/test_case
2022-09-03 Peter MunchPrecompile TensorProductMatrixSymmetricSum kernels 14228/head
2022-09-03 Peter MunchSpecialize EvaluatorTensorProduct<evaluate_evenodd... 14237/head
2022-09-03 Peter MunchEnable SolverIDR for block vectors 14232/head
2022-09-03 Peter MunchAdd MatrixFreeTools::ElementActivationAndDeactivationMa... 14121/head
2022-09-02 Marc FehlingMerge pull request #14235 from tjhei/step-50-petsc...
2022-09-02 Timo Heisterfix: step-50 PETSc 14235/head
2022-09-01 Marc FehlingMerge pull request #12759 from Rombur/field_transfer_fe...
2022-09-01 Martin KronbichlerMerge pull request #14231 from bangerth/doc-1
2022-09-01 Wolfgang BangerthDoc update in GridTools. 14231/head
2022-08-31 Daniel ArndtMerge pull request #13820 from drwells/refactor-grid...
2022-08-30 Martin KronbichlerMerge pull request #14215 from drwells/fix-petsc-versio...
2022-08-30 Martin KronbichlerMerge pull request #14229 from bangerth/doc-3
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.