]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2016-11-03 Wolfgang BangerthMerge pull request #3437 from bangerth/be-careful-with...
2016-11-03 Wolfgang BangerthMerge pull request #3436 from bangerth/avoid-pointless...
2016-11-03 Denis DavydovMerge pull request #3442 from Rombur/add-assertthrow
2016-11-03 Bruno TurcksinAdd a forgotten assert. 3442/head
2016-11-03 Bruno TurcksinMerge pull request #3441 from bangerth/initialize-varia...
2016-11-03 David WellsMerge pull request #3431 from bangerth/make-variable...
2016-11-03 Daniel ArndtMerge pull request #3432 from bangerth/fix-blockvectorb...
2016-11-03 Wolfgang BangerthInitialize a member variable to invalid values. 3441/head
2016-11-03 Wolfgang BangerthBe more careful with streams. 3437/head
2016-11-03 Wolfgang BangerthAvoid a pointless comparison. 3436/head
2016-11-03 Timo HeisterMerge pull request #3433 from bangerth/fix-DataOut...
2016-11-03 Wolfgang BangerthMerge pull request #3394 from drwells/pvs-function...
2016-11-03 Wolfgang BangerthMerge pull request #3395 from drwells/pvs-timestep...
2016-11-03 Wolfgang BangerthUpdate memory consumption output. 3433/head
2016-11-03 Wolfgang BangerthFix BlockVectorBase::memory_consumption. 3432/head
2016-11-03 Wolfgang BangerthMake variable names uniform. 3431/head
2016-11-03 Denis DavydovMerge pull request #3430 from bangerth/rename-local...
2016-11-03 Wolfgang BangerthRename local variables. 3430/head
2016-11-03 Denis DavydovMerge pull request #3393 from davydden/mf_mass_n_q_poin...
2016-11-03 Martin KronbichlerMerge pull request #3391 from davydden/mf_base_diag_fixes
2016-11-03 Bruno TurcksinMerge pull request #3428 from bangerth/remove-accidenta...
2016-11-03 Wolfgang BangerthRemove accidentally added files. 3428/head
2016-11-03 David WellsFix an member initialization PVS studio warning. 3395/head
2016-11-03 Denis Davydovuse fe_degree+2 quadrature points in matrix_free/mass_o... 3393/head
2016-11-03 David WellsSilence a PVS studio warning about repeated code. 3394/head
2016-11-03 Denis Davydovadd n_q_points_1d template argument to MatrixFreeOperat...
2016-11-03 Denis Davydovfix matrix-free unit tests due to a change to DiagonalM... 3391/head
2016-11-03 Denis DavydovMerge pull request #3387 from bangerth/rename-variables
2016-11-03 Denis DavydovMerge pull request #3385 from bangerth/initialize-varia...
2016-11-03 Denis DavydovMerge pull request #3384 from bangerth/initialize-variable
2016-11-03 Denis DavydovMerge pull request #3390 from bangerth/fix-invalid...
2016-11-03 Wolfgang BangerthFix a nonsensical use of sizeof(). 3390/head
2016-11-03 David WellsMerge pull request #3386 from bangerth/initialize-varia...
2016-11-03 Wolfgang BangerthRename local variables. 3387/head
2016-11-03 Wolfgang BangerthInitialize a member variable. 3386/head
2016-11-03 Wolfgang BangerthInitialize a member variable. 3385/head
2016-11-03 Wolfgang BangerthInitialize a member variable. 3384/head
2016-11-02 David WellsMerge pull request #3383 from bangerth/remove-unused...
2016-11-02 David WellsMerge pull request #3381 from bangerth/remove-duplicate...
2016-11-02 Wolfgang BangerthMerge pull request #3333 from bangerth/update-DataPostp...
2016-11-02 Wolfgang BangerthAdd changelog entry. 3333/head
2016-11-02 Wolfgang BangerthAdd a bunch of tests.
2016-11-02 Wolfgang BangerthUpdate the way DataPostprocessor receives its input.
2016-11-02 Wolfgang BangerthRemove SolverCG::res2. 3383/head
2016-11-02 Denis DavydovMerge pull request #3382 from bangerth/initialize-membe...
2016-11-02 Wolfgang BangerthInitialize all member variables in a copy constructor. 3382/head
2016-11-02 Wolfgang BangerthRemove a duplicate variable. 3381/head
2016-11-02 Martin KronbichlerMerge pull request #3341 from davydden/diagonal_matrix
2016-11-02 Matthias MaierMerge pull request #3337 from kalj/cuda-default-off
2016-11-02 Denis Davydovinstantiate ConstraintMatrix::distribute_local_to_globa... 3341/head
2016-11-02 Martin KronbichlerMerge pull request #3340 from davydden/mf_base_updates
2016-11-02 Denis Davydovuse DiagonalMatrix in MatrixFreeOperators::Base 3340/head
2016-11-02 Karl Ljungkvistdon't load cuda unless explicitly enabled 3337/head
2016-11-02 David WellsMerge pull request #3339 from Rombur/exception
2016-11-01 Bruno TurcksinAdd an include file necessary when not using multithrea... 3339/head
2016-11-01 Martin KronbichlerMerge pull request #3322 from davydden/mf_parpack
2016-11-01 Daniel ArndtMerge pull request #3336 from masterleinad/fix_matrix_f...
2016-11-01 Denis Davydovadd PArpackSolver::reinit(const VectorType &) 3322/head
2016-11-01 Denis Davydovadd MatrixFreeOperators::LaplaceOperator
2016-11-01 Denis Davydovfix documentation of MassOperator constructor
2016-11-01 Denis Davydovadd MatrixFreeOperators::set_constrained_entries_to_one...
2016-11-01 Daniel ArndtFix ShapeInfo for DG elements in 1d 3336/head
2016-11-01 Martin KronbichlerMerge pull request #3335 from masterleinad/fix_tests_fo...
2016-11-01 Daniel ArndtFix tests for g++ 4.8.4 3335/head
2016-11-01 Bruno TurcksinMerge pull request #3328 from Rombur/cuda_mean_value
2016-10-31 Bruno TurcksinAdd mean_value to cuda_vector. 3328/head
2016-10-31 Jean-Paul PelteretMerge pull request #3326 from kronbichler/master
2016-10-31 Martin KronbichlerMerge pull request #3325 from jppelteret/doc_fix_2
2016-10-31 Martin KronbichlerImprove documentation of matrix dimensions. 3326/head
2016-10-31 Jean-Paul PelteretSpecify options for names in SolverSelector, Preconditi... 3325/head
2016-10-30 Denis DavydovMerge pull request #3320 from kronbichler/master
2016-10-30 Martin KronbichlerFix compilation with gcc-5.3 3320/head
2016-10-30 Martin KronbichlerMerge pull request #3321 from drwells/fix-digraph
2016-10-30 David WellsFix a digraph problem. 3321/head
2016-10-30 Martin KronbichlerMerge pull request #3290 from davydden/project_parallel
2016-10-30 Wolfgang BangerthMerge pull request #3294 from kronbichler/master
2016-10-30 Martin KronbichlerMerge pull request #3318 from l-korous/master-for-fix
2016-10-30 Lukas KorousSmall fixes. 3318/head
2016-10-30 Denis Davydovadd VectorTools::project() for scalar-valued quadrature... 3290/head
2016-10-29 Martin KronbichlerMerge pull request #3317 from sairajat/pvd-bug
2016-10-29 Martin KronbichlerMerge pull request #3315 from drwells/boost-system...
2016-10-29 Martin KronbichlerMerge pull request #3316 from jppelteret/tut_fix_01
2016-10-29 RajatAdded name in changes.h 3317/head
2016-10-29 Jean-Paul PelteretFix namespace name for step-55. 3316/head
2016-10-29 Martin KronbichlerMerge pull request #3314 from kronbichler/mf_deprecate_...
2016-10-29 Martin KronbichlerMerge pull request #3313 from kronbichler/test_mf_share...
2016-10-29 David WellsRedo boost/system commit 241f69c55e. 3315/head
2016-10-29 Martin KronbichlerMark deprecated variables as deprecated 3294/head
2016-10-29 Martin KronbichlerDeprecate unsupported/untested functionality 3314/head
2016-10-29 Martin KronbichlerTest shared tria with matrix-free 3313/head
2016-10-29 Martin KronbichlerAvoid using deprecated functionality
2016-10-29 Martin KronbichlerAdd test which uses zero rhs vector that needs alternat...
2016-10-29 Martin KronbichlerAdd changelog
2016-10-29 Martin KronbichlerAdd another test
2016-10-29 Martin KronbichlerAdd new test for general (non-diagonal matrix) interfac...
2016-10-29 Martin KronbichlerIntroduce template for preconditioner type in Chebyshev...
2016-10-29 Martin KronbichlerAdd test for diagonal matrix
2016-10-29 Martin KronbichlerAdd class for diagonal matrix
2016-10-29 Denis DavydovMerge pull request #3311 from bangerth/document-scripts
2016-10-29 Wolfgang BangerthDocument the purpose of the two indentation scripts... 3311/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.