]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
2011-08-02 kronbichlerCleanup.
2011-08-02 kronbichlerFix compilation on systems without std-c++11.
2011-08-02 kronbichlerFix scalar product with complex number: return real_typ...
2011-08-02 kronbichlerTest Tensor with non-default template arguments: float...
2011-08-02 kronbichlerExtend classes Tensor, SymmetricTensor and Point to...
2011-08-02 kronbichlerFix typos.
2011-08-02 kronbichlerCache loop bounds.
2011-08-02 kronbichlerMake transpose of matrix in Trilinos matmatmult work...
2011-07-31 kronbichlerCleanup of operations. Can now also be compiled with...
2011-07-30 kanschatOutput efficiency index and orders
2011-07-29 kanschatFix problem with constant polynomials
2011-07-28 kanschattest FullMatrix Schur complement
2011-07-28 kanschatadd function for Schur complement; needs testing
2011-07-28 kanschatcompute correct energy norm and L2 norm
2011-07-28 kronbichlerNeed to include limits.
2011-07-27 kanschatfix unnecessary if
2011-07-27 kronbichlerSet svn:ignore.
2011-07-27 kronbichlerOmit unused parameters.
2011-07-27 kronbichlerTest serialization of polynomial based on product form...
2011-07-27 kronbichlerImplement serialization. Clean up change between produc...
2011-07-27 kronbichlerMake compile with gcc 4.6.
2011-07-27 kronbichlerUpdate output after r23960.
2011-07-27 kronbichlerFix output because of different roundoff due to r23961.
2011-07-27 kronbichlerReduce range of shift test.
2011-07-27 kronbichlerFix warning on unused variables.
2011-07-27 kronbichlerCorrect error message for deal.II and PETSc MPI setting...
2011-07-27 kanschatrename class to Step3
2011-07-27 kanschatmake first steps a bit more conforming to later
2011-07-26 kronbichlerImprove performance of evaluation of tensor product...
2011-07-26 kronbichlerNow finally fix LagrangeEquidistant constructor. Add...
2011-07-26 kronbichlerFix initialization of LagrangeEquidistant.
2011-07-26 kronbichlerDocument changes in FE_Q and Polynomial.
2011-07-26 kronbichlerImproved initialization of embedding and restriction...
2011-07-26 kronbichlerBetter evaluation of Lagrangian basis functions: use...
2011-07-26 kronbichlerPolynomial evaluation at high orders: old implementatio...
2011-07-25 kanschatAdd note for mac users
2011-07-25 kanschatStart todo for fixing tutorial
2011-07-25 kanschatInitialization does not belong into a loop
2011-07-22 bangerthCompiler doesn't like 'typename' outside templates.
2011-07-21 bangerthFix typo.
2011-07-20 gerechtbugfix create_boundary_right_hand_side
2011-07-20 bangerthNew test, to be fixed by Daniel Gerecht.
2011-07-20 bangerthUpdate numbers.
2011-07-18 bangerthAdd a mechanism for thread local storage to the library...
2011-07-18 bangerthSet svn properties.
2011-07-12 bangerthUse same style for referencing support as elsewhere.
2011-07-12 bangerthUse a replacement version of std::lower_bound that...
2011-07-12 bangerthDo not copy FE_Collection objects (and same for mapping...
2011-07-12 bangerthRename function and document its need.
2011-07-11 heisterRemove debug output in grid_generator. Oops.
2011-07-11 kronbichlerTest for avoiding bug in FE_Q with arbitrary nodes...
2011-07-11 kronbichlerFix bug in FE_Q with arbitrary nodes: the hp line/quad...
2011-07-11 kronbichlerDo operator= in parallel just as matrix-vector products...
2011-07-09 kanschatget_data cannot return null pointer
2011-07-09 kanschatnew functions for setting face and subfaces without...
2011-07-08 bangerthReplace a quadratic algorithm by a linear one. This...
2011-07-08 bangerthAccelerate the central part of the reordering algorithm...
2011-07-08 bangerthAbort the program at the moment since it locks up and...
2011-07-07 bangerthToss section on Trilinos versions prior to 10.0.
2011-07-07 heisterAdd GridGenerator::quarter_hyper_shell. Only implemente...
2011-07-07 heisterFix example in documentation: control is no longer...
2011-07-07 bangerthDo not access the first element if the vector is empty.
2011-07-07 bangerthDo not access the first element if the vector is empty.
2011-07-07 bangerthAdjust, not that count_dofs_per_component is available...
2011-07-07 bangerthMake compile also with MPI enabled.
2011-07-06 gollRename test and add a new one that verifies FECollectio...
2011-07-06 gollImplement DoFTools::count_dofs_per_component also for...
2011-07-06 bangerthClose the ConstraintMatrix before use.
2011-07-06 bangerthTemporarily increase timeout after using the libstdc...
2011-07-06 bangerthClose the constraint matrix.
2011-07-06 bangerthAdd an assertion without which we probably compute...
2011-07-05 kanschatstart fixing FE_Face
2011-07-04 bangerthDon't access an element of an array if the array has...
2011-07-04 bangerthAllow calling join() on a thread object more than once.
2011-07-04 bangerthAvoid accessing element past the end.
2011-07-03 bangerthRemove the test that we produce an exception for invali...
2011-07-02 bangerthMake work again.
2011-07-02 bangerthFix non-sensical placement of a join_all statement.
2011-07-01 bangerthEnsure that a thread can indeed be joined. This doesn...
2011-07-01 kanschatAdd to module Integrators
2011-07-01 bangerthAdd Threads::Thread::valid.
2011-07-01 bangerthAdd Threads::Thread::valid.
2011-07-01 bangerthFix typos.
2011-07-01 bangerthFix typos.
2011-07-01 bangerthDon't write stuff into a big file that we're never...
2011-07-01 bangerthUpdate after the change to computing no_normal_flux.
2011-07-01 bangerthAvoid accessing invalid elements of an array.
2011-07-01 bangerthUndo last change and document why the code that looked...
2011-07-01 bangerthAvoid accessing elements past the end.
2011-07-01 bangerthFix a problem where we access an element past the end...
2011-07-01 kanschatremove unused variable
2011-07-01 kanschatReplace wrong loop bounds
2011-07-01 bangerthOK, that didn't work :-(
2011-07-01 bangerthUse a better way to copy stuff.
2011-07-01 bangerthOnly access elements of a vector if it is not empty.
2011-07-01 bangerthDo not access the element-past-the-end of a vector.
2011-06-30 bangerthUse a more robust version of denoting the null pointer...
2011-06-30 bangerthBe more careful accessing the data array of a Table...
2011-06-30 bangerthCompare iterators from the same container.
2011-06-30 bangerthFix another such place.
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.