]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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.
2009-08-03 Guido Kanschatput apostrophe in place
2009-08-01 Wolfgang BangerthEscape one word.
2009-08-01 Wolfgang BangerthAdd something to say that the set of eigenvalues can...
2009-08-01 Wolfgang BangerthA couple of typo fixes.
2009-08-01 Wolfgang BangerthOne more paper.
2009-08-01 Wolfgang BangerthReindent -- there were vestiges from the change to...
2009-08-01 Wolfgang BangerthWork some more on the mesh movement algorithm.
2009-08-01 Wolfgang BangerthMake sure we back out of the steepest decent if the...
2009-08-01 Wolfgang BangerthPut parentheses around an expression.
2009-08-01 Wolfgang BangerthUpdate number of tests.
2009-08-01 Wolfgang BangerthSatisfy a missing reference.
2009-07-31 linhartSmall typo
2009-07-31 Wolfgang BangerthNew test.
2009-07-31 Wolfgang BangerthImprove the algorithm to fix up cells by allowing it...
2009-07-31 Wolfgang BangerthProvide a shortcut to get at the boundary object of...
2009-07-31 Wolfgang BangerthOne more article.
2009-07-31 linhartTwo new full_matrix tests for cholesky and outer_product.
2009-07-31 Wolfgang BangerthAdd page number and volume.
2009-07-31 Wolfgang BangerthRemove unnecessary include file.
2009-07-31 linhartDebugged full_matrix cholesky, edited testsuite.html
2009-07-31 Martin KronbichlerStarted to write the first few comments.
2009-07-31 Wolfgang BangerthImplement projection onto quads.
2009-07-30 Wolfgang BangerthAllow projection onto hex. Add testcase.
2009-07-30 Wolfgang BangerthFirst step in implementing project_to_surface,
2009-07-30 Wolfgang BangerthAugment documentation.
2009-07-30 Martin KronbichlerFix language.
2009-07-30 Martin KronbichlerAvoid confusion of the PGI compiler.
2009-07-30 Wolfgang BangerthAdd functions project_to_surface to the Boundary descri...
2009-07-30 Wolfgang BangerthList step-36.
2009-07-30 Wolfgang BangerthList step-36.
2009-07-30 Wolfgang BangerthAdd another idea for extensions.
2009-07-30 Wolfgang BangerthMinor text edit.
2009-07-30 Wolfgang BangerthMinor mods.
2009-07-30 Wolfgang BangerthAdd to documentation.
2009-07-30 Toby D. YoungQuick fix removing repeated entries
2009-07-29 Toby D. YoungMerged step-36 to online-doc
2009-07-28 Wolfgang BangerthExplicitly initialize the base Subscriptor class in...
2009-07-28 Wolfgang BangerthRemove a vestige from olden times.
2009-07-28 linhartAdded cholesky and outer_product to FullMatrix class...
2009-07-28 Martin KronbichlerOne more change to make things with the extra Trilinos...
2009-07-28 Luca HeltaiAdded assertion in reading msh file to check that a...
2009-07-28 Wolfgang BangerthUpdate publication details.
2009-07-28 Martin Kronbichlerstd::auto_ptr cannot be copied which causes an error...
2009-07-28 Luca HeltaiAdded implicit conversion from VectorView to const...
2009-07-27 Wolfgang BangerthOne more publication.
2009-07-27 Wolfgang BangerthUpdate paper status.
2009-07-27 Wolfgang BangerthList Joerg's thesis.
2009-07-27 Martin KronbichlerFix some small formatting issues.
2009-07-27 Martin KronbichlerAvoid a compiler warning by setting the values of old_m...
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.