]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-05-27 Guido Kanschatreorder levels and make output more machine readable
2013-05-27 Wolfgang BangerthMinor adjustment, but this doesn't fix the problem.
2013-05-27 Wolfgang BangerthAvoid some communication by improving on Timo's patch...
2013-05-27 Martin KronbichlerTwo minor improvements
2013-05-27 Timo Heisterfix mg number cache
2013-05-27 Timo Heistermultigrid copy_indices another try
2013-05-27 Timo Heistermultigrid copy_indices maybe more correct now?
2013-05-27 Guido Kanschattest copy indices
2013-05-27 Guido Kanschatreintroduce constraints and add debug function
2013-05-27 Timo Heisterfill new copy_indices even more correct
2013-05-27 Timo Heisterfill new copy_indices correctly
2013-05-27 Timo Heisterstep-50: parellel dataout, use IndexSet for ConstraintM...
2013-05-27 Timo Heisterfill new mg copy_indices variables
2013-05-27 Guido Kanschatfix distributed functionality in copy to/from mg
2013-05-27 Martin KronbichlerImplement TrilinosWrappers::VectorBase::locally_owned_e...
2013-05-27 Guido Kanschattwo new fields
2013-05-27 Timo Heisterupdate test
2013-05-27 Timo Heisteradding test that shows broken ConstraintMatrix::distrib...
2013-05-27 Timo Heistergit-svn-id: https://svn.dealii.org/trunk@29634 0785d39b...
2013-05-27 Timo Heisterstep-50: do not copy coarse matrix
2013-05-27 Guido Kanschatchange path and add MPI
2013-05-27 Timo Heisterfix deadlock in ConstraintMatrix
2013-05-27 Timo Heisterfix compress() handling
2013-05-26 Timo HeisterThat test looked pretty broken to me.
2013-05-26 Timo Heisterdocument bug in ConstraintMatrix::distribute()
2013-05-26 Guido Kanschatoutput for one processor
2013-05-26 Guido Kanschatadd distribution for Kelly
2013-05-26 Timo Heisterthis test had a wrong output file
2013-05-26 Guido KanschatInitialize test for adaptive refinement, even if it...
2013-05-26 Guido Kanschatadd data exchange to KElly
2013-05-26 Guido Kanschatmultigrid test for uniform meshes and sufficiently...
2013-05-26 Guido KanschatMacro for opening MPI output files automatically
2013-05-26 Guido Kanschatmore global levels
2013-05-26 Timo Heisterparallel multigrid, continued
2013-05-26 Wolfgang BangerthUse correct mail address.
2013-05-26 Wolfgang BangerthAllow the mail program to be overwritten by the environ...
2013-05-26 Martin KronbichlerImplement better swap function.
2013-05-26 Timo Heistermultigrid: handle levels!=n_global_levels
2013-05-26 Guido Kanschatalso fix DoFHandler::begin(level)
2013-05-26 Timo Heisterfix test output
2013-05-26 Guido Kanschatfix output
2013-05-26 Guido KanschatDo not throw assertions from Triangulation::begin(level...
2013-05-26 Timo Heisterstep-50: add compress calls, fix output
2013-05-26 Wolfgang BangerthFix an oversight (thanks to Alexander Grayver for point...
2013-05-26 Timo Heisteradd a missing compress in multigrid
2013-05-26 Wolfgang BangerthAdd an argument to IndexSet::add_indices. Use this...
2013-05-26 Timo Heisterfix test output
2013-05-26 Timo Heisteradd failing test
2013-05-26 Timo Heistermultigrid in parallel: only track own dofs
2013-05-26 Guido Kanschatsimplify logic
2013-05-25 Guido Kanschatadd dummy compress function to SparseMatrix
2013-05-25 Guido Kanschatdo elimination of boundary columns locally
2013-05-25 Guido Kanschatfix output
2013-05-25 Guido Kanschatmatrix test with boundary conditions
2013-05-25 Timo Heisterstep-50: better matrix construction
2013-05-25 Guido Kanschattransfer prebuilt with hanging nodes
2013-05-25 Wolfgang BangerthNew test.
2013-05-25 Wolfgang BangerthNew tests.
2013-05-25 Wolfgang BangerthUnify the various implementations of ConstraintMatrix...
2013-05-25 Wolfgang BangerthFix IndexSet::operator== which we have, mysteriously...
2013-05-25 Guido Kanschatfix new test
2013-05-25 Timo Heisterremove misleading comment
2013-05-25 Guido Kanschatdebug output for MGTransferPrebuilt
2013-05-25 Timo Heistercleanup test
2013-05-25 Timo Heisterand some more MG bugs from yesterday
2013-05-25 Timo Heisteradd failing test
2013-05-25 Martin KronbichlerFix a stupid deadlock.
2013-05-25 Timo Heisterfix stuff I broke yesterday
2013-05-25 Guido Kanschatremove deprecated warninngs and prepare a new test
2013-05-25 Martin KronbichlerUse locks only when modifying entries, not whenever...
2013-05-25 Guido Kanschatprepare transfer for Trilinos matrices
2013-05-24 Wolfgang BangerthNew test.
2013-05-24 Wolfgang BangerthCan't call vec.l1_norm() if not on all processors.
2013-05-24 Wolfgang BangerthAdd locally_owned_elements() to all vector classes.
2013-05-24 Wolfgang BangerthAdd complete_index_set().
2013-05-24 Martin KronbichlerFix locks.
2013-05-24 Guido Kanschatoutput all levels
2013-05-24 Timo Heisterignore non local cells in mg*
2013-05-24 Martin KronbichlerAvoid warning about possibly uninitialized variables.
2013-05-24 Timo Heisterremove debug output
2013-05-24 Timo Heisterfix bug in distribute mg dofs in parallel
2013-05-24 Timo Heisterstep-50: add gridout
2013-05-24 Martin KronbichlerAdjust output.
2013-05-24 Timo Heistersimplify test
2013-05-24 Timo Heisterupdate test
2013-05-24 Timo Heisteradd broken test
2013-05-24 Uwe Koecheradded some (void)i to avoid warnings in optimized mode...
2013-05-24 Timo Heistergive multigrid hint in step-50
2013-05-24 Timo Heisteradd comment
2013-05-24 Timo Heisteradd cmake stuff for step-50
2013-05-24 Martin KronbichlerInitialize restriction and prolongation matrix in FESys...
2013-05-24 Wolfgang BangerthProvide Vector::supports_distributed_data for all vecto...
2013-05-24 Wolfgang BangerthMove exception declaration out of function-local scope...
2013-05-23 Wolfgang BangerthImplement ConstraintMatrix::distribute() in a different...
2013-05-23 Martin Steigemannsmall fix in fe_tools.cc
2013-05-23 Martin KronbichlerMention change.
2013-05-23 Martin KronbichlerPatch for FETools::back_interpolate for parallel::distr...
2013-05-22 Wolfgang BangerthOne more.
2013-05-22 Matthias MaierCMake: Rename configure_umfpack.cmake to configura_1_um...
2013-05-22 Wolfgang BangerthAdjust output.
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.