]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2002-10-06 Guido KanschatChange some ExcInternalError to ExcNotImplemented
2002-10-05 Guido Kanschatsyntax errors removed
2002-10-04 Wolfgang BangerthFix typos.
2002-10-04 Wolfgang BangerthPut in an #endif. Hope it will do the job...
2002-10-04 Wolfgang BangerthGenerally use the frameset DTD instead of the strict...
2002-10-04 Wolfgang BangerthSomething more. Rewrite section on otehr Windows compilers.
2002-10-04 Wolfgang BangerthText fixes
2002-10-04 Wolfgang BangerthSomething on the Windows quad vs quad_t problem.
2002-10-04 Wolfgang BangerthUpdate.
2002-10-03 Wolfgang BangerthTry more.
2002-10-03 Wolfgang BangerthMore information.
2002-10-03 Wolfgang Bangerthcomment.
2002-10-03 Wolfgang BangerthFix last check-in
2002-10-03 Wolfgang Bangerthforward_declarations.h no longer exists. this file...
2002-10-03 Wolfgang Bangerthif we have HSL functions, then contrib now also depends...
2002-10-03 Wolfgang BangerthSome more error checking things.
2002-10-03 Wolfgang BangerthFix various problems reported by the HTML checker,...
2002-10-03 Wolfgang BangerthFix obvious bugs.
2002-10-03 Guido Kanschatbegin new BlockSparseMatrixEZ
2002-10-03 Guido Kanschatminor doc change
2002-10-03 Guido Kanschatadditional functions in SparseMatrixEZ
2002-10-03 Guido Kanschatmissing Tvmult implemented
2002-10-03 Guido Kanschatsmall doc change
2002-10-02 Wolfgang BangerthFix a couple of issues with the cxx compiler.
2002-10-02 Guido Kanschatspurious virtual removed
2002-10-01 Wolfgang BangerthDebug.
2002-10-01 Wolfgang BangerthFix comment.
2002-10-01 Wolfgang BangerthFix comment.
2002-10-01 Wolfgang BangerthFix bug.
2002-10-01 Wolfgang BangerthIndent comment.
2002-10-01 Wolfgang BangerthLoop until the specified number of bytes has been writt...
2002-10-01 Wolfgang BangerthRemove old code.
2002-10-01 Wolfgang BangerthCheck for the right thing.
2002-10-01 Wolfgang BangerthUse "kill" instead to monitor liveness of other process
2002-10-01 Wolfgang BangerthMake sure only one thread writes at a time.
2002-10-01 Wolfgang BangerthHave a thread that monitors liveness of the child process.
2002-10-01 Wolfgang BangerthUse the deal.II features to create threads.
2002-10-01 Wolfgang BangerthClean up message.
2002-10-01 Wolfgang BangerthPass master_pid as an argument.
2002-10-01 Wolfgang BangerthUse the deal.II features to create threads.
2002-10-01 Wolfgang BangerthEven better debug output.
2002-10-01 Wolfgang BangerthAlso list communication in other die fnct.
2002-10-01 Wolfgang BangerthLog all communication, and replay upon death.
2002-10-01 Wolfgang BangerthSame for the 1d function.
2002-10-01 Wolfgang BangerthMake extract_boundary_dofs work with non-primitive...
2002-10-01 Wolfgang BangerthClean up a little bit, better error checking.
2002-10-01 Guido KanschatUnused parameters removed
2002-09-30 Wolfgang BangerthAdd the same assertion to the MA47 code.
2002-09-30 Wolfgang BangerthFix a memory allocation bug in one of the MA27 function...
2002-09-30 Wolfgang BangerthDoh!
2002-09-30 Wolfgang BangerthBetter error message in case of an error.
2002-09-30 Wolfgang BangerthFix one forgotten case.
2002-09-30 Wolfgang BangerthRegenerate
2002-09-30 Wolfgang BangerthTry to work around some hairy problems with different...
2002-09-30 Wolfgang BangerthWork around a problem with cxx, which refuses to define...
2002-09-30 Wolfgang BangerthCast invalid values.
2002-09-30 Wolfgang BangerthAdd some more comments about the detached solver.
2002-09-30 Wolfgang BangerthIncrease sleep interval to 20 seconds.
2002-09-30 Wolfgang BangerthTable::fill, setting of matrix sizes in FE base class.
2002-09-30 Wolfgang BangerthNo longer preset the correct sizes of matrices in the...
2002-09-30 Wolfgang BangerthNo longer allow to call Table::fill on empty tables.
2002-09-28 Wolfgang BangerthAlways link the detached_ma27 program with -lpthreads...
2002-09-28 Wolfgang BangerthRemove an assertion that is totally bogus...
2002-09-28 Wolfgang BangerthFix 3 botched assertions.
2002-09-27 Wolfgang BangerthInclude base/config.h
2002-09-27 Wolfgang BangerthFix one bug.
2002-09-27 Wolfgang BangerthBetter error reporting and fix one bug.
2002-09-27 Wolfgang BangerthHave a monitor thread which looks after the demise...
2002-09-27 Wolfgang Bangerthgetpid seems not to be in std::
2002-09-27 Wolfgang BangerthExchange the pid of the master to the detached slave.
2002-09-27 Wolfgang BangerthUch, fix serious bug leading to a deadlock situation...
2002-09-27 Wolfgang BangerthMake template args int instead of unsigned int, as...
2002-09-27 Wolfgang BangerthPut some names into std::
2002-09-27 Wolfgang BangerthFix date.
2002-09-27 Wolfgang BangerthAdd missing include.
2002-09-27 Wolfgang Bangerthcheck for EINTR upon read and write.
2002-09-27 Wolfgang BangerthFix typo.
2002-09-27 Wolfgang Bangerthcheck for EINTR upon read and write.
2002-09-27 Ralf HartmannUpdate publication references.
2002-09-27 Ralf HartmannAbstract of the phd thesis.
2002-09-26 Wolfgang BangerthFix typo.
2002-09-26 Wolfgang BangerthFix typo.
2002-09-26 Wolfgang BangerthFix friend declaration in the case of a mostly standard...
2002-09-26 Wolfgang BangerthInclude correct file.
2002-09-26 Wolfgang BangerthMake constructors of the iterators private, to avoid...
2002-09-26 Wolfgang BangerthUndo Ralfs patch.
2002-09-26 Wolfgang BangerthAdd an exception and use it.
2002-09-26 Wolfgang BangerthAdd an exception
2002-09-26 Ralf HartmannUse of SmartPointer: Table should only be deleted when...
2002-09-26 Wolfgang BangerthFix thinko and source of it.
2002-09-26 Wolfgang BangerthJust fix an empty line at the start of the file.
2002-09-26 Wolfgang BangerthInclude errno.h
2002-09-26 Wolfgang BangerthAlso write out errno in case of an error.
2002-09-25 Wolfgang BangerthIt is of course useless to first abort, then to print...
2002-09-25 Wolfgang BangerthAvoid a warning with icc.
2002-09-25 Wolfgang BangerthFix incorrect parameter name.
2002-09-25 Wolfgang BangerthCheck for that nasty quad-define on CygWin, and disable it.
2002-09-25 Guido Kanschatscale functions with template argument and for BlockVector
2002-09-25 Wolfgang BangerthFix missing dependencies that hits us in parallel builds.
2002-09-25 Wolfgang BangerthClarify docs.
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.