]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
1998-05-20 Wolfgang BangerthPerformance tweak to vmult (gain: approx. 20 per cent...
1998-05-20 Wolfgang BangerthSlight cleanup.
1998-05-20 Wolfgang Bangerth.
1998-05-20 Wolfgang BangerthClarify some things with the update flags for FEValues...
1998-05-20 Wolfgang BangerthDoc update and slight clarification of structures.
1998-05-19 Wolfgang BangerthSmall readability changes in advance of bigger performa...
1998-05-19 Wolfgang BangerthPerform some performance tweaks.
1998-05-19 Wolfgang BangerthRemove some things that we probably don't need in the...
1998-05-19 Wolfgang BangerthMove some functions from ProblemBase to more useful...
1998-05-19 Wolfgang Bangerth.
1998-05-19 Wolfgang BangerthMove some functions from ProblemBase to more general...
1998-05-18 Wolfgang BangerthSmall change.
1998-05-18 Wolfgang Bangerth.
1998-05-18 Wolfgang BangerthAdd time dependant functionality to the Function class.
1998-05-18 Wolfgang BangerthTake over timer module from the old DEAL library.
1998-05-18 Wolfgang BangerthAdd some checks for safety.
1998-05-18 Wolfgang BangerthMainly changes for the String->string conversion of...
1998-05-18 Wolfgang BangerthEliminate the need for libg++.a since we changed String...
1998-05-18 Wolfgang BangerthPerformance tweaks with assumptions on the size of...
1998-05-18 Wolfgang BangerthImplement interpolation.
1998-05-18 Wolfgang BangerthMainly doc updates.
1998-05-18 Wolfgang BangerthDoc update.
1998-05-18 Wolfgang BangerthSlight reorganisation (getting the ansatz points of...
1998-05-18 Wolfgang BangerthSlight reorganisation (getting the ansatz points of...
1998-05-18 Wolfgang BangerthConvert from libg++'s String to the standard's string...
1998-05-18 Wolfgang BangerthPerformance tweaks with assumptions on the size of...
1998-05-18 Wolfgang BangerthAdd general write function and more general stuff.
1998-05-18 Wolfgang BangerthAdd function to inquire the number of nonzero elements.
1998-05-18 Wolfgang BangerthDoc updates.
1998-05-17 Wolfgang BangerthAdd Makefile for this directory.
1998-05-15 Wolfgang BangerthDoc update.
1998-05-15 Wolfgang BangerthAdd creation of right hand sides to the MatrixCreator...
1998-05-15 Wolfgang BangerthAdd interpolation/projection and the like of functions...
1998-05-15 Wolfgang BangerthFix typo.
1998-05-15 Wolfgang BangerthUse even less memory in ProblemBase (let's see whether...
1998-05-15 Wolfgang BangerthAdd some standard matrices and code to build them.
1998-05-15 Wolfgang BangerthWeaken a security check.
1998-05-14 Wolfgang Bangerth.
1998-05-14 Wolfgang BangerthDoc update.
1998-05-14 Wolfgang BangerthAdd global makefile to this directory.
1998-05-14 Wolfgang BangerthDoc update.
1998-05-13 Wolfgang BangerthExample update.
1998-05-12 Wolfgang BangerthExtend example by a function with a kink (discontinuity...
1998-05-11 Wolfgang Bangerth.
1998-05-11 Wolfgang BangerthExample refinement.
1998-05-11 Wolfgang BangerthFix trivial problem.
1998-05-11 Wolfgang BangerthAdd #ratio# function.
1998-05-11 Wolfgang BangerthAdd #ratio# function. Doc update.
1998-05-11 Wolfgang BangerthExample update: use ParameterHandler class and other...
1998-05-11 Wolfgang BangerthDoc update.
1998-05-10 Wolfgang BangerthDoc reformatting.
1998-05-10 Wolfgang BangerthDoc reformatting, update and add smoothing parameter...
1998-05-10 Wolfgang BangerthAdd smoothing to triangulation refinement.
1998-05-08 Wolfgang Bangerth.
1998-05-08 Wolfgang BangerthUpdate doc text markup.
1998-05-07 Wolfgang BangerthExample update. Compute maximum of second derivative...
1998-05-07 Wolfgang BangerthAdd additional refinement strategy.
1998-05-07 Wolfgang BangerthDoc update and add function parameter.
1998-05-07 Wolfgang BangerthAdd geometry information to the library.
1998-05-07 Wolfgang BangerthMake dVector even more compatible to C++ standard vecto...
1998-05-06 Wolfgang BangerthMove the dVector class closer to the STL's vector<>.
1998-05-06 Wolfgang Bangerth.
1998-05-06 Wolfgang Bangerth.
1998-05-06 Wolfgang BangerthTrivial bug fix.
1998-05-06 Wolfgang BangerthExample update and trivial bug fix.
1998-05-06 Wolfgang BangerthExample update.
1998-05-06 Wolfgang BangerthFinish support for error estimator also on unstructured...
1998-05-06 Wolfgang BangerthFix trivial bug.
1998-05-06 Wolfgang BangerthUse geometry information instead of hand-crafted values.
1998-05-05 Wolfgang BangerthCleanup and code restructuring.
1998-05-05 Wolfgang BangerthAdd operator < to iterators, to allow a partial orderin...
1998-05-05 Wolfgang BangerthDoc update.
1998-05-05 Wolfgang BangerthStore face integrals with the faces, rather than with...
1998-05-05 Wolfgang BangerthCleanup map<...> declarations.
1998-05-05 Wolfgang BangerthAdd small script to strip off comments from ucd files...
1998-05-05 Wolfgang BangerthAdd some new functions for the restriction of finite...
1998-05-05 Wolfgang BangerthSmall changes and doc update.
1998-05-05 Wolfgang BangerthExample update.
1998-05-04 Wolfgang BangerthNext step towards restriction of finite elements to...
1998-05-04 Wolfgang BangerthAdd support class for the projection of quadrature...
1998-05-04 Wolfgang BangerthAdd support class for the projection of quadrature...
1998-05-04 Wolfgang BangerthAdd adaptive refinement.
1998-05-04 Wolfgang BangerthExample update.
1998-05-04 Wolfgang Bangerth.
1998-05-04 Wolfgang BangerthNext step towards restriction of finite elements to...
1998-05-04 Wolfgang BangerthAdd refinement strategies.
1998-05-04 Wolfgang BangerthMostly doc updates.
1998-05-04 Wolfgang BangerthDoc updates.
1998-05-04 Wolfgang BangerthOptimisations in the compress function by using standar...
1998-05-04 Wolfgang BangerthMake dVector look more like vector<double> classes.
1998-05-04 Wolfgang BangerthMostly doc updates and cleanup.
1998-04-30 Wolfgang BangerthAdd symbols script, which extracts information from...
1998-04-30 Wolfgang Bangerth.
1998-04-30 Wolfgang BangerthWrite out in ucd format.
1998-04-30 Wolfgang BangerthDoc update.
1998-04-30 Wolfgang BangerthMajor reorganisation to allow code sharing and make...
1998-04-30 Wolfgang BangerthMove diameter function to where it really belongs.
1998-04-30 Wolfgang BangerthFix problem when printing in ucd format: output each...
1998-04-29 Wolfgang BangerthUse other quadrature formula when integrating over...
1998-04-29 Wolfgang BangerthUse functionality to evaluate finite element functions...
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.