]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2011-08-02 Martin KronbichlerFix typos.
2011-08-02 Martin KronbichlerCache loop bounds.
2011-08-02 Martin KronbichlerMake transpose of matrix in Trilinos matmatmult work...
2011-07-31 Martin KronbichlerCleanup of operations. Can now also be compiled with...
2011-07-30 Guido KanschatOutput efficiency index and orders
2011-07-29 Guido KanschatFix problem with constant polynomials
2011-07-28 Guido Kanschattest FullMatrix Schur complement
2011-07-28 Guido Kanschatadd function for Schur complement; needs testing
2011-07-28 Guido Kanschatcompute correct energy norm and L2 norm
2011-07-28 Martin KronbichlerNeed to include limits.
2011-07-27 Guido Kanschatfix unnecessary if
2011-07-27 Martin KronbichlerSet svn:ignore.
2011-07-27 Martin KronbichlerOmit unused parameters.
2011-07-27 Martin KronbichlerTest serialization of polynomial based on product form...
2011-07-27 Martin KronbichlerImplement serialization. Clean up change between produc...
2011-07-27 Martin KronbichlerMake compile with gcc 4.6.
2011-07-27 Martin KronbichlerUpdate output after r23960.
2011-07-27 Martin KronbichlerFix output because of different roundoff due to r23961.
2011-07-27 Martin KronbichlerReduce range of shift test.
2011-07-27 Martin KronbichlerFix warning on unused variables.
2011-07-27 Martin KronbichlerCorrect error message for deal.II and PETSc MPI setting...
2011-07-27 Guido Kanschatrename class to Step3
2011-07-27 Guido Kanschatmake first steps a bit more conforming to later
2011-07-26 Martin KronbichlerImprove performance of evaluation of tensor product...
2011-07-26 Martin KronbichlerNow finally fix LagrangeEquidistant constructor. Add...
2011-07-26 Martin KronbichlerFix initialization of LagrangeEquidistant.
2011-07-26 Martin KronbichlerDocument changes in FE_Q and Polynomial.
2011-07-26 Martin KronbichlerImproved initialization of embedding and restriction...
2011-07-26 Martin KronbichlerBetter evaluation of Lagrangian basis functions: use...
2011-07-26 Martin KronbichlerPolynomial evaluation at high orders: old implementatio...
2011-07-25 Guido KanschatAdd note for mac users
2011-07-25 Guido KanschatStart todo for fixing tutorial
2011-07-25 Guido KanschatInitialization does not belong into a loop
2011-07-22 Wolfgang BangerthCompiler doesn't like 'typename' outside templates.
2011-07-21 Wolfgang BangerthFix typo.
2011-07-20 Daniel Gerechtbugfix create_boundary_right_hand_side
2011-07-20 Wolfgang BangerthNew test, to be fixed by Daniel Gerecht.
2011-07-20 Wolfgang BangerthUpdate numbers.
2011-07-18 Wolfgang BangerthAdd a mechanism for thread local storage to the library...
2011-07-18 Wolfgang BangerthSet svn properties.
2011-07-12 Wolfgang BangerthUse same style for referencing support as elsewhere.
2011-07-12 Wolfgang BangerthUse a replacement version of std::lower_bound that...
2011-07-12 Wolfgang BangerthDo not copy FE_Collection objects (and same for mapping...
2011-07-12 Wolfgang BangerthRename function and document its need.
2011-07-11 Timo HeisterRemove debug output in grid_generator. Oops.
2011-07-11 Martin KronbichlerTest for avoiding bug in FE_Q with arbitrary nodes...
2011-07-11 Martin KronbichlerFix bug in FE_Q with arbitrary nodes: the hp line/quad...
2011-07-11 Martin KronbichlerDo operator= in parallel just as matrix-vector products...
2011-07-09 Guido Kanschatget_data cannot return null pointer
2011-07-09 Guido Kanschatnew functions for setting face and subfaces without...
2011-07-08 Wolfgang BangerthReplace a quadratic algorithm by a linear one. This...
2011-07-08 Wolfgang BangerthAccelerate the central part of the reordering algorithm...
2011-07-08 Wolfgang BangerthAbort the program at the moment since it locks up and...
2011-07-07 Wolfgang BangerthToss section on Trilinos versions prior to 10.0.
2011-07-07 Timo HeisterAdd GridGenerator::quarter_hyper_shell. Only implemente...
2011-07-07 Timo HeisterFix example in documentation: control is no longer...
2011-07-07 Wolfgang BangerthDo not access the first element if the vector is empty.
2011-07-07 Wolfgang BangerthDo not access the first element if the vector is empty.
2011-07-07 Wolfgang BangerthAdjust, not that count_dofs_per_component is available...
2011-07-07 Wolfgang BangerthMake compile also with MPI enabled.
2011-07-06 Christian GollRename test and add a new one that verifies FECollectio...
2011-07-06 Christian GollImplement DoFTools::count_dofs_per_component also for...
2011-07-06 Wolfgang BangerthClose the ConstraintMatrix before use.
2011-07-06 Wolfgang BangerthTemporarily increase timeout after using the libstdc...
2011-07-06 Wolfgang BangerthClose the constraint matrix.
2011-07-06 Wolfgang BangerthAdd an assertion without which we probably compute...
2011-07-05 Guido Kanschatstart fixing FE_Face
2011-07-04 Wolfgang BangerthDon't access an element of an array if the array has...
2011-07-04 Wolfgang BangerthAllow calling join() on a thread object more than once.
2011-07-04 Wolfgang BangerthAvoid accessing element past the end.
2011-07-03 Wolfgang BangerthRemove the test that we produce an exception for invali...
2011-07-02 Wolfgang BangerthMake work again.
2011-07-02 Wolfgang BangerthFix non-sensical placement of a join_all statement.
2011-07-01 Wolfgang BangerthEnsure that a thread can indeed be joined. This doesn...
2011-07-01 Guido KanschatAdd to module Integrators
2011-07-01 Wolfgang BangerthAdd Threads::Thread::valid.
2011-07-01 Wolfgang BangerthAdd Threads::Thread::valid.
2011-07-01 Wolfgang BangerthFix typos.
2011-07-01 Wolfgang BangerthFix typos.
2011-07-01 Wolfgang BangerthDon't write stuff into a big file that we're never...
2011-07-01 Wolfgang BangerthUpdate after the change to computing no_normal_flux.
2011-07-01 Wolfgang BangerthAvoid accessing invalid elements of an array.
2011-07-01 Wolfgang BangerthUndo last change and document why the code that looked...
2011-07-01 Wolfgang BangerthAvoid accessing elements past the end.
2011-07-01 Wolfgang BangerthFix a problem where we access an element past the end...
2011-07-01 Guido Kanschatremove unused variable
2011-07-01 Guido KanschatReplace wrong loop bounds
2011-07-01 Wolfgang BangerthOK, that didn't work :-(
2011-07-01 Wolfgang BangerthUse a better way to copy stuff.
2011-07-01 Wolfgang BangerthOnly access elements of a vector if it is not empty.
2011-07-01 Wolfgang BangerthDo not access the element-past-the-end of a vector.
2011-06-30 Wolfgang BangerthUse a more robust version of denoting the null pointer...
2011-06-30 Wolfgang BangerthBe more careful accessing the data array of a Table...
2011-06-30 Wolfgang BangerthCompare iterators from the same container.
2011-06-30 Wolfgang BangerthFix another such place.
2011-06-30 Wolfgang BangerthDon't compute stuff we never use. In particular, don...
2011-06-30 Wolfgang BangerthCompute the size of a std::vector without dereferencing...
2011-06-30 Wolfgang BangerthOnly define preprocessor symbol if not already defined.
2011-06-30 Wolfgang BangerthVerify that the output that changed with yesterday...
2011-06-30 Wolfgang BangerthReplace two naked 'throw ExcInternalError()' by the...
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.