]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2013-07-08 Martin KronbichlerTest case for parallel block vector
2013-07-08 Wolfgang BangerthThe testcase is getting shorter and shorter...
2013-07-08 Wolfgang BangerthYet another, further reduced version.
2013-07-08 Wolfgang BangerthYet another version of this test. It should be producin...
2013-07-08 Wolfgang BangerthRevert to a state of the test that really does fail.
2013-07-08 Wolfgang BangerthAnother version which, sadly, shows yet another problem...
2013-07-08 Wolfgang BangerthA much reduced testcase. Should produce the same number...
2013-07-08 Wolfgang BangerthRemove a dead piece of left-over from an apparently...
2013-07-07 Timo Heisterleave comment
2013-07-07 Timo Heistermaybe fix ConstraintMatrix::set_zero for parallel:...
2013-07-07 Timo Heisterfix test output
2013-07-07 Timo Heisterfix bug in ConstraintMatrix::set_zero
2013-07-07 Timo Heisteradd test that documents bug in ConstraintMatrix::set_zero
2013-07-05 Wolfgang BangerthQualify a call to (std::)copy.
2013-07-04 Luca HeltaiWrapped MPI_COMM_WORLD definition around an #ifdef...
2013-07-04 Wolfgang BangerthI can't believe it still isn't working. It was working...
2013-07-04 Wolfgang BangerthFurther simplify.
2013-07-03 Wolfgang BangerthFinally figure out what is necessary to make it work...
2013-07-03 Markus BuergAdd test for grid with nonstandard orientated faces...
2013-07-03 Markus BuergFace bug in Nedelec elements for faces with nonstandard...
2013-07-03 Markus BuergRemove forgotten line.
2013-07-03 Wolfgang BangerthThird new test.
2013-07-03 Wolfgang BangerthAnother new test.
2013-07-03 Wolfgang BangerthNew test.
2013-07-03 Wolfgang BangerthCount down, not up.
2013-07-03 Matthias MaierAdapt the first three tests in tests/umfpack to test...
2013-07-03 Matthias MaierImplement SparseDirectUMFPACK::Tvmult
2013-07-03 Matthias MaierBugfix: Fix a meaningless comparison
2013-07-02 Wolfgang BangerthPatch by Denis Davydov: Add Tensor extractors for FEVal...
2013-07-02 Wolfgang BangerthList Denis Davydov and expand on Martin Steigemann...
2013-07-02 Wolfgang BangerthUse a non-recursive version of the unroll function.
2013-07-02 Wolfgang BangerthPatch by Denis Davydov: Provide functions to unroll...
2013-07-02 Wolfgang BangerthPatch by Denis Davydov: Provide functions to unroll...
2013-07-02 Wolfgang BangerthPatch by Denis Davydov: Add TableIndices::operator...
2013-07-02 Wolfgang BangerthPatch by Denis Davydov: Add TableIndices::operator...
2013-07-02 Wolfgang BangerthUndo previous change to this file -- the variable needs...
2013-07-02 Wolfgang BangerthFix typo not caught because I committed MPI code but...
2013-07-02 Wolfgang BangerthMark a field that we don't use as private.
2013-07-02 Wolfgang BangerthSet file properties.
2013-07-02 Wolfgang BangerthPatch by Martin Steigemann: implement parallel::distrib...
2013-07-02 Wolfgang BangerthPatch by Martin Steigemann: implement parallel::distrib...
2013-07-01 Thomas WickUpdate publications Wick
2013-07-01 Wolfgang BangerthUpdate references.
2013-07-01 Wolfgang BangerthFix grammar error.
2013-07-01 Timo Heisterwork on multigrid tests
2013-06-29 Matthias MaierCMake: Improve build type handling in DEAL_II_INVOKE_AU...
2013-06-29 Wolfgang BangerthIndent one line.
2013-06-29 Wolfgang BangerthAdd test.
2013-06-28 Timo Heisterfix error
2013-06-28 Wolfgang BangerthUndo r29899. I now know where to look.
2013-06-27 Wolfgang BangerthRe-enable the functionality previously reverted in...
2013-06-27 Wolfgang BangerthYet one more header file missing.
2013-06-27 Wolfgang BangerthAdd another necessary header file.
2013-06-27 Wolfgang BangerthMove test to a directory where it is only run whenever...
2013-06-27 Wolfgang BangerthCorrect name of header file...
2013-06-27 Wolfgang BangerthDo include config.h or get into trouble if this is...
2013-06-27 Wolfgang BangerthDisable some MPI-only code if we haven't configured...
2013-06-25 Uwe Koecherremoved some -Wunused-variable from lac/trilinos_sparse...
2013-06-25 Guido Kanschatmake documentation more compact
2013-06-25 Guido Kanschatdefault argument to refine_global
2013-06-25 Guido Kanschatadd comments
2013-06-25 Timo Heisterstep-50: better solver tolerance
2013-06-25 Timo Heisterfix more parallel multigrid issues
2013-06-25 Timo Heisterfix MGConstrainedDofs if n_levels!=n_global_levels
2013-06-25 Guido Kanschatcompress comments
2013-06-25 Timo Heisterstep-50: use n_global_levels
2013-06-24 Guido Kanschatreduce example
2013-06-24 Timo Heisteronly test with 4 cpus
2013-06-24 Guido Kanschatidentifying problem with make flux sparsity pattern...
2013-06-24 Guido Kanschatchange wrong assertions
2013-06-24 Guido Kanschatstep 39 test with local refinement on a single processor
2013-06-24 Timo Heisterstep-50: correct parallel error estimation; breaks...
2013-06-24 Guido Kanschatstep 39 test works on 4 cpus
2013-06-24 Guido Kanschatlocalize flux sparsity pattern on refinement edges
2013-06-24 Timo Heisterupdate test
2013-06-24 Guido Kanschatnew filtered iterator LocallyOwnedLevelCell
2013-06-24 Timo Heisterbetter eof handling in CellId
2013-06-24 Guido Kanschatstep 39 test runs on distributed triangulation with...
2013-06-24 Guido Kanschatnew filtered iterator LocallyOwnedLevelCell
2013-06-24 Guido Kanschattest ordering and SVG subdomain output on lower levels
2013-06-24 Guido Kanschatavoid calling subdomain_id() for inactive cells
2013-06-24 Timo Heisterimprove test
2013-06-24 Guido Kanschaton our way...
2013-06-24 Timo Heisterremove warning
2013-06-24 Guido Kanschatremove multigrid
2013-06-24 Guido Kanschattotal ordering across processors
2013-06-24 Timo Heisterupdate test
2013-06-24 Timo Heisterupdate test
2013-06-24 Guido Kanschatstart new test for parallel meshworker; results are...
2013-06-24 Timo Heisteradd tests
2013-06-24 Timo Heisteradd CellId CellAccessor::id()
2013-06-24 Guido Kanschatadd missing diagonals
2013-06-24 Guido Kanschatalso print diagonal element at end of line
2013-06-24 Guido Kanschatresort diagonals in output
2013-06-24 Guido Kanschatoops
2013-06-24 Guido KanschatAllow for resorting of diagonal
2013-06-24 Guido Kanschatchange output for compatibility with less well done...
2013-06-24 Guido Kanschatadd missing forward declaration
2013-06-23 Guido Kanschatfix results for system
2013-06-23 Guido Kanschatbuild matrices for continuous and discontinuous elements
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.