]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2000-10-12 Wolfgang BangerthFurther change the way AssertThrow works, as the previo...
2000-10-12 Thomas Richtercheck for point in cell
2000-10-12 Wolfgang BangerthDoc update. Rename NO_THROW, make it a configure parame...
2000-10-12 Wolfgang BangerthAdd docs.
2000-10-12 Wolfgang BangerthThis NO_THROW branch in AssertThrow was quite bogus!
2000-10-11 Wolfgang BangerthDsiable shared libs on Alpha DEC OSF.
2000-10-11 Wolfgang BangerthBoth QUIET_SUBSCRIPTOR as well as NO_THROW are no more...
2000-10-11 Wolfgang BangerthGridRefinement::refine_and_coarsen_optimize
2000-10-11 Wolfgang Bangerth.
2000-10-11 Wolfgang BangerthAdd some doc.
2000-10-11 third-partyImplementation of 3d boundary data in UCD format and...
2000-10-11 Wolfgang BangerthUpdate author list.
2000-10-11 Wolfgang BangerthImplement some small things for reading 3d grid in...
2000-10-11 Wolfgang BangerthAdd collect_args functions that do not take pointers...
2000-10-10 Thomas Richteradd grid refinement with optimization
2000-10-10 Wolfgang BangerthStructure better the list of 3d rotations, if anyone...
2000-10-09 Wolfgang BangerthNote gcc3.
2000-10-06 Wolfgang BangerthAvoid errors about undeclared sqrt and fabs
2000-10-06 Wolfgang BangerthAvoid warning about possibly unitialized variable.
2000-10-06 Wolfgang BangerthDefine (not only declare) static variable.
2000-10-06 Wolfgang BangerthDefine (not only declare) static variable.
2000-10-06 Wolfgang BangerthAnd remove duplicate initialization.
2000-10-06 Wolfgang BangerthUps, forgot class spec.
2000-10-06 Wolfgang BangerthDefine (not only declare) static variable.
2000-10-06 Wolfgang BangerthUpdate to configure.in
2000-10-06 Wolfgang BangerthSeveral changes for newer compiler. Also fix a bug...
2000-10-06 Wolfgang BangerthDon't compare against empty strings on linux. rather...
2000-10-06 Wolfgang BangerthAvoid warning for missing math function declarations.
2000-10-06 Guido KanschatImproved breakdown criterion?
2000-10-06 Guido Kanschattransposed SOR
2000-10-06 Guido Kanschatimproved version
2000-10-06 Wolfgang BangerthFix same problems as with previous two commits, but...
2000-10-06 Wolfgang BangerthFix typo.
2000-10-06 Wolfgang BangerthAvoid warnings when trying to use doubles as arguments...
2000-10-06 Wolfgang BangerthAvoid error with undefined fabs/sin/cos/sqrt with gcc2.97
2000-10-06 Wolfgang BangerthAvoid error with undefined fabs with gcc2.97
2000-10-06 Wolfgang BangerthAvoid some strange error message with gcc snapshot...
2000-10-05 Wolfgang BangerthAvoid warning for double->int conversion.
2000-10-05 Wolfgang Bangerthsubsume gcc snapshots 2.96 and 2.97 under gcc version...
2000-10-05 Wolfgang BangerthImplement the 3d part of grid_reordering.
2000-10-02 Wolfgang BangerthFirst part of 3d work.
2000-10-02 Wolfgang BangerthMore post-fixes to strip long path names.
2000-10-02 Wolfgang BangerthDon't use empty class decls {};, but rather put the...
2000-10-02 Wolfgang BangerthDoc update.
2000-10-02 Wolfgang BangerthFix typo.
2000-10-02 Wolfgang BangerthSome functions can be implemented in a dimension indepe...
2000-10-02 Wolfgang BangerthAdd comment.
2000-10-02 Wolfgang BangerthFix missing forward declarations.
2000-10-01 Wolfgang BangerthDelete unused vertices. Debug output.
2000-10-01 Wolfgang BangerthDocumentation.
2000-09-29 Wolfgang BangerthAdditional exception.
2000-09-29 Wolfgang BangerthDon't use a stack any more, but rather a vector, as...
2000-09-29 Wolfgang BangerthWrite a function that deletes unused vertices.
2000-09-29 Wolfgang BangerthImplement more of the algorithm.
2000-09-28 Wolfgang BangerthIn create_triangulations, when we throw hard exceptions...
2000-09-28 Wolfgang BangerthUgh, forgot to escape quotes.
2000-09-27 Wolfgang BangerthAccept @url{....} as well.
2000-09-27 Wolfgang BangerthDB Mesh format.
2000-09-27 Wolfgang BangerthAvoid compiler message in 1d.
2000-09-27 Wolfgang BangerthFix missing header include in the .h file, omit it...
2000-09-27 Wolfgang BangerthFix missing header include.
2000-09-27 Wolfgang BangerthAdd a class that implements reordering of grids wheneve...
2000-09-27 Wolfgang BangerthSmall clean-ups.
2000-09-27 Wolfgang BangerthCellData::rotate.
2000-09-25 Wolfgang BangerthClear the triangulation if create_triangulation fails...
2000-09-25 Wolfgang BangerthImplement DBMesh input.
2000-09-21 Wolfgang BangerthInstall the latest version which includes the patches...
2000-09-20 Wolfgang Bangerth_REENTRANT
2000-09-20 Wolfgang BangerthAlso define _REENTRANT in mt mode.
2000-09-20 Wolfgang BangerthFix some quirks where xrefs were recognized where there...
2000-09-20 Wolfgang BangerthChange documentation. I am not sure whether we really...
2000-09-20 Wolfgang BangerthCheck for _isnan besides for isnan.
2000-09-19 Wolfgang BangerthFilter out creation dates/times.
2000-09-19 Wolfgang BangerthAdd testcase for output formats.
2000-09-19 Wolfgang BangerthFix indentation.
2000-09-19 Wolfgang BangerthCheck for _isnan besides for isnan.
2000-09-19 Wolfgang BangerthFix the bug that accounted for most of the xrong xlinks.
2000-09-19 Wolfgang BangerthEscape error messages in filenames.
2000-09-19 Wolfgang BangerthFix bad xlinks.
2000-09-18 Guido KanschatRelaxation parameter in PreconditionBlock
2000-09-18 Wolfgang BangerthUps, use DEAL_II_MAJOR/MINOR instead of DEAL_2_MAJOR...
2000-09-18 Wolfgang BangerthDeclare DEAL_2_MAJOR/MINOR.
2000-09-18 Wolfgang BangerthDocument DEAL_2_MAJOR/MINOR.
2000-09-18 Wolfgang BangerthMake available version numbers.
2000-09-18 Wolfgang BangerthAlso export version numbers to Makefiles.
2000-09-18 Wolfgang BangerthDeclare preprocessor variables DEAL_2_MAJOR/DEAL_2_MINO...
2000-09-18 Wolfgang BangerthDeclare preprocessor variables DEAL_2_MAJOR/DEAL_2_MINOR
2000-09-15 Wolfgang BangerthUpdate to newest version of this program.
2000-09-14 Guido KanschatBug in multigrid removed: the old way of restricting...
2000-09-14 Wolfgang BangerthSort the list of h-files. This is necessary as this...
2000-09-14 Wolfgang BangerthAdd doc about problems with parallel i/o
2000-09-14 Wolfgang BangerthUse [io]stream.write instead of operator<< or operator...
2000-09-12 Wolfgang BangerthAdd small comment.
2000-09-12 Wolfgang BangerthExtend KellyErrorEstimator.
2000-09-11 Wolfgang BangerthImplement estimating the error for several solution...
2000-09-11 Wolfgang BangerthAugment by Makefile.depend
2000-09-11 Wolfgang BangerthDisable shared libs on CygWin.
2000-09-08 Wolfgang BangerthWrite some more docs.
2000-09-08 Wolfgang Bangerthdata_io.h has vanished.
2000-09-08 Ralf HartmannNew Point<dim>::distance function.
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.