]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2002-01-25 Wolfgang BangerthSince neighbors are now printed, the output is no more...
2002-01-25 Wolfgang BangerthAdd Open DX to the list of supported output formats.
2002-01-25 Ralf HartmannFix href. to www.opendx.org
2002-01-22 Ralf HartmannFix. Inhibit automatic copy-constructor or assignment...
2002-01-22 Ralf HartmannRemove function specialization, that leads to multiply...
2002-01-18 Guido KanschatInVector for compute_mean_value should have been const
2002-01-18 Ralf HartmannAdd to 2001 publications. Some minor changes.
2002-01-18 Ralf Hartmann.
2002-01-18 Wolfgang BangerthUpdate amount of disk space necessary.
2002-01-18 Wolfgang BangerthNo clean-big any more.
2002-01-18 Wolfgang BangerthUpdate message you see from make in top-level dir.
2002-01-17 Guido Kanschatdiscontinuous output
2002-01-17 Guido Kanschatbogus file removed
2002-01-17 Guido Kanschatspace between date and time
2002-01-17 Guido Kanschattypo
2002-01-17 Guido KanschatRemove date from DX output
2002-01-17 Guido Kanschat.check renamed to .OK for easier typing
2002-01-17 Guido Kanschattest for DX output added
2002-01-16 Wolfgang BangerthReplace some scalar assignments Vector=0 by clear().
2002-01-16 Wolfgang BangerthMove operator=(number), i.e. scalar fill, as inline...
2002-01-11 Wolfgang BangerthNow outdated.
2002-01-11 Wolfgang BangerthHave file which we can go through for 3.3
2002-01-11 Wolfgang BangerthAssign numbers
2002-01-10 Wolfgang BangerthFix something
2002-01-10 Guido Kanschatvector valued cut-off functions
2002-01-10 Wolfgang BangerthNew output file after exception changes.
2002-01-10 Wolfgang BangerthAdd comment.
2002-01-10 Wolfgang Bangerthnew exception stuff
2002-01-10 Wolfgang BangerthAllow printing more information if an assertion is...
2002-01-10 Wolfgang BangerthPut the main assert triggering function into the .cc...
2002-01-09 Wolfgang BangerthFurther improve the working of the exception mechanism.
2002-01-09 Wolfgang BangerthNo more abort a program in Assert() if another (C+...
2002-01-09 Wolfgang BangerthFix executable name
2002-01-09 Wolfgang BangerthFix forgotten typenames
2002-01-09 Wolfgang BangerthProvide a definition of a static member variable.
2002-01-09 Wolfgang BangerthWork around a bug in Compaq's cxx compiler.
2002-01-09 Wolfgang BangerthOptimize slightly.
2002-01-09 Wolfgang BangerthFix some warnings of Compaq's cxx for superfluous const...
2002-01-09 Wolfgang BangerthWork around a problem where we have stringstream but...
2002-01-09 Wolfgang BangerthFix writing to read-only variable. (Well, work-around...
2002-01-09 Wolfgang BangerthFix omitted explicit instantiations.
2002-01-09 Wolfgang BangerthFix missing std:: for Compaq's cxx.
2002-01-09 Wolfgang BangerthFix a missing "typename"
2002-01-08 Wolfgang BangerthFix a missing std::
2002-01-08 Wolfgang BangerthFix a missing std::
2002-01-07 Wolfgang Bangerth.
2002-01-07 Wolfgang BangerthFix typo.
2002-01-07 Wolfgang BangerthAdd filtered iterators.
2002-01-07 Wolfgang BangerthSuppress some warnings.
2002-01-07 Wolfgang BangerthUpdate for 2002
2002-01-07 Wolfgang BangerthUpdate copyright notices for 2002.
2002-01-07 Wolfgang BangerthSuppress warning message about unused args.
2002-01-07 Wolfgang BangerthFilter out copyright notices fro example programs.
2002-01-07 Wolfgang BangerthAdd copyright notices.
2002-01-07 Wolfgang BangerthFilteredIterator class
2002-01-04 Wolfgang BangerthFix generation of neighbor information for 1d as well.
2002-01-02 Wolfgang BangerthAdd entries for 2002.
2002-01-02 Wolfgang BangerthImprove wording to reduce confusion about what AVS...
2001-12-20 Guido Kanschatcylinder fixed
2001-12-19 Guido Kanschatcylinder fixed
2001-12-18 Guido KanschatExcFileNotOpen
2001-12-17 Guido Kanschatmake_flux_sparsity_pattern more sophisticated; need...
2001-12-14 Wolfgang BangerthAllow renumbering of unconnected domains (patch by...
2001-12-14 Guido Kanschatsome more programs for OpenDX
2001-12-14 Guido Kanschat3D DX output with neighbors
2001-12-14 Guido Kanschatwrong ostream replaced and std:: before ends and endl
2001-12-13 Guido Kanschatneighbors for DX in 2D
2001-12-11 Guido Kanschatchange to float
2001-12-11 Guido Kanschatchange to float
2001-12-11 Wolfgang BangerthPurification.
2001-12-11 Wolfgang BangerthDenote to which window something should be loaded.
2001-12-10 Guido KanschatPatches prepared for neighbor information
2001-12-07 Guido KanschatSeveral news
2001-12-07 Guido Kanschat3D dx output patched
2001-12-07 Guido KanschatCylinder domains
2001-12-07 Guido Kanschatcompute_mean_value takes BlockVector
2001-12-05 Wolfgang BangerthMark file as outdated.
2001-12-05 Wolfgang BangerthUpdate readme.html w.r.t. the faq file. Add a new entry...
2001-12-04 Guido Kanschatfind out which function is non-zero on a face
2001-12-04 Guido Kanschatfind out which function is non-zero on a face
2001-11-30 Wolfgang BangerthMove OutputStyle to ParameterHandler.
2001-11-30 Wolfgang BangerthMove the OutputStyle enum to the ParameterHandler class.
2001-11-30 Wolfgang BangerthMove the IteratorState to a namespace of its own, to...
2001-11-30 Wolfgang BangerthFix typo.
2001-11-30 Guido Kanschatdx output declared
2001-11-30 Guido Kanschattime string added
2001-11-29 Wolfgang BangerthRe: INCLUDE:
2001-11-29 Wolfgang BangerthAdd comment.
2001-11-29 Wolfgang BangerthRevert order of if-clauses: first check whether an...
2001-11-29 Wolfgang BangerthSlightly improve memory allocation.
2001-11-29 Wolfgang BangerthRemove memory leak and generally improve infrastructure.
2001-11-29 Wolfgang BangerthDon't reset neighbor number if neighbor does not exist.
2001-11-29 Wolfgang BangerthCheck in an assert that breaks the program sometimes...
2001-11-29 Guido Kanschatmultigrid cleanup branch merged
2001-11-29 Ralf HartmannThere are no additional output files any more.
2001-11-29 Wolfgang BangerthNormType.
2001-11-29 Wolfgang BangerthMove the NormType enum to VectorTools.
2001-11-29 Wolfgang BangerthNo more printable documentation.
2001-11-29 Wolfgang BangerthRemove option of printable docs.
2001-11-29 Wolfgang BangerthAlso remove tex-doc.
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.