]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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.
2013-05-22 Martin KronbichlerMake compile without C++11.
2013-05-22 Christian WuelkerOutput adjusted to new version of GridOut::write_svg
2013-05-22 Christian Wuelkeradded DataOutBase::write_svg.
2013-05-22 Martin KronbichlerImprove documentation.
2013-05-22 Martin KronbichlerMake compile without MPI.
2013-05-22 Martin KronbichlerAdjust number of iterations due to new computation...
2013-05-22 Martin KronbichlerExtend test to negative entries.
2013-05-22 Martin KronbichlerFix comparison with negative entries.
2013-05-22 Wolfgang BangerthRemove this file since it's unused, see bug report...
2013-05-21 Martin KronbichlerImprove inner products in parallel vector: Use only...
2013-05-21 Wolfgang BangerthRename test to reflect the function it tests.
2013-05-21 Martin KronbichlerAdjust output for change in r29539
2013-05-21 Martin KronbichlerUse better max coarse size for Trilinos AMG preconditio...
2013-05-21 Martin KronbichlerUse deal.II CG solver for initializing PreconditionCheb...
2013-05-21 Wolfgang BangerthFix include files.
2013-05-21 Martin KronbichlerFix a few typos.
2013-05-21 Wolfgang BangerthAugment text.
2013-05-21 Martin KronbichlerFix bug in parallel::distributed::Vector::compress...
2013-05-21 Wolfgang BangerthShort circuit a test to make dof_tools_21 pass again.
2013-05-21 Wolfgang BangerthAdd a test.
2013-05-21 Wolfgang BangerthDoh -- I need to learn to place my parentheses...
2013-05-21 Wolfgang BangerthAdd a test. This doesn't currently work, but I'd like...
2013-05-20 Wolfgang BangerthFix completely bogus way of including header files.
2013-05-20 Wolfgang BangerthAdd an assertion.
2013-05-20 Wolfgang BangerthAdd missing include file.
2013-05-20 Matthias MaierFixup two comments ;-)
2013-05-20 Wolfgang BangerthMake make_periodicity_constraints work with locally...
2013-05-18 Wolfgang BangerthNew test.
2013-05-17 Wolfgang BangerthFix a couple of typos.
2013-05-17 Wolfgang BangerthMore progress on periodic boundary conditions.
2013-05-16 Wolfgang BangerthRefactor a bit, in preparation to dealing with periodic...
2013-05-16 Wolfgang BangerthAdd standard file header.
2013-05-16 Wolfgang BangerthMove slightly forward.
2013-05-16 Martin KronbichlerFix warning
2013-05-16 Martin KronbichlerFix undefined references with Intel compiler.
2013-05-15 Martin KronbichlerSimplify get_interpolation_matrix
2013-05-15 Martin KronbichlerFix clear function of MatrixFree
2013-05-15 Martin KronbichlerMake compile with older compilers.
2013-05-14 Martin KronbichlerAdjust output difference of the form 0.938/0.937 with...
2013-05-14 Martin KronbichlerFix include file locations.
2013-05-14 Martin KronbichlerAvoid running into an assertion for very high order.
2013-05-14 Martin KronbichlerUndo accidental check-in.
2013-05-14 Martin KronbichlerMake compile with older gcc.
2013-05-14 Martin KronbichlerUpdate comment
2013-05-14 Martin KronbichlerImplement FE_Q_iso_Q1 element, i.e., an element that...
2013-05-14 Toby D. Younghandle SLEPc descriptions.
2013-05-13 Wolfgang BangerthAdd a sentence to the documentation.
2013-05-13 Wolfgang BangerthImprove documentation somewhat.
2013-05-13 Martin KronbichlerFix include files
2013-05-13 Martin KronbichlerMention fix in ConvergenceTable.
2013-05-12 Wolfgang BangerthImplement writing time and cycle to VTU files.
2013-05-12 Wolfgang BangerthImplement writing time and cycle to VTK files. VTU...
2013-05-11 Wolfgang BangerthFix a bunch of misspellings of the name "Dirichlet".
2013-05-10 Martin KronbichlerForgot new test output
2013-05-10 Martin KronbichlerFix one more issue, augment documentation of new parameter.
2013-05-10 Martin KronbichlerFix issue 28.
2013-05-10 Wolfgang BangerthRemove stray 'typename' keywords.
2013-05-10 Toby D. YoungRemove one & comment one 1d-assertion.
2013-05-10 Toby D. YoungPatch MathGL to output 3d grids.
2013-05-10 Toby D. YoungNote to self about eigenpair logic...
2013-05-10 Toby D. YoungGet imaginary parts of eigenpairs.
2013-05-09 Timo Heisterfix r29449
2013-05-09 Martin KronbichlerIt is cleaner to call Epetra_Matrix::Multiply with...
2013-05-09 Martin KronbichlerSimplify TrilinosWrappers::SparseMatrix::vmult a bit...
2013-05-09 Martin KronbichlerExtend MatrixTools::create_mass_matrix and MatrixTools...
2013-05-09 Martin KronbichlerAdjust test output: Trilinos has apparently a call...
2013-05-09 Wolfgang BangerthRemove all uses of a removed variable.
2013-05-08 Martin KronbichlerImplement a few more matrix-vector products with Trilin...
2013-05-08 Martin KronbichlerFix change description
2013-05-08 Wolfgang BangerthAugment documentation.
2013-05-08 Martin KronbichlerImprove advance() operation and comparison operation...
2013-05-08 Martin KronbichlerAdjust output (row length in ChunkSparsityPattern is...
2013-05-07 Martin KronbichlerDifferent BLAS versions apparently produce different...
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.