]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2024-03-25 Martin KronbichlerAdd compatibility layer for 1D access 16776/head
2024-03-22 Martin KronbichlerChangelog
2024-03-22 Martin KronbichlerFEEvaluation: Reduced specialized Access class
2024-03-22 Matthias MaierMerge pull request #16775 from kronbichler/fix_tensor_p...
2024-03-22 Martin KronbichlerTensor product kernels: Implement generic operation... 16775/head
2024-03-21 Wolfgang BangerthMerge pull request #16761 from kronbichler/gmres_all_zero
2024-03-21 Wolfgang BangerthMerge pull request #16770 from kronbichler/remove_speci...
2024-03-21 Peter MunchMerge pull request #16755 from dominiktassilostill...
2024-03-21 Peter MunchMerge pull request #16769 from kronbichler/pointer_aliasing
2024-03-21 Martin KronbichlerFEEvaluation: Remove specialized access class for d... 16770/head
2024-03-21 Martin KronbichlerMerge pull request #16423 from peterrum/fpe_quadrature_...
2024-03-21 Martin KronbichlerMerge pull request #16425 from peterrum/fpe_integrate_value
2024-03-21 David WellsMerge pull request #16768 from kronbichler/early_deprecate
2024-03-21 Peter MunchRename FPE::real_point() to FPE::quadrature_point() 16423/head
2024-03-21 Peter MunchIntroduce FEPointEvaluation::integrate_value() 16425/head
2024-03-21 Dominik StillImprove refinement of simplex meshes 16755/head
2024-03-21 Martin KronbichlerFEEvaluation: Make sure that compiler can identify... 16769/head
2024-03-21 Martin KronbichlerEarly deprecate FEEvaluation::get_normal_vector() 16768/head
2024-03-21 Marc FehlingMerge pull request #16766 from bangerth/assertions
2024-03-21 Matthias MaierMerge pull request #16767 from stefanozampini/ts-resize...
2024-03-20 Stefano ZampiniPETSc: support version 3.21 16767/head
2024-03-20 Wolfgang BangerthAugment assertions in TrilinosWrappers::*::SparseMatrix... 16766/head
2024-03-20 Daniel ArndtMerge pull request #16764 from bangerth/type-identity
2024-03-20 Martin KronbichlerMerge pull request #16763 from bangerth/deduce
2024-03-20 Wolfgang BangerthMake sure two cell iterator arguments lead to correct... 16763/head
2024-03-20 Wolfgang BangerthFix the spelling of a type in the documentation. 16764/head
2024-03-20 Daniel ArndtMerge pull request #16762 from kronbichler/improve_docu2
2024-03-20 Martin KronbichlerImprove documentation 16762/head
2024-03-20 Martin KronbichlerUpdate comments as suggested by review 16761/head
2024-03-19 Martin KronbichlerSolverGMRES: Skip work if x is all zero
2024-03-19 David WellsMerge pull request #16760 from kronbichler/gmres_switch
2024-03-19 Martin KronbichlerSolverGMRES: Switch default orthogonalization strategy... 16760/head
2024-03-19 Martin KronbichlerMerge pull request #16749 from kronbichler/gmres_delaye...
2024-03-19 Martin KronbichlerReview comments 16749/head
2024-03-19 Martin KronbichlerChange variable name 'dim' -> 'n'
2024-03-18 Peter MunchMerge pull request #16757 from kronbichler/fix_test_gmres
2024-03-16 Martin KronbichlerMerge pull request #16754 from kronbichler/fix_complex_...
2024-03-16 Martin KronbichlerMerge pull request #16750 from kronbichler/fix_uninitia...
2024-03-16 Peter MunchMerge pull request #16544 from mschreter/parse_input_fr...
2024-03-16 Peter MunchMerge pull request #16753 from mschreter/fix_template_p...
2024-03-16 Martin KronbichlerSolverGMRES: Fix a test case 16757/head
2024-03-16 Martin KronbichlerIncrease number of digits in test output 16750/head
2024-03-15 Daniel ArndtMerge pull request #16714 from simonsticko/fix_terminat...
2024-03-15 Daniel ArndtMerge pull request #16752 from kronbichler/remove_inclu...
2024-03-15 Daniel ArndtMerge pull request #16751 from kronbichler/simplify
2024-03-15 Peter MunchAdd warnings
2024-03-15 Peter MunchFix test
2024-03-15 Martin KronbichlerSimplify even more 16751/head
2024-03-15 Martin KronbichlerTensor product kernels: Remove unnecessary include... 16752/head
2024-03-15 Magdalena SchreterFix template parameter of DoFHandler 16753/head
2024-03-15 Martin KronbichlerNew test cases 16754/head
2024-03-15 Martin KronbichlerTensor product kernels: specialize a function for compl...
2024-03-15 Martin Kronbichlerdealii::Vector: Simplify reset of vector size
2024-03-15 Martin KronbichlerFix unnecessary allreduce
2024-03-15 Martin KronbichlerClean up orthogonalization process by separate class
2024-03-15 Martin KronbichlerFix uninitialized variable
2024-03-15 Martin KronbichlerNew test cases
2024-03-15 Martin KronbichlerSolverGMRES: Implement classical Gram-Schmidt with...
2024-03-15 Martin KronbichlerMerge pull request #16745 from kronbichler/gmres_cleanup
2024-03-14 Martin KronbichlerClean up documentation 16745/head
2024-03-14 Martin KronbichlerAdd changelog
2024-03-14 Martin KronbichlerCleanup of SolverGMRES and SolverFGMRES implementations
2024-03-13 Martin KronbichlerMerge pull request #16748 from masterleinad/fix_timing_...
2024-03-13 Daniel ArndtFix tests/performance/timing_mg_glob_coarsen.cc 16748/head
2024-03-13 Peter MunchParameterHandler::parse_input_from_json(): mangle entri... 16544/head
2024-03-13 Martin KronbichlerMerge pull request #16742 from peterrum/relaxation_omega
2024-03-13 Martin KronbichlerMerge pull request #16727 from peterrum/trilinos_solver
2024-03-13 Peter MunchPreconditionRelaxation: automatically determine omega 16742/head
2024-03-13 Peter MunchTrilinosWrappers::SolverDirect: adjust interface 16727/head
2024-03-11 Peter MunchMerge pull request #16744 from kronbichler/gmres_fix_lo...
2024-03-11 Simon StickoFix unintended terminate in gmsh-API version of read_msh 16714/head
2024-03-11 Martin KronbichlerRemove second reinit statement 16744/head
2024-03-11 Martin KronbichlerNew test case
2024-03-11 Martin KronbichlerSolverGMRES: Fix loop bound for orthogonalization
2024-03-09 Matthias MaierMerge pull request #16738 from thierry-FreeBSD/master
2024-03-09 Martin KronbichlerMerge pull request #16743 from bangerth/doc
2024-03-09 Martin KronbichlerMerge pull request #16734 from bangerth/mesh-transfer
2024-03-09 Wolfgang BangerthLeave a couple comments in FETools. 16743/head
2024-03-09 Wolfgang BangerthAdd a test. 16734/head
2024-03-09 Wolfgang BangerthAdd a changelog entry.
2024-03-09 Wolfgang BangerthImplement VectorTools::interpolate_to_finer/coarser_mesh().
2024-03-09 Peter MunchMerge pull request #16740 from kronbichler/fix_tests-3
2024-03-09 Martin KronbichlerTensor product tests: Fix include file 16740/head
2024-03-09 Martin KronbichlerMerge pull request #16741 from bangerth/virtual
2024-03-09 Thierry ThomasAdd support for OpenCascade 7.8.0 16738/head
2024-03-09 Wolfgang BangerthIn an internal function called from a virtual function... 16741/head
2024-03-08 Thierry ThomasAdd support for OpenCascade 7.8.0
2024-03-08 Martin KronbichlerMerge pull request #16713 from nmuch/colorize-hyper...
2024-03-08 Martin KronbichlerMerge pull request #16730 from bangerth/specialization-2
2024-03-08 Martin KronbichlerMerge pull request #16732 from bangerth/t2
2024-03-08 Martin KronbichlerMerge pull request #16735 from bangerth/cleanup
2024-03-08 Martin KronbichlerMerge pull request #16736 from bergbauer/point_kernels
2024-03-08 Daniel ArndtMerge pull request #16733 from bangerth/fix-tests
2024-03-08 Maximilian... Split tensor product points and single point kernels 16736/head
2024-03-08 Wolfgang BangerthRename a few variables. 16735/head
2024-03-08 Wolfgang BangerthClose the correct constraints objects. 16733/head
2024-03-08 Wolfgang BangerthAdd tests. 16732/head
2024-03-08 Wolfgang BangerthAdd the missing variants of TpetraWrappers::SparseMatri...
2024-03-08 Daniel ArndtMerge pull request #16731 from bangerth/t1
2024-03-08 Matthias MaierMerge pull request #16661 from ampdes/step-3-python
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.