]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2016-10-27 Denis Davydovadd LinearAlgebra::distributed::Vector::add() with...
2016-10-26 Martin KronbichlerMerge pull request #3288 from masterleinad/unify_copyri...
2016-10-26 Daniel ArndtUnify copyrigths year for 2016 3288/head
2016-10-26 Wolfgang BangerthMerge pull request #3275 from davydden/feature/arpack_shift
2016-10-25 Konstantin... Update readme.html for #3254 (#3255)
2016-10-25 Denis Davydovuse std::complex in (P)Arpack::set_shift() 3275/head
2016-10-25 Denis Davydovmake PArpackSolver::set_shift() consistent to that...
2016-10-25 Denis Davydovadd ArpackSolver::set_shift()
2016-10-25 Denis DavydovMerge pull request #3287 from kbzowski/master
2016-10-25 kbzowskiFixed typo in FunctionParser examples. 3287/head
2016-10-24 Martin KronbichlerMerge pull request #3276 from kronbichler/master
2016-10-24 Martin KronbichlerMerge pull request #3274 from drwells/split-tests/bits-06
2016-10-24 Martin KronbichlerMention change 3276/head
2016-10-24 Martin KronbichlerTest relaxation interface to PreconditionChebyshev
2016-10-24 Martin KronbichlerRe-organize adaptive MG tests with matrix-free. Avoid...
2016-10-24 Martin KronbichlerAdd step() and Tstep() methods to Chebyshev preconditioner.
2016-10-22 David WellsMerge pull request #3263 from bangerth/generalize-edge...
2016-10-22 Denis DavydovMerge pull request #3281 from kronbichler/mapping_remov...
2016-10-22 Martin KronbichlerRemove unnecessary code 3281/head
2016-10-21 David WellsMerge pull request #3278 from bangerth/doc-update
2016-10-21 Wolfgang BangerthAdd a comment. 3278/head
2016-10-21 Timo HeisterMerge pull request #3273 from bangerth/fix-read_vtk
2016-10-21 David WellsMove vector tests from tests/bits to tests/vector. 3274/head
2016-10-20 Wolfgang BangerthMerge pull request #3270 from dealii/doc_fix_1
2016-10-20 Wolfgang BangerthAdd a changelog entry. 3273/head
2016-10-20 Wolfgang BangerthFix GridIn::read_vtk().
2016-10-20 Wolfgang BangerthMerge pull request #3272 from drwells/improve-step-27
2016-10-20 David WellsClarify some header descriptions in step-27. 3272/head
2016-10-20 Jean-Paul PelteretRefactor documentation for TrilinosWrappers::BlockSpars... 3270/head
2016-10-20 Jean-Paul PelteretMerge pull request #3266 from masterleinad/fix_missing_file
2016-10-20 Daniel ArndtCopy the correct .obm file in step-42 3266/head
2016-10-19 Bruno TurcksinMerge pull request #3264 from tjhei/doxygen_fixes
2016-10-19 Timo Heisterfix doxygen errors 3264/head
2016-10-19 Wolfgang BangerthComplete the implementation of the mesh orientation... 3263/head
2016-10-18 Martin KronbichlerMerge pull request #3260 from davydden/minor/mf_operato...
2016-10-18 Denis Davydovremove warning in MatrixFreeOperators::Base 3260/head
2016-10-18 Denis DavydovMerge pull request #3257 from masterleinad/restrict_arpack
2016-10-17 Daniel ArndtRestrict the possible options for eigenvalues in (P... 3257/head
2016-10-17 Bruno TurcksinMerge pull request #3258 from kronbichler/master
2016-10-17 Martin KronbichlerAdd missing include files 3258/head
2016-10-17 Denis DavydovMerge pull request #3252 from davydden/matrix_free_base
2016-10-17 Denis Davydovadd a base class for Matrix-free operators 3252/head
2016-10-17 Denis Davydovderive MatrixFree from Subscriptor
2016-10-16 Martin KronbichlerMerge pull request #3256 from masterleinad/fix_tbbreduce
2016-10-16 Daniel Arndtensure allocation of an even number of elements 3256/head
2016-10-15 Martin KronbichlerMerge pull request #3248 from kronbichler/master
2016-10-15 Martin KronbichlerMerge pull request #3253 from drwells/fix-clang-warnings
2016-10-15 Martin KronbichlerMerge pull request #3250 from bangerth/add-missing...
2016-10-15 David WellsMerge pull request #3251 from drwells/print-top-xml...
2016-10-15 David WellsRemove some unused typedefs. 3253/head
2016-10-15 David WellsComment out some unused function arguments.
2016-10-15 David WellsInclude the top XML sections in an error message. 3251/head
2016-10-14 Wolfgang BangerthAdd missing 'update_JxW_values' flags. 3250/head
2016-10-14 David WellsMerge pull request #3249 from bangerth/fix-comment
2016-10-14 Wolfgang BangerthFix several grammar mistakes in a comment. 3249/head
2016-10-14 Martin KronbichlerAdd changelog 3248/head
2016-10-14 Martin KronbichlerAdd JxW() method to FEEvaluation.
2016-10-14 David WellsMerge pull request #3247 from spco/remove_semicolon
2016-10-14 Timo HeisterMerge pull request #3245 from bangerth/doc-update-78
2016-10-14 Timo HeisterMerge pull request #3244 from bangerth/simplify-steps-2
2016-10-14 Timo HeisterMerge pull request #3246 from bangerth/simplify-steps
2016-10-14 SAM COXRemove extra semicolon. 3247/head
2016-10-14 Wolfgang BangerthMerge pull request #3243 from tjhei/step_40_what_la
2016-10-14 Timo Heisterstep-40: output ranks and what linear algebra we use 3243/head
2016-10-14 Timo HeisterMerge pull request #3237 from spco/add_flux_test
2016-10-14 Wolfgang BangerthUpdate DoFHandler documentation first sentence. 3245/head
2016-10-14 Wolfgang BangerthMake code in steps 1 and 2 more obvious. 3244/head
2016-10-14 Wolfgang BangerthUse an easier to read style for declaring iterator... 3246/head
2016-10-14 David WellsMerge pull request #3234 from bangerth/fix-compilation
2016-10-13 SAM COXAdd unit test for make_flux_sparsity_pattern with perio... 3237/head
2016-10-13 Wolfgang BangerthRemove a wrong 'typename'. 3234/head
2016-10-13 Wolfgang BangerthMerge pull request #3236 from gassmoeller/remove_unhelp...
2016-10-13 Rene GassmoellerRemove asserts 3236/head
2016-10-13 David WellsMerge pull request #3224 from bangerth/generalize-edge...
2016-10-13 Timo HeisterMerge pull request #3231 from davydden/more_quick_tests
2016-10-13 Martin KronbichlerMerge pull request #3138 from gassmoeller/improve_tenso...
2016-10-13 Denis Davydovadd Assert's to some quick tests 3231/head
2016-10-13 Rene GassmoellerProvide paths for static and dynamic memory. 3138/head
2016-10-13 Martin KronbichlerMerge pull request #3232 from spco/fix_flux_sparsity_pa...
2016-10-13 SAM COXAsk neighbor, rather than cell_face, about children. 3232/head
2016-10-13 Denis Davydovadd a quick test for Arpack
2016-10-13 Denis Davydovadd a quick test for GSL
2016-10-13 Denis Davydovadd a quick test for umfpack
2016-10-13 Denis Davydovadd a quick test for LAPACK
2016-10-13 Denis Davydovadd a quick test for metis
2016-10-12 Denis Davydovadd a quick test for trilinos
2016-10-12 Wolfgang BangerthMerge pull request #3184 from davydden/feature/Precondi...
2016-10-12 Wolfgang BangerthMerge pull request #3225 from drwells/fix-old-doc-links
2016-10-12 Denis Davydovmake PreconditionJacobi work with MGSmootherPreconditio... 3184/head
2016-10-12 David WellsImprove the step-11 quadrature order explanation. 3225/head
2016-10-12 Wolfgang BangerthGeneralize the data structure used to represent an... 3224/head
2016-10-12 David WellsRemove MGMatrix doc references.
2016-10-12 David WellsRemove SparseLUDecomposition::decompose reference.
2016-10-12 David WellsRemove collect_periodic_face_pairs() references.
2016-10-12 David WellsRemove face_to_equivalent_cell_index references.
2016-10-12 David WellsRemove QGauss2 doc references.
2016-10-12 David WellsRemove a ProblemBase doc reference.
2016-10-12 David WellsRemove MGDoFHandler doc references.
2016-10-12 David WellsRemove MGConstraints doc references.
2016-10-12 David WellsRemove FiniteElementBase doc references.
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.