]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
1998-08-16 Wolfgang BangerthChange the mode of operation of mesh smoothing once...
1998-08-16 Guido KanschatLogfiles statt email
1998-08-14 Guido KanschatMailadressen eingetragen
1998-08-14 Guido Kanschatloginfo Versuch
1998-08-14 Guido KanschatModule newdeal und justdeal
1998-08-14 Guido Kanschat4. Versuch
1998-08-14 Guido Kanschat3. Versuch
1998-08-14 Guido Kanschat2. Versuch
1998-08-14 Guido KanschatVersuch fuer Module
1998-08-14 Wolfgang BangerthUse C++ exception handling to guard in/out operations...
1998-08-14 Wolfgang BangerthEnable exceptions and use the egcs compiler.
1998-08-14 Wolfgang BangerthChange some things in the implementation of the grid...
1998-08-14 Wolfgang BangerthInvent a workaround for a bug in the egcs 19980803...
1998-08-12 Wolfgang BangerthInvent some workarounds to allow compilation of the...
1998-08-10 Wolfgang BangerthRefine an assertion a bit, since it killed my program...
1998-08-07 Guido KanschatHeirarchy->Hierarchy
1998-08-06 Wolfgang BangerthAdd two functions denoting measure and barycenter of...
1998-08-05 Wolfgang BangerthAdd a function to calculate the center of a line/quad/...
1998-08-05 Wolfgang BangerthMove the multiplication with the coefficient to the...
1998-08-03 Wolfgang BangerthRemove the diffs from the HTML cvs logfiles, since...
1998-08-03 Wolfgang BangerthRemove dependence of dVector from VectorBase. This...
1998-08-03 Wolfgang BangerthMove the linear algebra solvers from the separate MIA...
1998-08-03 Wolfgang BangerthFix typo.
1998-08-03 Wolfgang BangerthDoc update.
1998-08-03 Wolfgang BangerthFix the problem that kdoc does not use the patched...
1998-08-03 Wolfgang BangerthMove the iterative solver classes and helpers from...
1998-08-03 Wolfgang BangerthMove the iterative solver classes and helpers from...
1998-08-03 Wolfgang BangerthFix some bugs related to coarsening when only one level...
1998-08-03 Wolfgang BangerthExtend error estimator for a variable coefficient.
1998-07-31 Wolfgang BangerthRename fe_lib.h to fe_lib.lagrange.h.
1998-07-31 Wolfgang BangerthExtend error estimator for variable coefficients.
1998-07-30 Wolfgang BangerthRename fe_lib.h to fe_lib.lagrange.h.
1998-07-30 Wolfgang BangerthRename fe_lib.h into fe_lib.lagrange.h.
1998-07-30 Wolfgang BangerthFinish the implementation of the criss-cross element.
1998-07-29 Wolfgang BangerthAdd another maple script. (not yet fully finished)
1998-07-27 Wolfgang BangerthAdd the criss-cross element to the convergence testcase.
1998-07-27 Wolfgang BangerthDoc update
1998-07-27 Wolfgang BangerthMany changes regarding the 1D implementation. Some...
1998-07-27 Wolfgang BangerthAdd the criss-cross element.
1998-07-23 Wolfgang BangerthDoc amendment.
1998-07-23 Wolfgang BangerthDocument the user pointer feature.
1998-07-23 Wolfgang BangerthImplement a user pointer for each line/quad/etc and...
1998-07-23 Wolfgang BangerthChange structure of the tria.h file a bit to single...
1998-07-22 Wolfgang BangerthSeparate the linear mapping from the rest of the finite...
1998-07-22 Wolfgang BangerthMake numbering of lines in create_triangulation a bit...
1998-07-21 Wolfgang BangerthImplement a matrix scalar product for the dFMatrix...
1998-07-20 Wolfgang BangerthAdd some functionality to the finite element class...
1998-07-18 Wolfgang BangerthFix small problem.
1998-07-16 Wolfgang BangerthImplement a faster scheme to compute the FEValues by...
1998-07-15 Wolfgang BangerthFix doc.
1998-07-13 Wolfgang BangerthMake timer work correctly on Linux where the number...
1998-07-13 Wolfgang BangerthFix omission of forward declaration.
1998-07-13 Wolfgang BangerthSeparate the linear mapping from the elements implement...
1998-07-10 Wolfgang BangerthAdd one security check.
1998-07-10 Wolfgang BangerthMore performance tweaks.
1998-07-08 Wolfgang BangerthImplement performance tweeks for Jacobi preconditioning.
1998-07-08 Wolfgang BangerthRemove profiling facility.
1998-07-07 Wolfgang BangerthImplement a version of SSOR which is 40 per cent faster...
1998-07-06 Wolfgang BangerthCleanup.
1998-07-06 Wolfgang BangerthFix bug in Jacobi preconditioning.
1998-07-03 Wolfgang BangerthAim at equilibrating cell sizes at the transition from...
1998-07-03 Wolfgang BangerthUpdate example to also use higher order elements.
1998-07-03 Wolfgang BangerthAdd some 'const' declarations and change the naming...
1998-07-02 Wolfgang BangerthRemove again quintic element, since it didn't worl...
1998-07-02 Wolfgang BangerthImplement quitic elements in 1d and 2d.
1998-07-02 Wolfgang BangerthFix simple problem.
1998-07-02 Wolfgang BangerthImplement quartic elements in 1d.
1998-07-02 Wolfgang BangerthAdd functionality to get quadrature formulae in higher...
1998-07-02 Wolfgang BangerthFix more or less apparent bug.
1998-07-01 Wolfgang BangerthFix typo.
1998-07-01 Wolfgang BangerthFix apparent bug which shows up for elements of degree...
1998-07-01 Wolfgang BangerthFix missing template <> specification.
1998-07-01 Wolfgang BangerthFix of obvious bugs.
1998-06-30 Wolfgang BangerthReformatting.
1998-06-30 Wolfgang BangerthImplement cubic (1d and 2d) and quartic (2d) elements...
1998-06-30 Wolfgang BangerthImplement cubic (1d and 2d) and quartic (2d) elements.
1998-06-29 Wolfgang BangerthStart implementation of cubic elements.
1998-06-29 Wolfgang BangerthFix redundancy.
1998-06-29 Wolfgang BangerthFix a silly bug. Seems as if this part of the program...
1998-06-29 Wolfgang Bangerth.
1998-06-29 Wolfgang BangerthAdd the two missing functions and fix trivial bug.
1998-06-26 Wolfgang BangerthFurther on the road with implementation of quadratic...
1998-06-26 Wolfgang BangerthSplit fe_lib.cc into linear and quadratic elements.
1998-06-25 Wolfgang BangerthSome further changes for (bi-)quadratic elements.
1998-06-25 Wolfgang BangerthStart of implementation of (bi-)quadratic elements.
1998-06-25 Wolfgang BangerthCosmetic changes.
1998-06-17 Wolfgang Bangerth.
1998-06-17 Wolfgang BangerthDoc updates.
1998-06-17 Wolfgang BangerthImplement a rudimentary version of output for POVRAY.
1998-06-17 Wolfgang BangerthFix some really nasty bugs which came to the surface...
1998-06-13 Wolfgang BangerthMove some code around to make kdoc more happy.
1998-06-13 Wolfgang Bangerth.
1998-06-13 Wolfgang BangerthMore or less total rewrite of the flag input/output...
1998-06-13 Wolfgang BangerthCatch propable error.
1998-06-13 Wolfgang BangerthMore or less total rewrite of the flag input/output...
1998-06-12 Wolfgang Bangerth.
1998-06-12 Wolfgang BangerthChanges mostly related to the implementation of coarsening.
1998-06-12 Wolfgang BangerthFix typo.
1998-06-12 Wolfgang BangerthAdd functions implementing the coarsening.
1998-06-12 Wolfgang BangerthChanges related to the implementation of coarsening.
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.