]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2001-06-27 Guido Kanschatmultiplications improved
2001-06-27 Guido Kanschatshifted matrices in a separate file
2001-06-27 Guido Kanschatoutput format fixed
2001-06-27 Guido Kanschatmemory bug removed
2001-06-26 Wolfgang BangerthFix gcc3 issues.
2001-06-26 Wolfgang BangerthFix missing std::
2001-06-26 Wolfgang BangerthFix up ambiguous call to std::sqrt
2001-06-26 Wolfgang BangerthProvide storage for static member variables.
2001-06-26 Wolfgang BangerthUndo previous change, as it modifies the output of the
2001-06-26 Wolfgang BangerthDon't try to assign to cerr.
2001-06-26 Wolfgang BangerthFix missing std::
2001-06-26 Wolfgang BangerthFix obvious reason why this test failed.
2001-06-25 Wolfgang Bangerth.
2001-06-25 Wolfgang BangerthDon't throw an error if reinit is called with all zero row
2001-06-24 Wolfgang Bangerth.
2001-06-23 Wolfgang BangerthImplement CompressedBlockSparsityPattern, use it, test it.
2001-06-22 Wolfgang BangerthForgot .checked file.
2001-06-22 Wolfgang BangerthNew class CompressedSparsityPattern. Use it. New test.
2001-06-22 Wolfgang BangerthImplement previously unimplemented function and fix...
2001-06-21 Wolfgang Bangerth.
2001-06-21 Wolfgang BangerthProvide a way to get at the quadrature formula from...
2001-06-06 Guido Kanschatadded pointer to matrices
2001-06-05 Guido Kanschatlogging of coefficients moved to proper place
2001-06-05 Guido Kanschatmultigrid for dgq5 and dgq6
2001-06-05 Guido Kanschatdouble line removed
2001-06-05 Guido Kanschatnew utilities directory
2001-06-02 Guido Kanschateliminate copy constructors and some more documentation
2001-06-01 Guido Kanschatoptional memory usage output
2001-05-31 Guido Kanschatmatrices made data members
2001-05-31 Guido Kanschatpreliminary memory check
2001-05-31 Guido Kanschatdestructor added
2001-05-28 Guido Kanschatdelete even smaller values
2001-05-28 Guido KanschatLegendre polynomials fixed
2001-05-28 Guido Kanschatround-off
2001-05-28 Guido Kanschattest for Legendre polynomials
2001-05-27 Wolfgang BangerthFix typo.
2001-05-24 Wolfgang Bangerth'echo' is not guaranteed to understand \n. At leasts...
2001-05-24 Wolfgang BangerthGroup all documentation together.
2001-05-24 Wolfgang BangerthRevert to using default args.
2001-05-24 Wolfgang Bangerth.
2001-05-24 Wolfgang BangerthReplace explicite specializations of functions -- which...
2001-05-24 Wolfgang BangerthExplicitely instantiate missing classes.
2001-05-24 Wolfgang BangerthDocument and remove old classes.
2001-05-23 Wolfgang BangerthFix various issues.
2001-05-23 Wolfgang BangerthAdd two TODOs.
2001-05-23 Wolfgang Bangerth-O3 crashes the program before start even...
2001-05-23 Wolfgang BangerthFix bogosity.
2001-05-23 Wolfgang BangerthFix followup problem.
2001-05-23 Wolfgang BangerthWork around a gcc problem.
2001-05-23 Wolfgang BangerthRemove old type DoFHandler::FunctionMap by FunctionMap...
2001-05-23 Wolfgang BangerthFix missing include.
2001-05-23 Wolfgang BangerthAllow compilation also for PII.
2001-05-23 Wolfgang BangerthWork around bugs in gcc2.95: declaring the existence...
2001-05-23 Wolfgang BangerthFix thinko: we give absolute paths to libs, so no need...
2001-05-23 Wolfgang BangerthSupport Intel ICC.
2001-05-23 Wolfgang BangerthPut the classes that denote flags to the TimeStepBase_T...
2001-05-23 Wolfgang BangerthRevert to the old style scheme of explicitely specializing
2001-05-23 Wolfgang BangerthAllow for more aggressive optimizations.
2001-05-23 Wolfgang BangerthUse LDFLAGS to link libraries, rather than CXXFLAGS...
2001-05-23 Wolfgang BangerthDon't link with C++ flags.
2001-05-23 Wolfgang Bangerth.
2001-05-23 Wolfgang BangerthRevise the configury scheme: F77 support libraries...
2001-05-22 Ralf HartmannInclude declarations of explicit specializations.
2001-05-22 Wolfgang BangerthForgot explicit specializations.
2001-05-22 Wolfgang BangerthForgot one explicit specialization.
2001-05-22 Guido Kanschatovershooting in declaration removed
2001-05-22 Guido Kanschatdeclaration of specialization
2001-05-22 Wolfgang BangerthMore declarations of explicit specializations.
2001-05-22 Wolfgang BangerthDelete impossible specialization declarations.
2001-05-22 Wolfgang BangerthDeclare existence of explicit specializations.
2001-05-22 Ralf HartmannInclude declarations of explicit specializations.
2001-05-22 Ralf HartmannDoc update. Include declarations of explicit specializa...
2001-05-22 Wolfgang BangerthRemove auto-generation comment.
2001-05-22 Wolfgang BangerthMake things more C++ conformant.
2001-05-22 Wolfgang BangerthMake things more C++ conformant.
2001-05-22 Wolfgang BangerthAdd various std:: and other things to get the testsuite...
2001-05-22 Wolfgang BangerthDisable showing linker line again.
2001-05-22 Wolfgang BangerthAdd various std:: and other things to get the testsuite...
2001-05-22 Wolfgang BangerthIgnore number and type of whitespace in output files.
2001-05-22 Wolfgang BangerthDon't include $CXXFLAGS into compile flags, as they...
2001-05-22 Wolfgang BangerthAdd missing std::
2001-05-22 Wolfgang BangerthConfigure now recognizes Intel ICC.
2001-05-21 Guido Kanschatvector2d for LAPACK enhancement
2001-05-21 Guido Kanschatnew class vector2d
2001-05-21 Wolfgang BangerthPut in a text at the very top that describes the librar...
2001-05-21 Wolfgang BangerthRemove obviously unnecessary include file.
2001-05-21 Guido Kanschatnew class vector2d
2001-05-21 Ralf HartmannMake it compile in 1d.
2001-05-18 Ralf HartmannDoc update.
2001-05-18 Ralf HartmannInclude grid_transform test.
2001-05-18 Ralf HartmannTest for the new GridGenerator::laplace_transformation...
2001-05-18 Ralf HartmannImplementation of new laplace_transformation function.
2001-05-18 Wolfgang Bangerth.
2001-05-18 Wolfgang BangerthFix thinko.
2001-05-18 Wolfgang BangerthMore for Intel's ICC.
2001-05-18 Wolfgang BangerthMake QuadComparator::operator() const.
2001-05-18 Wolfgang BangerthMake variables const and thus Intel C++ compiler more...
2001-05-18 Wolfgang BangerthMake variables const and thus Intel C++ compiler more...
2001-05-18 Wolfgang BangerthRemove invalid specialization syntax.
2001-05-18 Wolfgang BangerthFind gcc bug and fix the resulting invalid code.
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.