]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2014-03-05 Daniel ArndtTemporary fix for Issue 191, allow sadd for Trilinos...
2014-03-05 Wolfgang BangerthAdd new but failing test.
2014-03-05 Wolfgang BangerthAdd to documentation.
2014-03-04 Martin KronbichlerFix doxygen groups
2014-03-04 Wolfgang BangerthAdd a #include that is needed for MS VC++.
2014-03-04 Wolfgang BangerthClarify an error message slightly.
2014-03-04 Timo Heisteradd test
2014-03-04 Wolfgang BangerthProvide a short description of the class and fix a...
2014-03-03 Timo Heistermake step6 compile again
2014-03-03 Timo Heistermake step5 compile again
2014-03-03 Timo Heisterrewrap comments
2014-03-03 Timo Heisterimprove documentation
2014-03-03 Matthias MaierDoc: Do not refer to external deal.ico, but use local one
2014-03-03 Wolfgang BangerthFix a typo. Clarify a statement.
2014-03-02 Matthias MaierBugfix: CMake: Remove leftover code. We are able to...
2014-03-02 Guido KanschatChange q_point to q_index so students do not think...
2014-03-02 Matthias MaierRevert "*errrr* with a dash..."
2014-03-01 Matthias Maier*errrr* with a dash...
2014-03-01 Matthias MaierAppend version number to soname with a dot
2014-03-01 Martin KronbichlerRemove accidentally committed code
2014-03-01 Martin KronbichlerSuppress log messages from SolverCG because the iterati...
2014-03-01 Wolfgang BangerthFix one more warning about hiding a local variable.
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
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.