]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2011-09-26 Wolfgang BangerthImplement the new function in namespace Utilities:...
2011-09-26 Wolfgang BangerthGo through the multithreading section.
2011-09-26 Wolfgang BangerthMake sure the test does not become trivial and obvious...
2011-09-26 Wolfgang BangerthFix forgotten output file.
2011-09-25 Wolfgang BangerthAdd Utilities::System::calculate_collective_mpi_sum.
2011-09-25 Guido Kanschatrestructure member function list
2011-09-25 Wolfgang BangerthGo through the parallelization on clusters section.
2011-09-25 Wolfgang BangerthMore cross references.
2011-09-25 Wolfgang BangerthAdd a couple entries.
2011-09-25 Wolfgang BangerthRemove a global function that apparently snuck in there...
2011-09-24 Wolfgang BangerthKeep going through the introduction.
2011-09-24 Wolfgang BangerthAdd a paragraph.
2011-09-23 Wolfgang BangerthAdd a whole bunch more.
2011-09-23 Wolfgang BangerthAdd necessary header file.
2011-09-23 Wolfgang BangerthAllow compilation when using MPI but not p4est.
2011-09-23 Wolfgang BangerthWrite the solver section.
2011-09-23 Wolfgang BangerthUniformly use only initials.
2011-09-23 Wolfgang BangerthAdd two. Fix one spelling mistake.
2011-09-23 Martin KronbichlerAdd publication.
2011-09-23 Wolfgang BangerthAdd missing documentation of parameter.
2011-09-23 Wolfgang BangerthAdd missing doxygen marker.
2011-09-23 Wolfgang BangerthTry not to confuse doxygen.
2011-09-23 Wolfgang BangerthUse TrilinosWrappers::Vector::operator= instead of
2011-09-23 Wolfgang BangerthClarify.
2011-09-23 Wolfgang BangerthA few more sentences.
2011-09-23 Wolfgang BangerthAdjust indentation.
2011-09-23 Wolfgang BangerthIf possible use a compiler/assembler flag that allows...
2011-09-23 Wolfgang BangerthRead through the first part of this.
2011-09-23 Wolfgang BangerthMinor addition.
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.
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.