]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2017-02-25 David WellsMerge pull request #4005 from loylick/vectorupdate
2017-02-25 alexfix for read_write_vector.templates.h to compile under... 4005/head
2017-02-25 Daniel ArndtMerge pull request #4004 from bangerth/declare-speciali...
2017-02-24 Wolfgang BangerthForward declare two explicit specializations. 4004/head
2017-02-24 Timo HeisterMerge pull request #4001 from masterleinad/rm_explicit_...
2017-02-24 Bruno TurcksinMerge pull request #4000 from jppelteret/changelog_01
2017-02-24 Jean-Paul PelteretAdd changelog entry for a new code gallery example. 4000/head
2017-02-24 Timo HeisterMerge pull request #3999 from masterleinad/fix_linear_o...
2017-02-24 Daniel ArndtRemove redundant explicit instantiation 4001/head
2017-02-24 Daniel ArndtFix linear_operator_08 3999/head
2017-02-24 Wolfgang BangerthMerge pull request #3998 from masterleinad/fix_boost_in...
2017-02-24 Daniel ArndtFix bundled boost for Intel-17 3998/head
2017-02-23 Denis DavydovMerge pull request #3994 from kronbichler/documentation...
2017-02-23 Martin KronbichlerImprove description of matrix-free tutorials 3994/head
2017-02-23 Denis DavydovMerge pull request #3984 from davydden/laplace_transfor...
2017-02-23 Denis Davydovmake GridTools::laplace_transform() internally solve... 3984/head
2017-02-22 Jean-Paul PelteretMerge pull request #3993 from kronbichler/fix_aligned_v...
2017-02-22 Martin KronbichlerFix AlignedVector::push_back for types without default... 3993/head
2017-02-22 Wolfgang BangerthMerge pull request #3992 from kronbichler/fix_transfer_...
2017-02-22 Martin KronbichlerMake sure to clear all variables in MGTransferMatrixFree. 3992/head
2017-02-20 David WellsMerge pull request #3991 from drwells/old-petsc-fixes
2017-02-20 Wolfgang BangerthMerge pull request #3975 from drwells/add-missing-dof...
2017-02-20 Wolfgang BangerthMerge pull request #3980 from kronbichler/fe_evaluation...
2017-02-20 David WellsDo not destroy a PETSc matrix twice. 3991/head
2017-02-20 David WellsAdd a check for a PETSc 3.2 feature.
2017-02-20 Martin KronbichlerAdd picture of performance 3980/head
2017-02-20 David WellsAdd missing DoFAccessor<0, ..> member functions. 3975/head
2017-02-20 David WellsMove some function definitions around.
2017-02-20 David WellsClarify documentation in DoFAccessor<0, ...>.
2017-02-20 Wolfgang BangerthMerge pull request #3988 from kronbichler/cleanup_fe_ev...
2017-02-19 Martin KronbichlerMore tests 3988/head
2017-02-19 Martin KronbichlerTest accessing block vectors with a component offset.
2017-02-19 Martin KronbichlerSimplify vector access in FEEvaluation.
2017-02-18 Timo HeisterMerge pull request #3987 from kronbichler/step-37_doc_fix
2017-02-18 Martin KronbichlerFix documentation in step-37 3987/head
2017-02-17 Wolfgang BangerthMerge pull request #3982 from jppelteret/update_deriv_a...
2017-02-17 Jean-Paul PelteretRename original numerics/derivative_approximation tests... 3982/head
2017-02-17 Jean-Paul PelteretChange template arguments in
2017-02-17 Martin KronbichlerAdd test for mg transfer
2017-02-17 Martin KronbichlerUse non-templated evaluator also in matrix-free MG...
2017-02-17 Martin KronbichlerSimplify project function in VectorTools, non-templated...
2017-02-17 Martin KronbichlerAdd test case for large polynomial degree
2017-02-17 Martin KronbichlerAugment documentation
2017-02-17 Martin KronbichlerAdd changelog
2017-02-17 Martin KronbichlerTests for FEEvaluation without template on polynomial...
2017-02-17 Martin KronbichlerAdd code path without template on FEEvaluation
2017-02-16 Denis DavydovMerge pull request #3981 from masterleinad/fix_symmetri...
2017-02-16 Daniel ArndtFix symmetric_tensor_39.cc for non C++11 compilers 3981/head
2017-02-16 Wolfgang BangerthMerge pull request #3967 from MathiasMen/Vectorization_...
2017-02-15 Denis DavydovMerge pull request #3978 from masterleinad/c++_symmetric
2017-02-15 Daniel ArndtUse C++11 instead of boost in base/symmetric_tensor_36 3978/head
2017-02-15 Martin KronbichlerMerge pull request #3977 from masterleinad/fix_fe_enric...
2017-02-15 Daniel ArndtFix fe/fe_enriched_step-36b for 64bit indices 3977/head
2017-02-15 Martin KronbichlerMerge pull request #3976 from davydden/tests/disable_pe...
2017-02-15 Denis Davydovdisable tests which are not meant for complex-valued... 3976/head
2017-02-14 Mathias MentlerRemoved use of constructor of Number in SymmetricTensor... 3967/head
2017-02-14 Bruno TurcksinMerge pull request #3974 from masterleinad/fix_linear_o...
2017-02-14 Daniel ArndtDon't allow 64bit-indices in PreconditionAMGMueLu 3974/head
2017-02-13 Timo HeisterMerge pull request #3970 from davydden/doc/fe_evaluatio...
2017-02-13 Denis Davydovhack doxygen to show additional methods of FEEValution... 3970/head
2017-02-13 Martin KronbichlerMerge pull request #3971 from davydden/fe_enriched_prol...
2017-02-13 Denis DavydovFE_Enriched: add prolongation/restriction matrices 3971/head
2017-02-12 Daniel ArndtMerge pull request #3932 from sairajat/master
2017-02-12 sairajatFix indentation 3932/head
2017-02-12 sairajatFix Tests
2017-02-12 Denis DavydovMerge pull request #3966 from drwells/remove-petsc...
2017-02-12 sairajatFixed Typo and added comment in output of test
2017-02-12 sairajatAdded space at end
2017-02-11 David WellsMake VectorBase::operator= private and undefined. 3966/head
2017-02-11 David WellsFix, and deprecate, a PETSc parallel vector copy constr...
2017-02-11 David WellsReindent some sample code comments.
2017-02-11 Denis DavydovMerge pull request #3963 from drwells/fix-block-vector...
2017-02-11 Timo HeisterMerge pull request #3961 from drwells/fix-clang-warnings-2
2017-02-11 Timo HeisterMerge pull request #3964 from drwells/remove-preceding...
2017-02-11 David WellsRename an identifier that started with an underscore. 3964/head
2017-02-11 David WellsFix a deprecation warning in user codes. 3963/head
2017-02-11 Denis DavydovMerge pull request #3962 from masterleinad/restrict_test
2017-02-11 David WellsRemove some unused function arguments. 3961/head
2017-02-11 Daniel Arndtgrid_out_per_processor_vtu_02 requires METIS 3962/head
2017-02-11 David WellsSilence some warnings in OpenCascade.
2017-02-11 Denis DavydovMerge pull request #3960 from kronbichler/classify_test...
2017-02-11 Martin KronbichlerMark tests that need p4est 3960/head
2017-02-10 Daniel ArndtMerge pull request #3959 from masterleinad/fix_distribu...
2017-02-10 Daniel ArndtFix mpi/distribute_flux_sparsity_pattern 3959/head
2017-02-10 Timo HeisterMerge pull request #3953 from tjhei/test_checksum
2017-02-09 Bruno TurcksinMerge pull request #3952 from tcclevenger/write_mesh_pe...
2017-02-09 sairajatAdded change to doc/news/minor
2017-02-09 Wolfgang BangerthMerge pull request #3955 from davydden/doc/submit_symme...
2017-02-09 Denis Davydovfix documentation of FEEvaluationAccess<dim,dim,Number... 3955/head
2017-02-09 Timo Heisterreplace call to md5sum in tests 3953/head
2017-02-09 tcclevengerfixed bug in write_mesh_per_processor_as_vtu, added... 3952/head
2017-02-09 Denis DavydovMerge pull request #3947 from jppelteret/trilinos_lin_o...
2017-02-09 Jean-Paul PelteretFix comment indentation 3947/head
2017-02-09 Jean-Paul PelteretEnable deal.II solver use with Trilinos LinearOperator
2017-02-08 Daniel ArndtMerge pull request #3931 from jppelteret/fix_tests_03
2017-02-08 Jean-Paul PelteretTest: Make lac/schur_complement_05 a bit more robust 3931/head
2017-02-08 Denis DavydovMerge pull request #3951 from Rombur/step_18
2017-02-08 Bruno TurcksinFix typo. 3951/head
2017-02-08 Matthias MaierMerge pull request #3950 from dealii/revert-3914-fix_te...
2017-02-08 Denis DavydovRevert "Tests: output variants for opencascade 6.9.1" 3950/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.