]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2011-03-30 Martin KronbichlerTest vector reinitialization.
2011-03-30 Martin KronbichlerCircumvent case where one processor has no data.
2011-03-30 Martin KronbichlerSimplify assertions in add() operations: The local...
2011-03-30 Martin KronbichlerFix border case where some processors have zero vector...
2011-03-29 Wolfgang BangerthUpdate docs. Remove several parenthetical remarks.
2011-03-28 Martin KronbichlerMake work with gcc-4.6.
2011-03-28 Martin KronbichlerMake compile with gcc-4.6. Avoid some warnings about...
2011-03-27 Wolfgang BangerthAllow comments at the end of a line of other stuff...
2011-03-27 Wolfgang BangerthSwitch on source browser.
2011-03-27 Wolfgang BangerthFix wording.
2011-03-27 Wolfgang BangerthFix doc markup.
2011-03-27 Wolfgang BangerthFix formula.
2011-03-25 Wolfgang BangerthMove comment about the implementation to the function...
2011-03-23 Guido Kanschatadd auxiliary functions
2011-03-23 Timo Heisterstep-32: in 2d we want the 12er hyber shell, not the...
2011-03-22 Guido KanschatReplace ExcInternalError by more accurate ExcImpossible...
2011-03-22 Luca HeltaiFixed annoying little bug
2011-03-22 Timo Heistercrash in refining a 12 cell shell
2011-03-22 Martin KronbichlerTrilinos expects a valid pointer for constant modes...
2011-03-21 Wolfgang BangerthAdd documentation.
2011-03-21 Wolfgang BangerthAdd documentation.
2011-03-18 Markus BuergChanges updated.
2011-03-18 Wolfgang BangerthAdjust.
2011-03-17 Markus BuergFix bug in get_face_interpolation_matrix.
2011-03-17 Markus BuergUpdated test results.
2011-03-17 Markus BuergFix several bugs.
2011-03-16 Markus BuergFix bug in hp_quad_dof_identities.
2011-03-15 Martin KronbichlerTypo.
2011-03-15 Martin KronbichlerForgot to disable Trilinos and PETSc in case we do...
2011-03-15 Martin KronbichlerAdd some more instantiations for Trilinos and PETSc...
2011-03-10 Wolfgang BangerthList additional copyright years.
2011-03-10 Wolfgang BangerthAlso interpolate displacement boundary.
2011-03-10 Wolfgang BangerthAdd a suggestion for extensions.
2011-03-09 Wolfgang BangerthQualify a statement.
2011-03-09 Wolfgang BangerthAdd ConditionalOStream::get_stream(). Use it.
2011-03-09 Wolfgang BangerthMake the discretization run time parameters and allow...
2011-03-08 Wolfgang BangerthNew test.
2011-03-08 Wolfgang BangerthFix copy-n-pasto.
2011-03-08 Wolfgang BangerthDocument and test the change to FESystem previously...
2011-03-08 Wolfgang BangerthRelax the conditions under which we don't return unit_f...
2011-03-07 Wolfgang BangerthAdd an assertion.
2011-03-07 Moritz AllmarasFixed sign error in step-29
2011-03-07 Wolfgang BangerthFix a bug in FE_Nothing::get_name().
2011-03-07 Wolfgang BangerthMinor grammar edits.
2011-03-05 Wolfgang BangerthMore tests.
2011-03-05 Wolfgang BangerthFix several bugs that stood in the way of making the...
2011-03-05 Wolfgang BangerthRe-insert an assertion.
2011-03-03 Timo Heisterfix PETSc stuff introduced by me the other day with...
2011-03-02 Toby D. YoungCorrect cut&paste bug in doc.
2011-03-02 Martin KronbichlerCleanup: replace Teuchos::rcp by shared_ptr in one...
2011-03-02 Wolfgang BangerthRegenerate.
2011-03-02 Martin KronbichlerInitialize one variable to zero to eliminate a compiler...
2011-03-02 Martin KronbichlerDisable Trilinos when explicitly saying so also when...
2011-03-02 Timo HeisterCleanup and clarify documentation of ParameterHandler...
2011-03-01 Andrea BonitoChose a quadrature formula compatible with the fe_degree
2011-02-27 Katharina KormannRemove unused variables.
2011-02-26 Wolfgang BangerthConsistently use a higher order mapping in all places...
2011-02-25 Wolfgang BangerthUndo r23436 since it breaks all sorts of tests :-(.
2011-02-25 Wolfgang BangerthChange geometry slightly. Impose no-slip boundary condi...
2011-02-24 Markus BuergAdd missing instantiation of interpolate_boundary_values.
2011-02-24 Martin Steigemanncorrect path for generating documentation with doxygen
2011-02-24 Wolfgang BangerthFix test.
2011-02-24 Wolfgang BangerthHandle constraints between FE_Q and FE_Nothing.
2011-02-24 Wolfgang BangerthAdd a test that currently fails so that I can look...
2011-02-24 Wolfgang BangerthIndent a couple lines.
2011-02-23 Martin Steigemannput all classes for the parameterGUI in a namespace...
2011-02-23 Katharina KormannTest of get_fe_from_name for FE_Q with Gauss-Lobatto...
2011-02-23 Katharina KormannImplement get_fe_from_name for FE_Q with Gauss-Lobatto...
2011-02-23 Wolfgang BangerthMove test that now works.
2011-02-23 Wolfgang BangerthResolve a couple issues with the new no_requirements...
2011-02-23 Wolfgang BangerthResolve a couple issues with the new no_requirements...
2011-02-23 Wolfgang BangerthAdd output directory.
2011-02-23 Wolfgang BangerthRevert accidental change.
2011-02-23 Wolfgang BangerthAugment documentation. Other simple mods.
2011-02-23 Wolfgang BangerthNew test.
2011-02-23 Wolfgang BangerthMake it run with the hp elements. The solution is still...
2011-02-23 Wolfgang BangerthHandle the new no_requirements case.
2011-02-23 Wolfgang BangerthIntroduce another code for face domination to satisfy...
2011-02-23 Wolfgang BangerthBe explicit that not being able to build the parameter_...
2011-02-23 Wolfgang BangerthRemove unused variable.
2011-02-23 Wolfgang BangerthSuppress output when building the parameter GUI in...
2011-02-23 Wolfgang BangerthDo not use deal.II compile flags, they make no sense...
2011-02-23 Timo HeisterApply fix also for PETScWrappers::SparseMatrix in the...
2011-02-22 Timo Heistercleanup test and make it pass.
2011-02-22 Timo HeisterFixed: PETScWrappers:MPI:SparseMatrix and apply_boundar...
2011-02-22 Timo Heistermake sure the test fails and also test with one cpu.
2011-02-22 Timo HeisterPETSc test for SparseMatrix::clear_rows. Fails right...
2011-02-22 Wolfgang BangerthUse different pressure scaling.
2011-02-22 Wolfgang BangerthMinor edits.
2011-02-22 Wolfgang BangerthFix spelling.
2011-02-22 Markus BuergExclude FESystem from checks.
2011-02-22 Markus BuergTests for the project_boundary_values_*_conforming...
2011-02-22 Markus BuergFunction to interpolate Dirichlet boundary values for...
2011-02-22 Wolfgang BangerthMake ./configure and friends deal with Trilinos headers...
2011-02-22 Wolfgang BangerthRemove -unix from qmake.
2011-02-22 Timo Heisterstep-32: calculate and output l2 divergence error for...
2011-02-22 Baerbel Jannsena "t" added
2011-02-22 Wolfgang BangerthAdd a link to an appropriate place of the documentation.
2011-02-22 Wolfgang BangerthAdd a section on visualizing vector-valued data.
2011-02-22 Wolfgang BangerthProperly write formulas.
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.