]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2014-02-28 Martin KronbichlerFix bug
2014-02-28 Timo Heisterfix bug: ParameterHandler::read_input() would parse...
2014-02-28 Timo Heisterfix test output
2014-02-28 Timo Heisteradd failing parameter_handler test
2014-02-28 Timo Heisterrun test in debug mode only
2014-02-28 Timo Heisteradd simple distributed codim 1 test case
2014-02-28 Timo Heisterfix for codim one in distributed tria
2014-02-28 Martin KronbichlerRun one less cylce in 1D test to avoid different result...
2014-02-27 Wolfgang BangerthFix comment and augment.
2014-02-27 Wolfgang BangerthFix a number of warnings produced by ICC.
2014-02-27 Wolfgang BangerthSuppress a number of warnings that ICC generates.
2014-02-27 Wolfgang BangerthFix a number of warnings produced by ICC.
2014-02-27 Martin KronbichlerAdjust tolerances a avoid output differences
2014-02-27 Wolfgang BangerthAvoid a few warnings produced by ICC.
2014-02-27 Wolfgang BangerthFix two issues that looked like bugs (we increment...
2014-02-27 Wolfgang BangerthAvoid a warning. In this context, also realize that...
2014-02-27 Wolfgang BangerthFix a bug where we accidentally do too much work due...
2014-02-27 Wolfgang BangerthAvoid one more warning with ICC.
2014-02-27 Bruno TurcksinTry to suppress a warning with clang.
2014-02-27 Timo Heisteradd missing instantiations if not configuring muparser
2014-02-27 Timo Heisterupdate test output
2014-02-27 Timo Heisterignore FE_Nothing in FESystem logic regarding support...
2014-02-27 Timo Heisterleave a todo
2014-02-27 Martin KronbichlerWork around a bug of gcc-4.6
2014-02-27 Martin KronbichlerOne more bugfix
2014-02-27 Martin KronbichlerSimplify test code
2014-02-27 Martin KronbichlerFix compile error + fix severe bug introduced in r32549
2014-02-27 Wolfgang BangerthFix documentation in a number of places (pointed out...
2014-02-27 Wolfgang BangerthDisable another warning for Intel ICC that we trigger...
2014-02-26 Timo Heisterremove forgottten functionparser cmake file
2014-02-26 Timo Heistermerge muparser branch into mainline
2014-02-26 Timo Heisterleave a comment in Function<dim>::vector_value
2014-02-26 Timo Heisterstep-22: add comment
2014-02-26 Wolfgang BangerthQualify names with std::.
2014-02-26 Martin KronbichlerFix bug
2014-02-26 Martin KronbichlerAdd test for various ways of 'add' operations and ghost...
2014-02-25 Martin KronbichlerAvoid compilation warning
2014-02-25 Timo Heistermerge from mainline
2014-02-25 Martin KronbichlerFix bug
2014-02-25 Martin KronbichlerFix bug
2014-02-25 Martin KronbichlerImprove speed a little more by using add_entries in...
2014-02-25 Martin KronbichlerAugment documentation
2014-02-25 Martin KronbichlerAugment documentation
2014-02-24 Martin KronbichlerChange name of a class to better represent what it...
2014-02-24 Martin KronbichlerFix performance regression in serial.
2014-02-24 Timo Heisterdocumentation fixes
2014-02-24 Timo Heistermention muparser changes
2014-02-24 Timo Heisterfix comment
2014-02-24 Timo Heisterfix comment formatting
2014-02-24 Timo Heistersmall fixes in comment wrapping script
2014-02-24 Timo Heisterstep-44: fix wrong statement in comment
2014-02-24 Timo Heistermerge from mainline
2014-02-24 Timo Heisterfunction_parser formatting and documentation changes
2014-02-24 Timo Heisterupdate and add tests
2014-02-24 Timo Heistermuparser: compatibility work
2014-02-24 Timo Heisterwork on functionparser docs
2014-02-24 Timo Heisterremove header
2014-02-24 Timo Heisterremove functionparser completely, make compile without...
2014-02-23 Martin KronbichlerLazy initialization of projection and restriction matri...
2014-02-21 Wolfgang BangerthThree additional theses.
2014-02-21 Martin KronbichlerAvoid one more compiler warning
2014-02-21 Martin KronbichlerAvoid compiler warning
2014-02-21 Timo Heisteradd failing fe_nothing tests
2014-02-20 Martin KronbichlerForgot a header file
2014-02-20 Timo Heisterfix a couple more DataOut related broken tests
2014-02-20 Martin KronbichlerAllow DoFRenumbering::Cuthill_McKee to run with distrib...
2014-02-19 Martin KronbichlerAvoid linker error.
2014-02-19 Martin KronbichlerAvoid compiler warning. Improve error message for paral...
2014-02-19 Wolfgang BangerthPatch by Mayank Sabharwal: Fix an indexing error in...
2014-02-19 Timo Heistermerge from mainline
2014-02-19 Timo Heisteradd test for new DataOut assert
2014-02-19 Timo Heisterfix dataout related test failures
2014-02-19 Guido Kanschatchange default size of SVG output to something usable...
2014-02-19 Timo Heisterfix data out test
2014-02-19 Martin KronbichlerMake it possible to allocate FEEvaluation on the heap...
2014-02-18 Timo Heisteradd exception to DataOut::add_data_vector if DataVector...
2014-02-18 Martin KronbichlerForgot a few files
2014-02-18 Martin KronbichlerPut AlignedVector into its own file
2014-02-18 Timo Heistersecond try to test server side includes
2014-02-18 Bruno TurcksinFix a typo in the documentation.
2014-02-18 Wolfgang BangerthFix typo.
2014-02-18 Bruno TurcksinFix the TimeStepping test.
2014-02-18 Timo Heisterchange properties
2014-02-18 Timo Heistertest if server side includes work on news.html
2014-02-18 Wolfgang BangerthFix obvious oversight.
2014-02-18 Bruno TurcksinAdd Runge-Kutta methods for time integration.
2014-02-17 Martin KronbichlerFix header error
2014-02-17 Martin KronbichlerGet rid of shared_ptr with weird deleter. Do it manuall...
2014-02-17 Martin KronbichlerMention change (tests for collaboration to come). Clean...
2014-02-17 Martin KronbichlerMake FEEvaluation collaborate with some data from FEVal...
2014-02-16 Wolfgang BangerthAdjust one test, augment documentation.
2014-02-16 Wolfgang BangerthPropagate exceptions from the member functions of Inver...
2014-02-16 Matthias MaierCMake: Use CMAKE_DL_LIBS instead of searching by hand
2014-02-15 Wolfgang BangerthRemove comparison operators from PointerMatrixBase...
2014-02-14 Wolfgang BangerthAdd a test for ProductMatrix::vmult.
2014-02-14 Wolfgang BangerthAdd some documentation.
2014-02-14 Martin KronbichlerRemove template argument from FEEvaluationBase class...
2014-02-14 Matthias Maierexhume lapack_templates.h.in
2014-02-14 Timo Heisterimprove step-7: switch to vtk; less smooth solution...
2014-02-13 Matthias Maiernew FE_TraceQ by Angela
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.