]> https://gitweb.dealii.org/ - dealii-svn.git/shortlog
dealii-svn.git
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.
2011-06-30 bangerthDon't compute stuff we never use. In particular, don...
2011-06-30 bangerthCompute the size of a std::vector without dereferencing...
2011-06-30 bangerthOnly define preprocessor symbol if not already defined.
2011-06-30 bangerthVerify that the output that changed with yesterday...
2011-06-30 bangerthReplace two naked 'throw ExcInternalError()' by the...
2011-06-29 bangerthUse proper syntax in compile test.
2011-06-29 bangerthWork around an awkward problem: when using mappings...
2011-06-29 bangerthDetect common problem with Sacado_cmath.hpp and link...
2011-06-29 bangerthUpdate one.
2011-06-29 bangerthBetter doxygen markup.
2011-06-29 bangerthAdd a note to a comment.
2011-06-29 bangerthOnly the 3d case is affected.
2011-06-29 bangerthReduce test to the minimum.
2011-06-29 bangerthAuto-detect the Trilinos sub-libs we need to link with...
2011-06-28 kanschatremove obsolete keyword
2011-06-28 kanschatHeader
2011-06-28 bangerthAugment documentation. Add a guarantee about the first...
2011-06-28 bangerthNew test.
2011-06-27 kronbichlerWork around compiler warnings in boost library.
2011-06-27 kronbichlerFix memory consumption of std::vector<T> with more...
2011-06-27 kronbichlerFix typo in documentation.
2011-06-27 kronbichlerOmit unused variables.
2011-06-27 kronbichlerTest ConstraintMatrix::merge() for constraint matrices...
2011-06-27 kronbichlerImplement ConstraintMatrix::merge() for constraint...
2011-06-26 heisteradd failing testcase for no_normal_flux constraints...
2011-06-26 bangerthNew test that currently fails.
2011-06-26 bangerthMake test compile and run. It does abort now, though...
2011-06-26 bangerthOne more test.
2011-06-26 bangerthImprove error message.
2011-06-26 bangerthTest works after all -- the deadlock was due to the...
2011-06-26 bangerthAlso set SERVER_BASED_SEARCH to NO.
2011-06-26 bangerthSet TEMPLATE_RELATIONS to YES.
2011-06-24 bangerthAdd another one.
2011-06-24 bangerthAdd a new test. This one segfaults on my laptop, let...
2011-06-24 bangerthRemove static_casts that are now no longer necessary...
2011-06-24 bangerthUse '-Wl,-rpath,' instead of '-Wl,-rpath ' (note the...
2011-06-23 bangerthMake our lives a bit easier in counting how many variab...
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.