]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
1999-02-28 Wolfgang BangerthSmall update on data structures.
1999-02-28 Wolfgang BangerthDoc update.
1999-02-28 Wolfgang BangerthEliminate circular references of forward declaration...
1999-02-26 Wolfgang BangerthFurther work on the base class for time dependent problems.
1999-02-26 Ralf HartmannAdd a missing function. Need to be implemented still.
1999-02-26 dealAdd transport program doc.
1999-02-26 dealAdd transport docs to automatically generated docs.
1999-02-26 Ralf HartmannAdd the l1 (max sum of columns) and linfty (max sum...
1999-02-26 Wolfgang BangerthRemove the old-style matrices and vectors which were...
1999-02-26 Wolfgang BangerthRemove artefact and small clean-up.
1999-02-26 Ralf Hartmannreplace the old dBlockSMatrix by the new template Block...
1999-02-26 Guido KanschatErrors according to Tensors and new LAC removed
1999-02-26 Guido KanschatTensor checked
1999-02-26 Guido KanschatdVectors removed
1999-02-25 Wolfgang BangerthAdd initial functionality for time stepping schemes...
1999-02-25 Ralf HartmannSecond fix of Guido's omission (WB).
1999-02-25 Wolfgang BangerthFix an omission of Guido's. Function still needs an...
1999-02-25 Wolfgang BangerthAccept lines with only whitespace as empty.
1999-02-25 Wolfgang BangerthDoc update.
1999-02-25 Wolfgang BangerthAdd clarifying comment.
1999-02-25 Wolfgang BangerthAdd adaptive refinement.
1999-02-25 Wolfgang BangerthFix behaviour of Makefiles when called recursively...
1999-02-25 Wolfgang BangerthAdd an example for nonlinear problems.
1999-02-25 Wolfgang BangerthImprove the Makefiles by taking care of the case that...
1999-02-25 Wolfgang BangerthSend output of the possibly failing cp command to nirvana.
1999-02-25 Guido Kanschatel in FullMatrix removed
1999-02-24 Wolfgang BangerthRemove some kludges once needed to persuade gcc 2.7...
1999-02-24 Wolfgang BangerthCheck in the large patches needed to make the transitio...
1999-02-24 Wolfgang BangerthFix another problem.
1999-02-24 Wolfgang BangerthFurther refinement.
1999-02-24 Wolfgang BangerthAdd the Makefile which generates the forward declaratio...
1999-02-24 Wolfgang BangerthGet things working, finally.
1999-02-24 Wolfgang BangerthIgnore the automatically generated forward declaration...
1999-02-24 Guido KanschatVectorFunction and TensorFunction
1999-02-24 Guido KanschatPreparation for systems and mixed discretizations
1999-02-24 Wolfgang BangerthImprove the handling of the automatically generated...
1999-02-24 Wolfgang BangerthSome more cosmetic changes.
1999-02-24 Wolfgang BangerthMake forward declarations work much better than before.
1999-02-24 Guido KanschatEscaping of > and < removed
1999-02-24 Wolfgang BangerthNormalize output: strip double spaces, etc.
1999-02-23 Wolfgang BangerthAdapt script to Guido's style of putting the open-brace...
1999-02-23 Wolfgang BangerthAutomatically generate a list of all declared classes...
1999-02-23 Wolfgang BangerthAutomatically generate a list of all declared classes...
1999-02-23 Wolfgang BangerthAdd an include guard to the forward declaration file.
1999-02-23 Wolfgang BangerthAdd a script to process forward declarations of all...
1999-02-23 Guido KanschatDocumentation updated
1999-02-23 Guido Kanschattildas removed
1999-02-23 Guido KanschatFullMatrix template implemented
1999-02-23 Wolfgang BangerthAdd templates sparse matrices; they will eventually...
1999-02-23 Wolfgang BangerthAdd templated data vectors. They will replace our old...
1999-02-23 Wolfgang BangerthAdd Makefile.dep to clean-list.
1999-02-22 Wolfgang BangerthMake base library 3d-aware also to the public (just...
1999-02-22 Wolfgang BangerthDoc update.
1999-02-22 Wolfgang BangerthMake the function time usable again: remove the #time...
1999-02-22 Wolfgang BangerthRemove doc generation from the Makefile.
1999-02-22 Wolfgang BangerthAdd support for member templates.
1999-02-22 schrageLaplace code working, cleaned up. Still contains code...
1999-02-22 Wolfgang BangerthAdd support for member templates (not yet fully tested...
1999-02-22 Wolfgang BangerthRemove redundant parameters to many functions in the...
1999-02-22 Wolfgang BangerthFix Guido's misleading comment
1999-02-22 Wolfgang BangerthRemove debug output.
1999-02-22 Wolfgang BangerthChoose a better suited boundary function (the old one...
1999-02-20 Wolfgang BangerthWork around a problem introduced by the ladt check...
1999-02-20 Wolfgang BangerthLet the cell iterators in the equation class functions...
1999-02-20 Wolfgang BangerthMove to the new way of describing boundaries.
1999-02-20 Wolfgang BangerthUse the new iterator conversions for the assembler...
1999-02-20 Wolfgang BangerthAdd some more conversions between iterators.
1999-02-20 Wolfgang BangerthChange some C-style casts to static_cast<>().
1999-02-20 Wolfgang BangerthFix a possible security problem with data members laid...
1999-02-20 Wolfgang BangerthFix a problem which occured when we made the accessor...
1999-02-20 Wolfgang BangerthAdd three conversion operators for iterators of differe...
1999-02-20 Wolfgang BangerthAdd another test taken from /deal.II/examples which...
1999-02-20 Wolfgang BangerthLimit output and remove the random testcase (which...
1999-02-19 schrageFixed HTML errors.
1999-02-19 schrageChanges to doc, added code example (broken)
1999-02-19 schrageMove these files to the 'tutorial' subdir.
1999-02-19 Wolfgang BangerthMove the pictures to this directory.
1999-02-19 Wolfgang BangerthAdd a file describing the way the files in this directo...
1999-02-19 Wolfgang BangerthFix at least one of the two testcases in this file.
1999-02-19 Wolfgang BangerthAdd the expected output of the testcases to the CVS...
1999-02-19 Wolfgang BangerthUpdate doc.
1999-02-19 Wolfgang BangerthAdd a test case to test grid generation in 2 and 3d.
1999-02-19 Wolfgang BangerthChange the working of the Makefile to automatically...
1999-02-19 Wolfgang BangerthAdd a testcase to test the handling of constraints...
1999-02-18 Wolfgang BangerthAdapt the program to the new way of describing boundari...
1999-02-18 Wolfgang BangerthFix another real show stopper bug.
1999-02-18 Wolfgang BangerthFix a real show stopper bug.
1999-02-18 Wolfgang BangerthAdapt the program to the new way of describing boundari...
1999-02-18 Wolfgang BangerthFix the behaviour of the new boundary a bit and update...
1999-02-18 Wolfgang BangerthPrevious results were smart, no doubt, but wrong, so...
1999-02-18 Wolfgang BangerthReplace the old scheme to describe the boundary, which...
1999-02-17 Wolfgang BangerthMore recursion for easy reading, as well as new field
1999-02-17 Wolfgang BangerthFix an apparent bug in the computation of dofs_per_face.
1999-02-17 Wolfgang BangerthFix a bug which showed up in 3d, where constraints...
1999-02-17 Wolfgang BangerthDiscard zero entries in the constraint matrix when...
1999-02-17 Wolfgang BangerthDoc update.
1999-02-17 Wolfgang Bangerth.
1999-02-17 Wolfgang BangerthChange order of vertices in the hypercube code. Before...
1999-02-17 Wolfgang BangerthUpdate the ball boundary in 3d from the grid example.
1999-02-17 Wolfgang Bangerth.
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.