]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2015-06-02 Timo Heisterintel and openmp-simd 988/head
2015-06-02 Luca HeltaiMerge pull request #986 from ESeNonFossiIo/null_operator
2015-06-02 ESeNonFossiIonull operator 986/head
2015-06-01 Wolfgang BangerthMerge pull request #983 from drwells/memory-usage-strle...
2015-06-01 David WellsFix two issues with C string memory consumption. 983/head
2015-06-01 Wolfgang BangerthMerge pull request #982 from drwells/refactor-data...
2015-06-01 David WellsAdd an '@ingroup output' label to an output flag. 982/head
2015-06-01 David WellsConsistently label constructors.
2015-06-01 David WellsDelete extra 'public:' labels.
2015-06-01 David WellsRemove default constructor implementations.
2015-06-01 David WellsSwitch to just spaces, instead of tabs and spaces.
2015-06-01 David WellsReplace all set_flags functions with a template.
2015-06-01 David WellsRemove empty declare and parse parameter methods.
2015-06-01 David WellsImprove the TecplotFlags memory estimate.
2015-06-01 David WellsRemove extra memory_consumption methods.
2015-06-01 David WellsAdd a base class for all output flag classes.
2015-05-31 Wolfgang BangerthMerge pull request #981 from tjhei/inst_mismatch
2015-05-31 Timo Heisterfix instantiation of subdivided_hyper_rectangle 981/head
2015-05-31 Wolfgang BangerthMerge pull request #980 from tjhei/fix_deprecated_statement
2015-05-31 Timo Heisterfix placement of deprecation keyword 980/head
2015-05-29 Guido KanschatMerge pull request #978 from davydden/local_integrators2
2015-05-29 Denis Davydovaccumulate sums over n_components 978/head
2015-05-29 Denis Davydovexploit symmetries in Local integrators of mass and...
2015-05-29 Wolfgang BangerthMerge pull request #975 from guidokanschat/documentatio...
2015-05-29 Guido KanschatAdd some documentation on the special structure of... 975/head
2015-05-29 Martin KronbichlerMerge pull request #972 from bangerth/fix-test-4
2015-05-29 Guido KanschatMerge pull request #973 from bangerth/fix-condition
2015-05-28 Wolfgang BangerthUse a standard method to find whether a number is normal. 973/head
2015-05-28 Wolfgang BangerthFix a test where we may inadvertently divide by zero. 972/head
2015-05-28 Luca HeltaiMerge pull request #971 from bangerth/fix-test-3
2015-05-28 Wolfgang BangerthFix test. 971/head
2015-05-28 Wolfgang BangerthMerge pull request #970 from guidokanschat/fix_newton_t...
2015-05-28 Luca HeltaiMerge pull request #969 from tamiko/rename_two_more_hea...
2015-05-28 Matthias MaierMerge pull request #759 from guidokanschat/fix_arpack_v...
2015-05-28 Guido Kanschatfix glitch with assemble_threshold, avoid division... 970/head
2015-05-28 Matthias MaierRename two more header guards 969/head
2015-05-28 Wolfgang BangerthMerge pull request #967 from guidokanschat/fix_clear_in...
2015-05-28 Guido KanschatMerge pull request #966 from bangerth/fix-test-2
2015-05-28 Guido KanschatRelaxationBlock::clear() did not clear additional_data... 967/head
2015-05-28 Wolfgang BangerthFix a test output. 966/head
2015-05-28 Luca HeltaiMerge pull request #964 from bangerth/fix-test
2015-05-27 Luca HeltaiMerge pull request #961 from tamiko/refactor_block_line...
2015-05-27 Wolfgang BangerthFix a test. 964/head
2015-05-27 Matthias MaierWrite a single-line statement in two lines 961/head
2015-05-27 Matthias MaierReword a description for a workaround
2015-05-27 Matthias MaierRefactoring III: Reintroduce block operations and tests
2015-05-27 Matthias MaierRefactoring II: Reintroduce PackagedOperation and relat...
2015-05-27 Matthias MaierRefactoring I: Remove PackagedOperation and block stuff
2015-05-27 Matthias MaierWorkaround for a regression in <=gcc-4.7 with partial...
2015-05-27 Wolfgang BangerthMerge pull request #962 from tamiko/rename_header_guards
2015-05-27 Matthias MaierRename header guards from __deal2__ to dealii__ 962/head
2015-05-27 Matthias MaierMerge pull request #960 from ESeNonFossiIo/linear_opera...
2015-05-27 ESeNonFossiIoadd template 960/head
2015-05-27 Wolfgang BangerthMerge pull request #957 from QiaoLei-88/fixDynamicSpars...
2015-05-27 Martin KronbichlerMerge pull request #959 from bangerth/silence-warnings
2015-05-27 Wolfgang BangerthSilence warnings about unused arguments. 959/head
2015-05-24 Lei Qiaofix undefined behavior DynamicSparsityPatternIterators... 957/head
2015-05-24 Luca HeltaiMerge pull request #950 from ESeNonFossiIo/block_lin_op_inv
2015-05-23 ESeNonFossiIodocumentation 950/head
2015-05-23 ESeNonFossiIopreconditioner_from_diagonal_inverse
2015-05-23 ESeNonFossiIoupper triangular block matrix
2015-05-23 ESeNonFossiIolower triangular block matrix
2015-05-23 Wolfgang BangerthMerge pull request #947 from msteigemann/branch_petsc_v...
2015-05-23 msteigemannAdd a clear function for PETSc serial and parallel... 947/head
2015-05-22 Matthias MaierMerge pull request #953 from bangerth/check-astyle...
2015-05-22 Wolfgang BangerthCheck that we have the right astyle version. 953/head
2015-05-21 Wolfgang BangerthMerge pull request #942 from mtezzele/hp_ref_bernstein
2015-05-21 Marco Tezzelehp refinement for bernstein 942/head
2015-05-21 Timo HeisterMerge pull request #949 from bangerth/fix-petsc-gla...
2015-05-21 Wolfgang BangerthRewrite test. 949/head
2015-05-21 Wolfgang BangerthMerge pull request #943 from davydden/local_integrators
2015-05-20 Martin KronbichlerMerge pull request #945 from drwells/modify-stokes...
2015-05-20 Luca HeltaiMerge pull request #944 from mtezzele/failing_mapfe
2015-05-19 Luca HeltaiMerge pull request #946 from tamiko/fix_documentation
2015-05-19 Matthias MaierDocumentation: Update forgotten change in cmake.html... 946/head
2015-05-19 David WellsExplain the sparsity pattern changes in step-22. 945/head
2015-05-19 David WellsUpdate the step-22 benchmark as well.
2015-05-19 David WellsUpdate the step-22 numerical results.
2015-05-19 David WellsUse the standard Stokes equation in step-22.
2015-05-19 David WellsFix two (related) typos.
2015-05-19 Marco Tezzelefailing test for mapping_fe_field with fe_bernstein 944/head
2015-05-19 Denis Davydovexploit symmetries in Local integrators of mass and... 943/head
2015-05-18 Luca HeltaiMerge pull request #939 from QiaoLei-88/unusedFunction
2015-05-17 Wolfgang BangerthMerge pull request #935 from nicola-giuliani/fixed...
2015-05-17 Luca HeltaiMerge pull request #940 from bangerth/remove-ala_01...
2015-05-17 Wolfgang BangerthRemove the ala_01 test. 940/head
2015-05-17 Lei Qiaosuppress warning unused function 'get_element' 939/head
2015-05-16 Luca HeltaiMerge pull request #931 from QiaoLei-88/step33_revise
2015-05-16 Luca HeltaiRestructured test for MappingFEField. 935/head
2015-05-16 Luca HeltaiFixed names and typedefs.
2015-05-16 nicola giulianiadded the failing test for mappingfe
2015-05-16 Luca HeltaiMerge pull request #937 from bangerth/change-function...
2015-05-16 Wolfgang BangerthChange mesh_info() to print_mesh_info(). 937/head
2015-05-16 Wolfgang BangerthMerge pull request #936 from luca-heltai/derivative...
2015-05-15 Luca HeltaiAdded template Number to DerivativeForms. 936/head
2015-05-14 Luca HeltaiMerge pull request #933 from andreamola/opencascade_bug_fix
2015-05-14 Luca HeltaiMade dist const. 933/head
2015-05-14 Luca HeltaiUse void instead of bogus operation.
2015-05-14 Wolfgang BangerthMerge pull request #924 from gpitton/q_chebyshev
2015-05-14 Timo HeisterMerge pull request #929 from QiaoLei-88/removeDeprecate...
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.