]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
1998-12-10 Wolfgang BangerthMove these two directories to the dimension specific...
1998-12-10 Wolfgang BangerthInitial things for the 3D support.
1998-12-10 Wolfgang BangerthDoc updates.
1998-12-10 Wolfgang BangerthInitial release.
1998-12-10 Wolfgang BangerthDoc update.
1998-12-09 Wolfgang BangerthRemove -funroll-loops from the Makefiles after I discov...
1998-12-09 Wolfgang BangerthFix a problem with the order in which dof and tria...
1998-12-08 Wolfgang BangerthFix a stupid bug in the renumbering code. This seems...
1998-12-05 Wolfgang BangerthFix follow-up bug which I forgot yesterday
1998-12-04 Wolfgang BangerthFix a bug where the normal vectors were not computed...
1998-12-04 Wolfgang BangerthFix a stupid bug triggered by Ralf: we delete the memor...
1998-11-26 Wolfgang BangerthUpdate doc.
1998-11-26 Wolfgang BangerthMake names of output data sets conforming to the rules...
1998-11-26 Wolfgang BangerthFix small problems which prevented from compiling.
1998-11-26 Wolfgang BangerthReorder initializers in constructors to avoid warning...
1998-11-26 Wolfgang BangerthAdd 'template <>' statements.
1998-11-25 Wolfgang BangerthMake all examples use debug mode by default.
1998-11-25 Wolfgang BangerthAdd some 'template <>' statements.
1998-11-25 Wolfgang BangerthFix a problem with locks/subscriptors which prevented...
1998-11-25 Wolfgang BangerthFix a problem with locks/subscriptors which prevented...
1998-11-25 Wolfgang BangerthSmall fix for greater felxibility.
1998-11-25 Wolfgang BangerthImprove error handling.
1998-11-25 Wolfgang BangerthImplement a method to free the memory used by the DoFHa...
1998-11-16 Wolfgang BangerthDelete objects in the right order.
1998-11-13 Wolfgang BangerthReplace Point by Tensor where necessary.
1998-11-10 Wolfgang BangerthAdd 'explicit' to two constructors of dFMatrices to...
1998-11-10 Wolfgang BangerthAdd clear_user_pointers to Triangulation
1998-11-10 Wolfgang BangerthAdd the rather strange function number_of_children...
1998-11-09 Wolfgang BangerthAllow negative values for the refinement/coarsening...
1998-11-09 Wolfgang BangerthAdd Subscriptor to base initializer list, as the compil...
1998-11-09 Wolfgang BangerthAdd Subscriptor to base initializer list, as the compil...
1998-11-09 Wolfgang BangerthFix bug.
1998-11-08 Wolfgang BangerthRestructure Todo file and split into the several parts...
1998-11-08 Wolfgang BangerthRemove bogus changes needed to circumvent a bug in...
1998-11-08 Wolfgang BangerthExtend testcases.
1998-11-08 Wolfgang BangerthWork on the implementation of second derivatives.
1998-11-08 Wolfgang BangerthFurther work on the Tensor class. Implement special...
1998-11-07 Wolfgang BangerthMore work with regard to the transition of gradients...
1998-11-07 Wolfgang BangerthMore tensor work.
1998-11-07 Wolfgang BangerthAdd testcase for the deal.II library.
1998-11-06 Wolfgang BangerthConvert part of the library from Point and dFMatrix...
1998-11-06 Wolfgang BangerthFurther work on the tensor classes.
1998-11-06 Wolfgang BangerthFix some things which did not compile right away in 1D.
1998-11-06 Wolfgang BangerthImplement second derivatives for 1D.
1998-11-06 Wolfgang BangerthFormat second derivatives.
1998-11-06 Wolfgang BangerthUpdate.
1998-11-06 Wolfgang BangerthSeparate maple scripts from the C++ files to allow...
1998-11-06 Wolfgang BangerthImplement the second derivative for finite elements...
1998-11-06 Guido KanschatAnpassung an neue Verzeichnisse
1998-11-06 Guido KanschatMatrixnorm
1998-11-06 Wolfgang BangerthMove the point class from deal.II/include/grid to base.
1998-11-06 Wolfgang Bangerth.
1998-11-06 Wolfgang BangerthMove the point class from deal.II/include/grid to here.
1998-11-06 Wolfgang BangerthFix some of the examples and the make file.
1998-11-06 Wolfgang BangerthFix doc.
1998-11-06 Wolfgang BangerthMake the tensor class more complete.
1998-11-05 Wolfgang BangerthSmall test program to assist the development of the...
1998-11-05 Wolfgang BangerthImport initial tensor files. Not yet workable.
1998-11-05 Wolfgang BangerthOops, forgot a line.
1998-11-05 Wolfgang BangerthFormat documentation in a nicer format.
1998-11-04 Wolfgang BangerthExtend scripts slowly for the calculation of second...
1998-11-04 Wolfgang BangerthInvent a faster scheme to compute the jacobian matrix...
1998-11-04 Wolfgang BangerthUpdate doc.
1998-11-04 Wolfgang BangerthSeparate the maple scripts to generate the finite eleme...
1998-11-04 Wolfgang BangerthRemove unnecessary include directive.
1998-11-04 Wolfgang BangerthExtend allowed character set for names in AVS files...
1998-11-04 Wolfgang BangerthFix three little typos, which I didn't catch yesterday.
1998-11-03 Wolfgang BangerthImplement the interpolation from child to mother cells.
1998-11-03 Wolfgang BangerthFix output: use space instead of tabs to allow for...
1998-11-03 Wolfgang BangerthFix comment.
1998-11-03 Wolfgang BangerthImplement the restriction (interpolation) matrices...
1998-11-01 Wolfgang BangerthChange the order of some loops to allow for better...
1998-11-01 Wolfgang BangerthAdd a message.
1998-11-01 Wolfgang BangerthChange the way we want to enquire the dimension of...
1998-11-01 Wolfgang BangerthChange another small piece in the exception handling...
1998-10-31 Wolfgang BangerthMake global exceptions derived from the standard <excep...
1998-10-25 Wolfgang BangerthRemove -fno-rtti from the make files since it also...
1998-10-21 Guido KanschatCompilerpfade in Makefiles
1998-10-04 Wolfgang Bangerth.
1998-10-04 Wolfgang BangerthAdd support for hanging nodes to the distort function
1998-10-04 Wolfgang BangerthChange the behaviour of the solver control object to...
1998-10-02 Guido Kanschatdistort_random takes minimum line length
1998-10-02 Guido KanschatChoice for "gnuplot_draft" in write
1998-10-02 Guido Kanschatcvslog nicht mehr in "make all"
1998-10-02 Wolfgang BangerthFix bad language.
1998-10-01 Wolfgang BangerthChange Makefile a bit to conform to the changes made...
1998-10-01 Wolfgang BangerthAdd a random distortion function to the grid class.
1998-09-28 Wolfgang BangerthCorrect CVS identification string.
1998-09-10 Guido Kanschatcreate_interpolation_matrix ok
1998-09-10 Guido KanschatLog-Output in SolverControl
1998-09-10 Wolfgang BangerthClean up timer class. It will still not work correctly...
1998-09-10 Wolfgang Bangerth.
1998-09-10 Wolfgang BangerthMove Makefile.dep to /lib.
1998-09-10 Wolfgang BangerthReinvent a bug fix I thought was not needed any more.
1998-09-10 Wolfgang Bangerth.
1998-09-10 Wolfgang BangerthMove Makefile.dep to /lib directory.
1998-09-09 Wolfgang BangerthReformat some things and make some other member functions.
1998-09-09 Wolfgang BangerthRemove use of non-existent function.
1998-09-09 Wolfgang BangerthRemove superfluous parameter from function.
1998-09-09 Wolfgang BangerthFix a potential memory leak.
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.