]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2011-09-23 Wolfgang BangerthMake compile. Remove debug output.
2011-09-23 Wolfgang BangerthScale the pressure variable into physical units right...
2011-09-23 Wolfgang BangerthWrap everything into a namespace Step32 as was done...
2011-09-23 Wolfgang BangerthA modest start to documenting.
2011-09-22 Wolfgang BangerthSay something more.
2011-09-22 Wolfgang BangerthDo something that may not be strictly necessary but...
2011-09-22 Wolfgang BangerthSimplify code since we know that it runs under MPI.
2011-09-22 Wolfgang BangerthAdd comment.
2011-09-22 Wolfgang BangerthFix variable name.
2011-09-22 Wolfgang BangerthMove variable declarations.
2011-09-22 Wolfgang BangerthLeave a code block we may want to discuss.
2011-09-22 Wolfgang BangerthRemove computation of divergences as debug output.
2011-09-22 Wolfgang BangerthRemove duplicate assignment.
2011-09-22 Wolfgang BangerthRemove code block used for debugging.
2011-09-22 Wolfgang BangerthIndent by astyle. May undo that again later.
2011-09-22 Wolfgang BangerthMinor adjustments to make this program more similar...
2011-09-21 Wolfgang BangerthReference step-21 at one place.
2011-09-21 Wolfgang BangerthFurther correction.
2011-09-21 Wolfgang BangerthGrammar fix.
2011-09-21 Wolfgang BangerthWell, really. If we change something in 6 of the Makefi...
2011-09-21 Martin KronbichlerCleanup of computations of derivatives in Lagrange...
2011-09-21 Martin KronbichlerRemove invalid .cc extension on targets.
2011-09-20 Guido Kanschatdocumentation of exceptions
2011-09-20 Guido Kanschatremove unnecessary header
2011-09-20 Guido Kanschatactually use inversion method in parameter object
2011-09-20 Guido Kanschatmake target explicit in Makefile
2011-09-16 Wolfgang BangerthAdd one.
2011-09-15 Wolfgang BangerthFix default argument.
2011-09-15 Martin KronbichlerMake compile.
2011-09-15 Wolfgang BangerthIgnore kdevelop custom include path files.
2011-09-15 Wolfgang BangerthSome formatting fixes.
2011-09-15 Wolfgang BangerthAlso convert MatrixCreator, MatrixTools to namespaces.
2011-09-15 Wolfgang BangerthMake MatrixCreator a namespace.
2011-09-14 Wolfgang BangerthMake GridTools, VectorTools, MGTools namespaces, rather...
2011-09-13 Wolfgang BangerthFix name of test directory.
2011-09-13 Toby D. YoungRegenerate configure to by-pass errors with old version...
2011-09-13 Toby D. YoungUpdate readme to reflect changes of previous patch
2011-09-13 Toby D. YoungUpdate bundle to provide deal.II <-> PETSc-3.2 compatib...
2011-09-13 Toby D. YoungFix weird bug detecting PETSc 3.2 version numbers
2011-09-13 Wolfgang BangerthAdd mesh converter test directory.
2011-09-13 Wolfgang BangerthAdd a new test directory.
2011-09-13 Wolfgang BangerthAdd a flag necessary for xlC.
2011-09-12 Wolfgang BangerthAlso re-link libraries if one of the extra-o and extra...
2011-09-12 Wolfgang BangerthStupid me: add another instantiation unnecessarily...
2011-09-12 Wolfgang BangerthRestrict a test to where it's really necessary.
2011-09-12 Wolfgang BangerthAdd a dummy member function to the 1d case.
2011-09-12 Wolfgang BangerthAdd documentation to a function.
2011-09-12 Wolfgang BangerthFix an oversight.
2011-09-12 Wolfgang BangerthAssert that the file we read in fact exists.
2011-09-11 Wolfgang BangerthAvoid a race condition by making sure temp files are...
2011-09-11 Wolfgang BangerthDelete temporary file after concatenating it to deallog.
2011-09-11 Wolfgang BangerthUse the cell->is_locally_owned() predicate introduced...
2011-09-11 Wolfgang BangerthAdd a function cell->is_locally_owned.
2011-09-11 Wolfgang BangerthFix markup.
2011-09-10 Toby D. YoungAdditional data for SLEPcWrappers Arnoldi solver
2011-09-10 Toby D. YoungCatch another possible EPS failure
2011-09-10 Wolfgang BangerthExpand message issued in case of an error by stating...
2011-09-09 Guido Kanschatadd structure to documentation
2011-09-09 Wolfgang BangerthMove things local to each program into a local namespace.
2011-09-09 Wolfgang BangerthRemove 'typename' when not in a template.
2011-09-09 Wolfgang BangerthMove things local to each program into a local namespace.
2011-09-09 Wolfgang BangerthUse the standard form main() function.
2011-09-09 Wolfgang BangerthMove things local to each program into a local namespace.
2011-09-09 Wolfgang BangerthUse the main() function used by step-6 and forward...
2011-09-09 Wolfgang BangerthMove things local to each program into a local namespace.
2011-09-09 Wolfgang BangerthNew test.
2011-09-09 Wolfgang BangerthAdd a comment.
2011-09-09 Wolfgang BangerthPatch by Daniel Castanon Quiroz: Implement generating...
2011-09-08 Toby D. YoungMinor bug fix
2011-09-08 Wolfgang BangerthLower tolerance.
2011-09-08 Wolfgang BangerthAdd new test.
2011-09-08 Wolfgang BangerthMark the conversion constructor explicit, to avoid...
2011-09-08 Wolfgang BangerthAdd member functions that make the TLS object look...
2011-09-07 Wolfgang BangerthAdd some more commentary.
2011-09-07 Wolfgang BangerthFix by Patrick Sodre: FEFieldFunction was not thread...
2011-09-07 Wolfgang BangerthHave a way to escape expansion of step-xx in situations...
2011-09-07 Wolfgang BangerthRename test.
2011-09-07 Wolfgang BangerthAdd comment on what the test actually does.
2011-09-07 Wolfgang BangerthUse a way to reference labels that will not lead to...
2011-09-06 Wolfgang BangerthMake compile with older compilers.
2011-09-06 Guido KanschatUse only files needed and add documantation
2011-09-06 Guido Kanschat...and thnings compile again
2011-09-06 Guido Kanschatstart splitting assembler.h
2011-09-06 Guido Kanschatsplit template file
2011-09-06 Guido Kanschateliminate old style includes for meshworker
2011-09-06 Guido Kanschatcompatibility file for last move
2011-09-06 Guido Kanschatmove next file
2011-09-06 Guido Kanschatmove next file
2011-09-06 Guido Kanschatmove next file
2011-09-06 Guido Kanschatre-add file with diversion
2011-09-06 Guido KanschatFix some obvious nonsense in the documentation
2011-09-06 Toby D. YoungFix SLEPc libraries for slepc-dev
2011-09-06 Toby D. YoungMake compiling scripts pretty (align=)
2011-09-06 Toby D. YoungStop configure making stuff up about PETSc
2011-09-06 Toby D. YoungUpgrade SLEPc to petsc/slepc-dev
2011-09-06 Toby D. YoungPut missing petsc-dev upgrade in
2011-09-06 Toby D. YoungUpgrade petsc solvers to petsc-dev
2011-09-06 Toby D. YoungUpgrade PETSc matrices to petsc-dev
2011-09-06 Toby D. YoungUpgrade PETSc vectors to petsc-dev
2011-09-06 Toby D. YoungFunction check for PETSc dev - looks like version checks
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.