]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-06-06 Timo Heistersome documentation fixes, patch from Oleh Krehel
2013-06-06 Timo Heisteralso allow multithreading for step 33
2013-06-06 Matthias MaierBugfix: step-44: Actually run some parallel tasks...
2013-06-06 Matthias MaierUse correct type for dof index, also fixes a warning...
2013-06-05 Timo Heisterfix one test output from branch
2013-06-05 Matthias MaierCMake: Actually use PORD_LIBERARY in FindMUMPS.cmake...
2013-06-05 Timo Heistermake tester happy
2013-06-05 Bruno TurcksinOutput files for two tests are different for 32bit...
2013-06-05 Matthias MaierFix a compilation regression
2013-06-05 Bruno TurcksinAugment documentation.
2013-06-05 Matthias MaierUpdate config.h.in
2013-06-05 Matthias MaierCMake: Some small changes for DEAL_II_WITH_64BIT_INDICES
2013-06-05 Matthias MaierCMake: Small cleanup: Use OPTION(...) instead of SET...
2013-06-05 Bruno TurcksinMerge branch_bigger_global_dof_indices_4 back into...
2013-06-05 Matthias MaierCMake: Fix Typo in FindMUMPS.cmake, fix issue 60
2013-06-04 Bruno TurcksinMerge from mainline.
2013-06-04 Bruno TurcksinUse typedef instead of #if #else.
2013-06-04 Bruno TurcksinFix a bug when using 32bits global indices.
2013-06-04 Martin KronbichlerAdjust formula.
2013-06-04 Martin KronbichlerIncrease size of stabilization parameter to get stable...
2013-06-03 Bruno TurcksinFix a bug in sparse_matrix.template.h
2013-06-03 Bruno TurcksinFix a bug in distribute_mg_dofs.
2013-06-03 Wolfgang BangerthFix location of a semicolon so that it doesn't trip...
2013-06-03 Guido KanschatScott Miller's patch adding the unique_faces option
2013-06-03 Bruno TurcksinMerge from mainline.
2013-06-03 Toby D. YoungSyntax tweak
2013-06-03 Toby D. YoungDeal kindly with PETSC_USE_COMPLEX in SLEPcWrappers.
2013-06-03 Toby D. YoungDeal kindly with PETSC_USE_COMPLEX in PETScWrappers.
2013-06-03 Toby D. YoungDeal with PETSC_USE_COMPLEX in PETScWrappers.
2013-06-03 Wolfgang BangerthFix previous change.
2013-06-03 Wolfgang BangerthCatch exceptions also in WorkStream, similar to the...
2013-06-03 Timo Heisterupdate test
2013-06-02 Timo Heisterstep-50: clean up, comparison with AMG
2013-06-02 Timo Heisterwork on fixing multigrid in parallel
2013-06-02 Timo Heisterupdate test
2013-06-02 Timo Heisterdisallow get_dof_indices() and a few others for nonacti...
2013-06-02 Wolfgang BangerthMore gracefully handle the case that an exception is...
2013-06-01 Timo Heisteradd some ignores
2013-06-01 Timo Heisterfix a bunch of tests
2013-06-01 Timo Heisterfix another spot where we ask an inactive cell for...
2013-06-01 Timo Heistermissed one directory with svn:ignores for cmake temp...
2013-06-01 Timo Heisteradd cmake temp files to the ignores in the example...
2013-06-01 Timo Heistermake a lot more tests work
2013-06-01 Timo Heisterattempt to fix failing multigrid tests (is_locally_owne...
2013-06-01 Wolfgang BangerthMove default initialization to a central location.
2013-06-01 Wolfgang BangerthAdd some documentation.
2013-06-01 Bruno TurcksinTimo's fix for cmake output.
2013-06-01 Wolfgang BangerthAdd DEAL_II_WITH_64BIT_INDICES to the list of variables...
2013-06-01 Wolfgang BangerthUpdate output.
2013-06-01 Bruno TurcksinUse an existing macro to set the default indices to...
2013-06-01 Timo Heisteralso delete mpi OK files in make clean
2013-06-01 Timo Heisterfix svg out that with new subdomain changes
2013-06-01 Bruno TurcksinBy default uses 32bit indices.
2013-06-01 Timo Heisterupdate tests to produce output on each cpu
2013-05-31 Timo Heisterfix last commit
2013-05-31 Timo Heistermake sure to close the file
2013-05-31 Bruno TurcksinMerge from mainline.
2013-05-31 Timo Heistermake test work
2013-05-31 Bruno TurcksinFix a test.
2013-05-31 Timo Heistersubdomainids should only work for active cells, enforce...
2013-05-31 Bruno TurcksinAdd the preprocessor command to use 64bit global indice...
2013-05-31 Timo Heisterupdate test
2013-05-31 Timo Heistertests should not use is_artificial() etc on cells that...
2013-05-31 Timo Heisterskip parts of loop in distribute_dofs() that is not...
2013-05-31 Wolfgang BangerthMore doc updates.
2013-05-31 Wolfgang BangerthAugment documentation.
2013-05-31 Wolfgang BangerthProperly format comments.
2013-05-31 Guido Kanschatyet another successful test
2013-05-31 Guido Kanschattowards mixed cg/dg mg
2013-05-31 Bruno TurcksinFix some tests.
2013-05-31 Guido Kanschatremove double loop by two outputs
2013-05-31 Bruno TurcksinMerge from mainline + fix a bug in petsc_vector_base.
2013-05-31 Martin KronbichlerBetter way for recording the exception: Only print...
2013-05-31 Bruno TurcksinFix a bug in trilinos_vector_base.
2013-05-31 Martin KronbichlerAdjust output
2013-05-31 Bruno TurcksinFix some tests.
2013-05-31 Bruno TurcksinMerge from mainline.
2013-05-31 Martin KronbichlerRemove stray typename
2013-05-31 Martin KronbichlerFix test.
2013-05-31 Martin KronbichlerFix uninitialized memory.
2013-05-31 Martin KronbichlerFix a few bugs with distribute. constraint_matrix_trili...
2013-05-31 Martin KronbichlerMake distribute() work properly with parallel::distribu...
2013-05-31 Wolfgang BangerthMake ConstraintMatrix::distribute also work for block...
2013-05-31 Wolfgang BangerthRemove tests that now no longer make sense.
2013-05-31 Wolfgang BangerthImprove documentation slightly.
2013-05-30 Wolfgang BangerthCheck in a revision of the ConstraintMatrix::distribute...
2013-05-30 Timo Heisterrevert accidental change from r29647
2013-05-30 Timo Heisterrevert accidental change from r29647
2013-05-30 Wolfgang BangerthAdd necessary conversion.
2013-05-30 Timo Heisterupdate test output
2013-05-30 Timo Heisterfix test and output
2013-05-30 Timo Heisteradd MPILogInitAll helper class for mpi tests
2013-05-29 Bruno TurcksinMerge from mainline.
2013-05-29 Martin KronbichlerNeed to call update_ghost_values with the current schem...
2013-05-28 Bruno TurcksinMerge from mainline.
2013-05-28 Wolfgang BangerthRevert changes to ConstraintMatrix::distribute, see...
2013-05-28 Guido Kanschatfilter out trilinos and petsc if not configured
2013-05-28 Martin KronbichlerAdjust test case for new scheme for constraints.
2013-05-28 Wolfgang BangerthMinor edits.
2013-05-28 Martin KronbichlerNeed to build constraints between ghost cells also...
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.