]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2011-04-03 kanschatadd 3D implementation and augment documentation
2011-03-31 heltaiFixed anisotropic refinement in codim one.
2011-03-30 kronbichlerTest vector reinitialization.
2011-03-30 kronbichlerCircumvent case where one processor has no data.
2011-03-30 kronbichlerSimplify assertions in add() operations: The local...
2011-03-30 kronbichlerFix border case where some processors have zero vector...
2011-03-29 bangerthUpdate docs. Remove several parenthetical remarks.
2011-03-28 kronbichlerMake work with gcc-4.6.
2011-03-28 kronbichlerMake compile with gcc-4.6. Avoid some warnings about...
2011-03-27 bangerthAllow comments at the end of a line of other stuff...
2011-03-27 bangerthSwitch on source browser.
2011-03-27 bangerthFix wording.
2011-03-27 bangerthFix doc markup.
2011-03-27 bangerthFix formula.
2011-03-25 bangerthMove comment about the implementation to the function...
2011-03-23 kanschatadd auxiliary functions
2011-03-23 heisterstep-32: in 2d we want the 12er hyber shell, not the...
2011-03-22 kanschatReplace ExcInternalError by more accurate ExcImpossible...
2011-03-22 heltaiFixed annoying little bug
2011-03-22 heistercrash in refining a 12 cell shell
2011-03-22 kronbichlerTrilinos expects a valid pointer for constant modes...
2011-03-21 bangerthAdd documentation.
2011-03-21 bangerthAdd documentation.
2011-03-18 buergChanges updated.
2011-03-18 bangerthAdjust.
2011-03-17 buergFix bug in get_face_interpolation_matrix.
2011-03-17 buergUpdated test results.
2011-03-17 buergFix several bugs.
2011-03-16 buergFix bug in hp_quad_dof_identities.
2011-03-15 kronbichlerTypo.
2011-03-15 kronbichlerForgot to disable Trilinos and PETSc in case we do...
2011-03-15 kronbichlerAdd some more instantiations for Trilinos and PETSc...
2011-03-10 bangerthList additional copyright years.
2011-03-10 bangerthAlso interpolate displacement boundary.
2011-03-10 bangerthAdd a suggestion for extensions.
2011-03-09 bangerthQualify a statement.
2011-03-09 bangerthAdd ConditionalOStream::get_stream(). Use it.
2011-03-09 bangerthMake the discretization run time parameters and allow...
2011-03-08 bangerthNew test.
2011-03-08 bangerthFix copy-n-pasto.
2011-03-08 bangerthDocument and test the change to FESystem previously...
2011-03-08 bangerthRelax the conditions under which we don't return unit_f...
2011-03-07 bangerthAdd an assertion.
2011-03-07 allmarasFixed sign error in step-29
2011-03-07 bangerthFix a bug in FE_Nothing::get_name().
2011-03-07 bangerthMinor grammar edits.
2011-03-05 bangerthMore tests.
2011-03-05 bangerthFix several bugs that stood in the way of making the...
2011-03-05 bangerthRe-insert an assertion.
2011-03-03 heisterfix PETSc stuff introduced by me the other day with...
2011-03-02 youngCorrect cut&paste bug in doc.
2011-03-02 kronbichlerCleanup: replace Teuchos::rcp by shared_ptr in one...
2011-03-02 bangerthRegenerate.
2011-03-02 kronbichlerInitialize one variable to zero to eliminate a compiler...
2011-03-02 kronbichlerDisable Trilinos when explicitly saying so also when...
2011-03-02 heisterCleanup and clarify documentation of ParameterHandler...
2011-03-01 bonitoChose a quadrature formula compatible with the fe_degree
2011-02-27 kormannRemove unused variables.
2011-02-26 bangerthConsistently use a higher order mapping in all places...
2011-02-25 bangerthUndo r23436 since it breaks all sorts of tests :-(.
2011-02-25 bangerthChange geometry slightly. Impose no-slip boundary condi...
2011-02-24 buergAdd missing instantiation of interpolate_boundary_values.
2011-02-24 steigemanncorrect path for generating documentation with doxygen
2011-02-24 bangerthFix test.
2011-02-24 bangerthHandle constraints between FE_Q and FE_Nothing.
2011-02-24 bangerthAdd a test that currently fails so that I can look...
2011-02-24 bangerthIndent a couple lines.
2011-02-23 steigemannput all classes for the parameterGUI in a namespace...
2011-02-23 kormannTest of get_fe_from_name for FE_Q with Gauss-Lobatto...
2011-02-23 kormannImplement get_fe_from_name for FE_Q with Gauss-Lobatto...
2011-02-23 bangerthMove test that now works.
2011-02-23 bangerthResolve a couple issues with the new no_requirements...
2011-02-23 bangerthResolve a couple issues with the new no_requirements...
2011-02-23 bangerthAdd output directory.
2011-02-23 bangerthRevert accidental change.
2011-02-23 bangerthAugment documentation. Other simple mods.
2011-02-23 bangerthNew test.
2011-02-23 bangerthMake it run with the hp elements. The solution is still...
2011-02-23 bangerthHandle the new no_requirements case.
2011-02-23 bangerthIntroduce another code for face domination to satisfy...
2011-02-23 bangerthBe explicit that not being able to build the parameter_...
2011-02-23 bangerthRemove unused variable.
2011-02-23 bangerthSuppress output when building the parameter GUI in...
2011-02-23 bangerthDo not use deal.II compile flags, they make no sense...
2011-02-23 heisterApply fix also for PETScWrappers::SparseMatrix in the...
2011-02-22 heistercleanup test and make it pass.
2011-02-22 heisterFixed: PETScWrappers:MPI:SparseMatrix and apply_boundar...
2011-02-22 heistermake sure the test fails and also test with one cpu.
2011-02-22 heisterPETSc test for SparseMatrix::clear_rows. Fails right...
2011-02-22 bangerthUse different pressure scaling.
2011-02-22 bangerthMinor edits.
2011-02-22 bangerthFix spelling.
2011-02-22 buergExclude FESystem from checks.
2011-02-22 buergTests for the project_boundary_values_*_conforming...
2011-02-22 buergFunction to interpolate Dirichlet boundary values for...
2011-02-22 bangerthMake ./configure and friends deal with Trilinos headers...
2011-02-22 bangerthRemove -unix from qmake.
2011-02-22 heisterstep-32: calculate and output l2 divergence error for...
2011-02-22 janssena "t" added
2011-02-22 bangerthAdd a link to an appropriate place of the documentation.
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.