]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
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.
2011-02-22 bangerthAdd a section on visualizing vector-valued data.
2011-02-22 bangerthProperly write formulas.
2011-02-22 bangerthNo need to estimate the error in output_results if...
2011-02-21 bangerthAdd a reference to one of our modules.
2011-02-18 bangerthFix code.
2011-02-18 bangerthRe-introduce setting old_old_stokes_solution = old_stok...
2011-02-18 bangerthAdd a newline to the end of the file.
2011-02-18 bangerthImplement two more views of the output in the Postproce...
2011-02-18 bangerthDo the next step. Doesn't work right now, so comment...
2011-02-18 bangerthA tiny bit more infrastructure.
2011-02-18 bangerthMake run with current setup.
2011-02-18 bangerthFix a problem with the FE_Nothing element.
2011-02-18 bangerthNew test.
2011-02-18 bangerthAdd an assertion.
2011-02-18 bangerthNeed to also distribute system_rhs.
2011-02-18 bangerthRemove debug output.
2011-02-18 bangerthConvert to the hp framework.
2011-02-18 pelteretStep-44: Changed F vector and K matrix names. Changed...
2011-02-18 bangerthMark up input parameters as we usually do.
2011-02-18 bangerthRemove header file that isn't needed.
2011-02-18 bangerthUse a more interesting testcase.
2011-02-18 bangerthFix constraints.
2011-02-18 bangerthFix assembly of matrix. Set up like lid-driven cavity.
2011-02-18 bangerthAdd a stripped down version of step-22 as a first step...
2011-02-17 bangerthImplement a dummy version of the QIterated<0> constructor.
2011-02-17 bangerthNew function: DataOutBase::write_visit_record.
2011-02-17 bangerthFix TableBase<T,N>::operator= if T==bool.
2011-02-16 bangerthAdd VectorBase::minimal_value.
2011-02-16 bangerthAdd VectorBase::minimal_value.
2011-02-16 steigemannadapt interpolation functions in FETools to parallel...
2011-02-16 steigemannadapt interpolation functions in FETools to parallel...
2011-02-16 bangerthAdd a comment.
2011-02-16 bangerthUndo r23348 now that this isn't necessary any more.
2011-02-16 bangerthUndo a few of the checks recently introduced since...
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.