]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2010-08-05 Wolfgang BangerthWrite VTU data as 64-bit values, rather than 32-bit...
2010-08-05 Toby D. Young++publications to list
2010-08-04 Toby D. YoungA simple slepc 3.1 compatibility patch to the SLPEcWrap...
2010-08-02 Baerbel Jannsenadded the previous solution to the data for the inner...
2010-07-31 Wolfgang BangerthAvoid a warning about an improperly overloaded function.
2010-07-29 Andrew McBrideAdd FETools::compute_projection_from_quadrature_points...
2010-07-29 Andrew McBrideAdd FETools::compute_projection_from_quadrature_points.
2010-07-28 Luca HeltaiAdded support for higher order mapping in step-34
2010-07-27 Wolfgang BangerthRemove an unnecessary header file.
2010-07-27 Wolfgang BangerthFix a problem in Triangulation::prepare_coarsening_and_...
2010-07-27 Luca HeltaiAdded support for MappingQ of higher order also in...
2010-07-27 Wolfgang BangerthFix documentation.
2010-07-27 Wolfgang BangerthMore minor changes.
2010-07-26 Wolfgang BangerthReorder.
2010-07-26 Wolfgang BangerthAdd a table of contents.
2010-07-24 Wolfgang BangerthNo need to test a flag if we clear it if it is set...
2010-07-24 Wolfgang BangerthFormat in a way so that gcc doesn't warn.
2010-07-24 Wolfgang BangerthMake sure we instantiate the right thing. This avoids...
2010-07-23 Wolfgang BangerthMake C++ conforming.
2010-07-23 Guido Kanschatnew roundoff
2010-07-23 Toby D. YoungRemoved: Rogue code that used SLES (no longer supported...
2010-07-23 Wolfgang BangerthDo set static_lib_suffix correctly for non-linux platforms.
2010-07-23 Wolfgang BangerthUpdate links.
2010-07-23 Wolfgang BangerthFix links.
2010-07-22 Toby D. YoungBug fix: Relaxed tolerance on is_hermitian() and is_sym...
2010-07-22 Toby D. YoungFix error in matching PETSC_VERION
2010-07-21 Guido Kanschatdocument bug fix
2010-07-21 Guido Kanschatattempt at removing a time conflict; we may have to...
2010-07-21 Toby D. YoungUpdate for SLEPcWrappers to slepc-dev (to be slepc...
2010-07-21 Luca HeltaiAdded new feature to QGaussOneOverR
2010-07-21 Toby D. YoungAdd solver to SLEPcWrappers and trivially update docume...
2010-07-20 Guido Kanschatinline functions to avoid linker conflicts
2010-07-20 Guido Kanschatnew test for relaxation methods and adjust results...
2010-07-20 Guido Kanschatextend copyright
2010-07-20 Guido Kanschatadd SolverRelaxation and fix (!) SparseMatrix::precondi...
2010-07-20 Guido Kanschatintroduce a base class for PreconditionBlock which...
2010-07-20 Guido Kanschatfix typo in documentation
2010-07-20 Guido Kanschatfix typo in documentation
2010-07-19 Wolfgang BangerthRemove more 'so far's.
2010-07-18 Guido Kanschatremove "so far"
2010-07-18 Wolfgang BangerthAdd the caveat that this program can only be run withou...
2010-07-18 Wolfgang BangerthSay 6.3.0, not just 6.3.
2010-07-18 Wolfgang BangerthLink to 6.3.1 change list.
2010-07-18 Wolfgang BangerthCopy over file from release branch.
2010-07-18 Guido Kanschatadd deprecated style
2010-07-18 Wolfgang BangerthDon't use 'using namespace std;'. As it turns out,...
2010-07-18 Guido Kanschatlighter
2010-07-18 Guido KanschatAdd weak style
2010-07-18 Wolfgang BangerthDocument one of the problems and the fix in step-33.
2010-07-18 Wolfgang BangerthDon't use std::make_pair with explicit template arguments.
2010-07-18 Wolfgang BangerthRegenerate.
2010-07-18 Wolfgang BangerthProvide output if no MUMPS.
2010-07-18 Guido Kanschatallow for more parallel compiling
2010-07-18 Guido Kanschatfix filename
2010-07-18 Guido KanschatBDM elements
2010-07-18 Guido Kanschatre-add deprecated header files
2010-07-18 Guido Kanschatmove algorithms to lac
2010-07-17 Wolfgang BangerthMake sure the FEValues::get_cell is usable. Right now...
2010-07-16 Wolfgang BangerthRemove an unused variable.
2010-07-16 Wolfgang BangerthRemove a couple unused variables.
2010-07-16 Wolfgang BangerthEscape 'numbers'.
2010-07-16 Wolfgang BangerthInitialize variable.
2010-07-16 Wolfgang BangerthCompare shared_ptr against 0 in a way so that it also...
2010-07-15 Wolfgang BangerthMake things compiler with gcc 3.4.0.
2010-07-14 Toby D. YoungMake use of PETSc and SLEPc versions in deal.II report...
2010-07-14 Wolfgang BangerthAvoid a couple warnings about converting from double...
2010-07-14 Wolfgang BangerthWork around a problem with gcc3.3.x in step-34.
2010-07-14 Wolfgang BangerthFix typo.
2010-07-14 Guido Kanschatremove old logos
2010-07-13 Markus BuergDocumentation and style changes.
2010-07-13 Wolfgang BangerthAlso use the more modern form of a using declaration...
2010-07-13 Wolfgang BangerthMention the CygWin problem.
2010-07-13 Wolfgang BangerthMarkup fix.
2010-07-13 Wolfgang BangerthMore replacements to make gcc 3.3.x work.
2010-07-13 Wolfgang BangerthReindent and style changes.
2010-07-13 Wolfgang BangerthReplace "faculty" by "factorial".
2010-07-13 Markus BuergDocumentation and style changes.
2010-07-13 Guido Kanschatmake clean faster and change some dependencies in maste...
2010-07-13 Wolfgang BangerthMake documentation generic rather than assuming that...
2010-07-13 Guido Kanschatadd exeext
2010-07-12 Wolfgang BangerthUse an alternative form of a command that gcc3.3.x...
2010-07-12 Wolfgang BangerthUse an alternative form of a command that gcc3.3.x...
2010-07-12 Wolfgang BangerthUse the modern form of using declarations, rather than...
2010-07-12 Wolfgang BangerthUse the modern form of using declarations, rather than...
2010-07-12 Markus BuergDocumentation and style changes.
2010-07-11 Guido Kanschatfix problem with make on cygwin
2010-07-09 Wolfgang BangerthOne more publication.
2010-07-09 Toby D. YoungPrepare for slepc-3.1 release by making necessary trivi...
2010-07-09 Wolfgang BangerthAdd a sentence.
2010-07-08 Guido Kanschatuse new GrowingVectorMemory functionality
2010-07-08 Guido Kanschatwork example for ThetaTimestepping into documentation
2010-07-08 Guido Kanschat@ref does not allow newlines
2010-07-08 Guido Kanschatmake theta_timestepping.cc work and make OutputOperator...
2010-07-08 Wolfgang BangerthA few minor text issues.
2010-07-07 Guido Kanschatworking on ThetaTimestepping
2010-07-07 Guido KanschatThetaTimestepping is running
2010-07-06 Guido Kanschatadd reinit function
2010-07-06 Guido Kanschatfix documentation
2010-07-05 Guido KanschatOops!
2010-07-05 Guido Kanschatworking on new example
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.