]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-04-15 Matthias Maier*shhh*
2015-04-15 Timo HeisterMerge pull request #765 from bangerth/introduce-active_...
2015-04-14 Wolfgang BangerthMerge pull request #797 from kronbichler/master
2015-04-14 Martin KronbichlerImprove order of multiplication/addition in perform_dou... 797/head
2015-04-14 Martin KronbichlerList change
2015-04-14 Martin KronbichlerTest dimension-independence.
2015-04-14 Martin KronbichlerMake most parts of SymmetricTensor dimension-independent
2015-04-14 Wolfgang BangerthMerge pull request #798 from drwells/void-unused-parame...
2015-04-14 David WellsWhen obvious, do not name unused parameters. 798/head
2015-04-14 David WellsComment unused parameter names.
2015-04-14 David WellsUse a (void) cast on unused parameters.
2015-04-14 David WellsRemove a variable that only appears in an assert.
2015-04-14 Martin KronbichlerMerge pull request #792 from kronbichler/master
2015-04-14 Matthias MaierMerge branch 'drwells-void-unused-parameters'
2015-04-14 Matthias MaierFix indenting
2015-04-14 Matthias MaierReenable -Qunused-arguments for clang
2015-04-14 David WellsSummarize changed with unused variable warnings.
2015-04-14 David WellsUpdate clang flags.
2015-04-14 David WellsUse the standard convention for error codes.
2015-04-14 David WellsGet rid of named temporaries for asserts.
2015-04-14 David WellsUse "#ifdef DEBUG" for complex asserts.
2015-04-14 David WellsAdd a (void) cast to unused values in .cc files.
2015-04-14 David WellsEnable Trilinos warnings in recent versions.
2015-04-14 David WellsOnly enable 'unused' GCC warnings in debug mode.
2015-04-14 David WellsUse the standard (void) to mark unused parameters.
2015-04-14 David WellsWhen obvious, do not name unused parameters.
2015-04-14 David WellsComment out unused parameters in source files.
2015-04-14 David WellsDo not name unused parameters when obvious.
2015-04-14 David WellsSwitch from (void) to commented parameter name.
2015-04-14 David WellsComment unused parameter names.
2015-04-14 David WellsUse the (void) trick to silence warnings.
2015-04-14 Matthias MaierMerge pull request #796 from kronbichler/fix_test
2015-04-14 Martin KronbichlerFix test in 64bit mode 796/head
2015-04-14 Martin KronbichlerIncrease performance of SparsityTools::reorder_hierarchical 792/head
2015-04-14 Martin KronbichlerMerge pull request #790 from bangerth/dynamic-sparsity...
2015-04-14 Matthias MaierMerge pull request #794 from bangerth/doc-update-20
2015-04-14 Wolfgang BangerthProvide documentation to the various namespaces in... 794/head
2015-04-14 Wolfgang BangerthAdd another test, this time for parallel triangulations. 765/head
2015-04-13 Matthias MaierMerge pull request #793 from tjhei/constraint_matrix_copy
2015-04-13 Wolfgang BangerthRefactor common code into a function of its own.
2015-04-13 Wolfgang BangerthRelax requirement on a function so as to allow resettin...
2015-04-13 Wolfgang BangerthUpdate comment.
2015-04-13 Timo HeisterConstraintMatrix copy explicit and disable assignment 793/head
2015-04-13 Wolfgang BangerthRewrite the dynamic sparsity pattern iterators in such... 790/head
2015-04-13 Luca HeltaiMerge pull request #788 from QiaoLei-88/compress
2015-04-13 Lei Qiaofix textual error. 788/head
2015-04-13 Wolfgang BangerthAdd tests for iterators over DynamicSparsityPattern...
2015-04-13 Wolfgang BangerthIntroduce iterators over DynamicSparsityPattern objects.
2015-04-13 Wolfgang BangerthReference a particular class in a comment.
2015-04-13 Wolfgang BangerthMinor clarification of some documentation.
2015-04-13 Martin KronbichlerMerge pull request #789 from davydden/fe_q_hierarchical...
2015-04-13 Denis Davydovadded a SolutionTransfer test for FE_Q_Hierarchical. 789/head
2015-04-13 Luca HeltaiMerge pull request #787 from bangerth/doc-update-19
2015-04-13 Lei Qiaoexplain calling of compress() in step-40.
2015-04-13 Lei Qiaoremove the two no-op compress()
2015-04-13 Wolfgang BangerthAdd a missing call to distribute() to step-26 after... 787/head
2015-04-13 Wolfgang BangerthAdd an entry to changes.h.
2015-04-13 Wolfgang BangerthWhile there, also adjust existing tests to check a...
2015-04-13 Wolfgang BangerthAdjust existing serialization tests to also check activ...
2015-04-13 Wolfgang BangerthTest that active cell indices are correct after seriali...
2015-04-13 Wolfgang BangerthTest that active cell indices are correct after copy_tr...
2015-04-13 Wolfgang BangerthAdapt a few existing tests to test the new active_cell_...
2015-04-13 Wolfgang BangerthUpdate test output.
2015-04-13 Wolfgang BangerthDo not serialize active cell indices; rather, re-comput...
2015-04-13 Wolfgang BangerthCompute the active cell indices at the end of mesh...
2015-04-13 Wolfgang BangerthAdd functions to the iterators to access the active_cel...
2015-04-13 Wolfgang BangerthIntroduce arrays to store active_cell_index values...
2015-04-12 Timo HeisterMerge pull request #785 from bangerth/doc-update-18
2015-04-12 Luca HeltaiMerge pull request #784 from luca-heltai/grid-generator...
2015-04-12 Luca HeltaiAdded test and fixed 1d issue. 784/head
2015-04-12 Luca HeltaiAdded test for 2,3.
2015-04-12 Wolfgang BangerthClarify documentation. 785/head
2015-04-12 Luca HeltaiAddressed @bangerth issues.
2015-04-12 Wolfgang BangerthMerge pull request #777 from bangerth/rename-boundary_i...
2015-04-12 Wolfgang BangerthAdjust documentation: Use the non-deprecated version... 777/head
2015-04-12 Wolfgang BangerthAdjust tests: Use the non-deprecated version *_boundary...
2015-04-12 Wolfgang BangerthUse the non-deprecated version *_boundary_id() instead...
2015-04-12 Wolfgang BangerthRename *_boundary_indicator() to *_boundary_id() and...
2015-04-12 Luca HeltaiMade subdivided hyper cube/rectangle work with codimens...
2015-04-12 Luca HeltaiMerge pull request #782 from kronbichler/master
2015-04-12 Martin KronbichlerDelete nonsensical assertion. 782/head
2015-04-12 Martin KronbichlerMerge pull request #780 from luca-heltai/fix-sparsity...
2015-04-12 Luca HeltaiFixed sparsity_tool.cc not to use CompressedSimpleSparsity. 780/head
2015-04-12 Matthias MaierMerge pull request #779 from kronbichler/master
2015-04-12 Matthias MaierMerge pull request #778 from QiaoLei-88/step-33
2015-04-12 Martin KronbichlerFinal fix of tests for hierarchical cell numbering. 779/head
2015-04-12 Lei Qiaoone trailing space. 778/head
2015-04-12 Lei Qiaocorrsponding document update.
2015-04-12 Lei Qiaostep-33 sync right_hand_side after assemble.
2015-04-11 Timo HeisterMerge pull request #776 from kronbichler/master
2015-04-11 Martin KronbichlerFix SparsityTools::reorder_hierarchical with 64 bit... 776/head
2015-04-11 Bruno TurcksinMerge pull request #773 from kronbichler/master
2015-04-11 Martin KronbichlerAdjust test output in mpi/ due to yesterday's commit. 773/head
2015-04-11 Matthias MaierMerge pull request #770 from bangerth/doc-update-14
2015-04-11 Matthias MaierMerge pull request #771 from bangerth/fix-accidental...
2015-04-11 Wolfgang BangerthAvoid ending comments with a backslash. 771/head
2015-04-11 Wolfgang BangerthAlso update the final time step of the output. 770/head
2015-04-11 Matthias MaierMerge pull request #767 from tamiko/clean_up_lac_interfaces
2015-04-11 Matthias Maierdocumentation fixes 767/head
2015-04-11 Matthias Maierchanges.h entry
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.