]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
1998-05-25 Wolfgang BangerthAdd functions to check whether an object looks initiali...
1998-05-24 Wolfgang Bangerth.
1998-05-24 Wolfgang BangerthExternalize compiler options out of subdirectories...
1998-05-24 Wolfgang BangerthSmall changes and bug fixes/work arounds.
1998-05-24 Wolfgang BangerthMove code closer to the C++ standard.
1998-05-24 Wolfgang BangerthMove code closer to the C++ standard and add copy opera...
1998-05-24 Wolfgang BangerthMove code closer to the C++ standard and small performa...
1998-05-24 Wolfgang BangerthAdd copy operation to triangulations, move code closer...
1998-05-24 Wolfgang BangerthMove code closer to the C++ standard and small changes.
1998-05-24 Wolfgang BangerthDoc update.
1998-05-24 Wolfgang BangerthStandardize header file.
1998-05-24 Wolfgang BangerthMake Makefile use better suited paths to my local compiler.
1998-05-22 Wolfgang BangerthFix typo.
1998-05-22 Wolfgang BangerthRe-remove performance checking code.
1998-05-22 Wolfgang BangerthResolve some problems with the projection of functions.
1998-05-22 Wolfgang BangerthOops, seems I haven't tried really after doing the...
1998-05-22 Wolfgang BangerthSmall changes.
1998-05-22 Wolfgang BangerthAdd projection to boundary.
1998-05-22 Wolfgang BangerthAdd support for numbering of boundary (for integration...
1998-05-22 Wolfgang BangerthDoc updates.
1998-05-22 Wolfgang BangerthAdd support for integration along the boundary (introdu...
1998-05-22 Wolfgang BangerthDoc update.
1998-05-20 Wolfgang BangerthTemporarily check the MFlops rate for matrix-vector...
1998-05-20 Wolfgang Bangerth.
1998-05-20 Wolfgang BangerthFirst part of huge changes to allow projection of the...
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...
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.