]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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.
2011-02-22 Wolfgang BangerthNo need to estimate the error in output_results if...
2011-02-21 Wolfgang BangerthAdd a reference to one of our modules.
2011-02-18 Wolfgang BangerthFix code.
2011-02-18 Wolfgang BangerthRe-introduce setting old_old_stokes_solution = old_stok...
2011-02-18 Wolfgang BangerthAdd a newline to the end of the file.
2011-02-18 Wolfgang BangerthImplement two more views of the output in the Postproce...
2011-02-18 Wolfgang BangerthDo the next step. Doesn't work right now, so comment...
2011-02-18 Wolfgang BangerthA tiny bit more infrastructure.
2011-02-18 Wolfgang BangerthMake run with current setup.
2011-02-18 Wolfgang BangerthFix a problem with the FE_Nothing element.
2011-02-18 Wolfgang BangerthNew test.
2011-02-18 Wolfgang BangerthAdd an assertion.
2011-02-18 Wolfgang BangerthNeed to also distribute system_rhs.
2011-02-18 Wolfgang BangerthRemove debug output.
2011-02-18 Wolfgang BangerthConvert to the hp framework.
2011-02-18 Jean-Paul PelteretStep-44: Changed F vector and K matrix names. Changed...
2011-02-18 Wolfgang BangerthMark up input parameters as we usually do.
2011-02-18 Wolfgang BangerthRemove header file that isn't needed.
2011-02-18 Wolfgang BangerthUse a more interesting testcase.
2011-02-18 Wolfgang BangerthFix constraints.
2011-02-18 Wolfgang BangerthFix assembly of matrix. Set up like lid-driven cavity.
2011-02-18 Wolfgang BangerthAdd a stripped down version of step-22 as a first step...
2011-02-17 Wolfgang BangerthImplement a dummy version of the QIterated<0> constructor.
2011-02-17 Wolfgang BangerthNew function: DataOutBase::write_visit_record.
2011-02-17 Wolfgang BangerthFix TableBase<T,N>::operator= if T==bool.
2011-02-16 Wolfgang BangerthAdd VectorBase::minimal_value.
2011-02-16 Wolfgang BangerthAdd VectorBase::minimal_value.
2011-02-16 Martin Steigemannadapt interpolation functions in FETools to parallel...
2011-02-16 Martin Steigemannadapt interpolation functions in FETools to parallel...
2011-02-16 Wolfgang BangerthAdd a comment.
2011-02-16 Wolfgang BangerthUndo r23348 now that this isn't necessary any more.
2011-02-16 Wolfgang BangerthUndo a few of the checks recently introduced since...
2011-02-16 Wolfgang BangerthOne more.
2011-02-16 Baerbel Jannsennew instances for MGDofHandler and hd::DofHandler
2011-02-15 Wolfgang BangerthBeautify output.
2011-02-15 Guido Kanschattest CellsAndFaces
2011-02-15 Wolfgang BangerthFix a problem with colorize_hyper_shell which wasn...
2011-02-15 Guido Kanschatremove console output
2011-02-15 Guido Kanschatimplement Assembler::Functional::initialize_info
2011-02-15 Guido Kanschattest Assembler::Functional
2011-02-15 Guido Kanschat...and remove debug output
2011-02-15 Guido Kanschatremove a problem that bind seems to create a copy of...
2011-02-15 Wolfgang BangerthFix doc prob.
2011-02-15 Wolfgang BangerthFix grammar fail.
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.