]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
1998-08-27 Wolfgang BangerthFix some security holes.
1998-08-27 Guido KanschatNo more squares
1998-08-26 Wolfgang BangerthSome reformatting. This was needed since otherwise...
1998-08-26 Wolfgang BangerthImplement the creation of sparsity patterns for the...
1998-08-26 Wolfgang BangerthNext round of multigrid implementations.
1998-08-26 Wolfgang BangerthAdd end iterators for each level.
1998-08-26 Wolfgang BangerthUse the new scheme to pass additional information to...
1998-08-26 Wolfgang BangerthReformatting and small bug fix for a compiler error...
1998-08-25 Wolfgang BangerthInitial version of the multigrid components.
1998-08-25 Wolfgang BangerthMove get_selected_fe to the .h file to allow for making...
1998-08-25 Wolfgang Bangerth.
1998-08-25 Wolfgang BangerthAdd some inlines to make the functions get_dof_indices...
1998-08-25 Wolfgang BangerthSmall changes in some Assertions.
1998-08-25 Wolfgang BangerthChange compiler setting to a more compatible style.
1998-08-25 Wolfgang BangerthRemove unnecessary inclusion of global make options...
1998-08-25 Wolfgang BangerthMove the DoFLevel class to an own include file since...
1998-08-24 Wolfgang BangerthAdd a bit more safety to a pointer.
1998-08-24 Wolfgang BangerthAdd functions to get a bool variable out of the paramet...
1998-08-23 Guido Kanschatthreshold in refine_and_coarsen... may now be zero
1998-08-23 Guido Kanschatfevalues
1998-08-23 Guido KanschatUmbenennung der Argumente i,j
1998-08-22 Guido KanschatExterne Variable deallog ergaenzt
1998-08-22 Guido KanschatCompiler durch g++ ersetzt
1998-08-22 Guido KanschatNeue Klassen LogStream und JobIdentifier
1998-08-22 Guido KanschatCompiler im Makefile ersetzt
1998-08-22 Guido KanschatLaeuft jetzt wieder mit g++ 2.8.1
1998-08-21 Wolfgang Bangerth.
1998-08-17 Wolfgang BangerthMess around a lot with the make files: do not compile...
1998-08-17 Guido Kanschatprint in dFMatrix fuer streams
1998-08-16 Wolfgang BangerthAdd a comment.
1998-08-16 Wolfgang BangerthAdd functions to distribute local to global vectors...
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.
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.