]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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...
2011-06-29 Wolfgang BangerthUse proper syntax in compile test.
2011-06-29 Wolfgang BangerthWork around an awkward problem: when using mappings...
2011-06-29 Wolfgang BangerthDetect common problem with Sacado_cmath.hpp and link...
2011-06-29 Wolfgang BangerthUpdate one.
2011-06-29 Wolfgang BangerthBetter doxygen markup.
2011-06-29 Wolfgang BangerthAdd a note to a comment.
2011-06-29 Wolfgang BangerthOnly the 3d case is affected.
2011-06-29 Wolfgang BangerthReduce test to the minimum.
2011-06-29 Wolfgang BangerthAuto-detect the Trilinos sub-libs we need to link with...
2011-06-28 Guido Kanschatremove obsolete keyword
2011-06-28 Guido KanschatHeader
2011-06-28 Wolfgang BangerthAugment documentation. Add a guarantee about the first...
2011-06-28 Wolfgang BangerthNew test.
2011-06-27 Martin KronbichlerWork around compiler warnings in boost library.
2011-06-27 Martin KronbichlerFix memory consumption of std::vector<T> with more...
2011-06-27 Martin KronbichlerFix typo in documentation.
2011-06-27 Martin KronbichlerOmit unused variables.
2011-06-27 Martin KronbichlerTest ConstraintMatrix::merge() for constraint matrices...
2011-06-27 Martin KronbichlerImplement ConstraintMatrix::merge() for constraint...
2011-06-26 Timo Heisteradd failing testcase for no_normal_flux constraints...
2011-06-26 Wolfgang BangerthNew test that currently fails.
2011-06-26 Wolfgang BangerthMake test compile and run. It does abort now, though...
2011-06-26 Wolfgang BangerthOne more test.
2011-06-26 Wolfgang BangerthImprove error message.
2011-06-26 Wolfgang BangerthTest works after all -- the deadlock was due to the...
2011-06-26 Wolfgang BangerthAlso set SERVER_BASED_SEARCH to NO.
2011-06-26 Wolfgang BangerthSet TEMPLATE_RELATIONS to YES.
2011-06-24 Wolfgang BangerthAdd another one.
2011-06-24 Wolfgang BangerthAdd a new test. This one segfaults on my laptop, let...
2011-06-24 Wolfgang BangerthRemove static_casts that are now no longer necessary...
2011-06-24 Wolfgang BangerthUse '-Wl,-rpath,' instead of '-Wl,-rpath ' (note the...
2011-06-23 Wolfgang BangerthMake our lives a bit easier in counting how many variab...
2011-06-23 Lauren FergusonAdd more details to the Refinement During Timesteps...
2011-06-23 Andrea BonitoAdded instantiation of PETScWrappers::MPI:Vector in...
2011-06-22 Wolfgang BangerthExperiment with adding a search engine to the doxygen...
2011-06-22 Wolfgang BangerthUpdate documentation in a number of places.
2011-06-21 Wolfgang BangerthAdd something to the documentation.
2011-06-21 Markus BuergRemove wrong comment.
2011-06-20 Wolfgang BangerthAugment documentation.
2011-06-20 Wolfgang BangerthOne more.
2011-06-20 Wolfgang BangerthAdd a master's thesis.
2011-06-18 Guido Kanschatremove obsolete constructor
2011-06-17 Guido Kanschatundo erroneous commit
2011-06-17 Guido Kanschattest permutation in RelaxationBlock
2011-06-17 Guido Kanschatfix order in SSOR
2011-06-17 Guido Kanschatimplement ADI, awaits testing
2011-06-17 Guido Kanschatstop copying BlockList
2011-06-17 Guido Kanschatpush block list into AdditionalData
2011-06-17 Guido Kanschatchange order of initialization
2011-06-17 Guido Kanschattest for correct size of permutation vector and add...
2011-06-17 Wolfgang BangerthNew function GridGenerator::merge_triangulations.
2011-06-17 Wolfgang BangerthNew function GridGenerator::merge_triangulations.
2011-06-17 Wolfgang BangerthAdd Timo's PhD thesis.
2011-06-17 Wolfgang BangerthFix spelling of name.
2011-06-17 Wolfgang BangerthAugment documentation for a case that two students...
2011-06-16 Wolfgang BangerthAdd one.
2011-06-16 Wolfgang BangerthCheck for a couple more C++11 features.
2011-06-16 Wolfgang BangerthAdd comment.
2011-06-16 Timo Heisterfix typo in doc.
2011-06-15 Wolfgang BangerthAdd one.
2011-06-15 Wolfgang BangerthOne more.
2011-06-15 Wolfgang BangerthFix year.
2011-06-15 Wolfgang BangerthUpdate one.
2011-06-15 Timo Heisterstep-32: fix error resulting in some settings being...
2011-06-15 Wolfgang BangerthChange suggested by Max Jensen: make clean shouldn...
2011-06-15 Wolfgang BangerthFix a typo pointed out by Max Jensen.
2011-06-14 Wolfgang BangerthMake compile with older compilers.
2011-06-13 Wolfgang BangerthRemove accidentally included file :-(
2011-06-13 Wolfgang BangerthImplement serialization of DoFHandler objects.
2011-06-13 Wolfgang BangerthMake things work with objects that aren't copyable.
2011-06-13 Wolfgang BangerthYet one more test.
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.