]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2009-08-14 Wolfgang BangerthClarify a detail.
2009-08-14 Wolfgang BangerthUtilities::System::job_supports_mpi.
2009-08-14 Wolfgang BangerthLeave notes.
2009-08-14 Wolfgang BangerthUse standard name for variables.
2009-08-14 Wolfgang BangerthCall compress() on the rhs vector in project_initial_te...
2009-08-14 Wolfgang BangerthUse 'beta' instead of 'β' in a heading as it appea...
2009-08-14 Wolfgang BangerthAdd three more references.
2009-08-14 Wolfgang BangerthAdd these directories as they are necessary for a numbe...
2009-08-14 Martin KronbichlerEscape "parallel" in two places.
2009-08-14 Wolfgang BangerthFix one TODO.
2009-08-13 Wolfgang BangerthFix a couple of places where output_results needed...
2009-08-13 Wolfgang BangerthFix copyright year.
2009-08-13 Wolfgang BangerthAdd some more results.
2009-08-13 Wolfgang BangerthAlso output partition information.
2009-08-13 Wolfgang BangerthUse proper function name.
2009-08-13 Wolfgang BangerthMake output_results not const, so that we can use compu...
2009-08-13 Wolfgang BangerthTime output_results. A couple more minor text edits.
2009-08-13 Wolfgang BangerthMinor text editing in a couple of places. Move one...
2009-08-13 Martin KronbichlerSome web browsers (like Firefox) seem to not understand...
2009-08-13 Martin KronbichlerFinished writing in-code comments.
2009-08-12 Wolfgang BangerthSay what problem we are solving.
2009-08-12 Wolfgang BangerthAdd some initial results.
2009-08-12 Martin KronbichlerAdd some more comments.
2009-08-12 Martin KronbichlerImprove some comments.
2009-08-12 Wolfgang BangerthDocument setup_dofs.
2009-08-12 Wolfgang BangerthDocument the setup_*_matrix functions.
2009-08-12 Wolfgang BangerthAdd a couple of sentences. Strip all trailing whitespace.
2009-08-12 Wolfgang BangerthLeave myself a TODO.
2009-08-12 Wolfgang BangerthFix a typo. Remove a table that lists the maximum polyn...
2009-08-12 Wolfgang BangerthFix markup.
2009-08-12 Martin KronbichlerTwo small language fixes.
2009-08-12 Martin KronbichlerAdd my part of the introduction.
2009-08-12 Wolfgang BangerthEscape a few occurrences of "parallel".
2009-08-12 Wolfgang BangerthOne typo fix. Enough for today.
2009-08-12 Wolfgang BangerthDocument computing_timer.
2009-08-12 Wolfgang BangerthCorrect class names.
2009-08-12 Wolfgang BangerthEscape "parallel" in more places.
2009-08-12 Wolfgang BangerthMinor changes to documentation.
2009-08-12 Wolfgang BangerthLeave 2 todos.
2009-08-12 Wolfgang BangerthReindent whole file.
2009-08-12 Wolfgang BangerthTwo minor markups.
2009-08-12 Wolfgang BangerthUse <code> instead of <tt>.
2009-08-12 Wolfgang BangerthAdd references to tutorial programs.
2009-08-11 Wolfgang Bangerthgcc3.3.2 is unhappy if we have arrays as arguments...
2009-08-11 Wolfgang BangerthWork around another problem with gcc 3.3.x.
2009-08-11 Wolfgang BangerthWork around a silly bug with gcc3.3.2.
2009-08-11 Wolfgang BangerthA couple of minor modifications to the output.
2009-08-11 Wolfgang BangerthWrite the part of the introduction that deals with...
2009-08-11 Wolfgang BangerthRe-indent a couple of places.
2009-08-11 Martin KronbichlerWrite some more comments.
2009-08-11 Wolfgang BangerthWrite the part of the introduction that deals with...
2009-08-11 Wolfgang BangerthRe-format a couple of places.
2009-08-11 Wolfgang BangerthEscape a few words.
2009-08-10 Wolfgang BangerthList communicator changes.
2009-08-10 Wolfgang BangerthUse the sparsity communicator to model the communicator...
2009-08-10 Wolfgang BangerthAllow to query the communicator object.
2009-08-08 Martin KronbichlerAdd a simple output option.
2009-08-07 Wolfgang BangerthUse a separate communicator for Trilinos objects by...
2009-08-07 Wolfgang BangerthRemove a few conditionals on MPI.
2009-08-07 Wolfgang BangerthUse a separate communicator for Trilinos objects by...
2009-08-07 Wolfgang BangerthAccept an Epetra_BlockMap as argument for duplicate_map().
2009-08-07 Wolfgang BangerthAlso duplicate communicators for the reinit() operations.
2009-08-07 Wolfgang BangerthUtilities::Trilinos::comm_self.
2009-08-07 Wolfgang BangerthFix namespace.
2009-08-07 Wolfgang BangerthList new items.
2009-08-07 Wolfgang BangerthUse correct function name.
2009-08-07 Wolfgang BangerthFix a few more problems that happen in MPI mode.
2009-08-07 Wolfgang BangerthFix silly problem.
2009-08-07 Wolfgang BangerthUse a separate communicator for Trilinos objects by...
2009-08-07 Wolfgang BangerthRevert to previous version -- scoped_ptr is not copyabl...
2009-08-07 Wolfgang BangerthActually, use boost::scoped_ptr instead since unique_pt...
2009-08-07 Wolfgang BangerthUse unique_ptr instead of auto_ptr to make clear the...
2009-08-07 Guido Kanschatmake documentation available, document and remove excep...
2009-08-07 Wolfgang BangerthImplement duplicate_map.
2009-08-07 Wolfgang BangerthImplement the equivalent of std::unique_ptr using boost...
2009-08-06 Wolfgang BangerthMake compile in MPI mode.
2009-08-06 Wolfgang BangerthUtilities::Trilinos::duplicate_communicator.
2009-08-06 Wolfgang BangerthProvide forward declarations. Re-indent a couple of...
2009-08-06 Wolfgang BangerthForward declare BlockMatrixBase since it will otherwise...
2009-08-06 Wolfgang BangerthFix whitespace issues.
2009-08-06 Wolfgang BangerthFix a misunderstanding on my part.
2009-08-06 Wolfgang BangerthRead over it from the perspective of someone who doesn...
2009-08-06 Martin KronbichlerAdd a check function for information about inhomogeneities.
2009-08-05 Guido Kanschatmore on relaxation methods
2009-08-05 Wolfgang BangerthUse the same report format as in the other tests.
2009-08-05 Wolfgang BangerthNicer markup.
2009-08-05 Guido Kanschatmake function of base class available; test compiles...
2009-08-05 Martin KronbichlerFix typo in comments that confused doxygen.
2009-08-05 Timo HeisterFix bug in PETScWrappers::MPI::BlockSparseMatrix by...
2009-08-05 Wolfgang BangerthAllow 'make report' to run in parallel as well.
2009-08-04 Wolfgang BangerthAdd to the documentation.
2009-08-04 Wolfgang BangerthFix a comment.
2009-08-04 Guido KanschatIntroduce new relaxation step methods and base MGSmooth...
2009-08-04 Wolfgang BangerthReindent a bunch of places.
2009-08-04 Wolfgang BangerthReindent one comment.
2009-08-04 Wolfgang BangerthMake clear which namespace the function is in that...
2009-08-03 Wolfgang BangerthOne more paper.
2009-08-03 Wolfgang BangerthOne more preprint.
2009-08-03 Wolfgang BangerthClarify documentation in one place.
2009-08-03 Martin KronbichlerFix language.
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.