]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
1999-03-11 Wolfgang BangerthUse Ralf's SolutionTransfer class to transfer data...
1999-03-11 Ralf Hartmannimplement 'get_face_support_points' functions for the...
1999-03-10 Wolfgang BangerthFix obvious bug (my fault :-().
1999-03-10 Wolfgang BangerthDoc update.
1999-03-10 Wolfgang BangerthSome clean ups, some structural modifications.
1999-03-10 Wolfgang Bangerth.
1999-03-10 Wolfgang BangerthTemplatify some more functions on the data type of...
1999-03-10 Wolfgang BangerthFix one of the probably oldest oversights in deal.II...
1999-03-10 Guido KanschatExtractor in VectorFunction: made but not tested
1999-03-10 Guido Kanschatquads_per_face added
1999-03-10 Wolfgang BangerthMake histogram class easily extendible.
1999-03-10 Wolfgang BangerthRun a loop backwards since otherwise gnuplot thinks...
1999-03-10 Wolfgang BangerthFix forgotten y_value.
1999-03-10 Wolfgang BangerthFix forgotten include file.
1999-03-10 Wolfgang BangerthAdd a class which can generate 2d and 3d histograms.
1999-03-09 Guido KanschatLots of problems removed
1999-03-09 Ralf Hartmannremove some test-'cout's that are not needed any more.
1999-03-09 Wolfgang BangerthAdd a function to retrieve the time from a TimeStepBase.
1999-03-09 Ralf HartmannAdd missing '#include <grid/dof.h>'
1999-03-09 Ralf HartmannInitial version of the SolutionTransfer class that...
1999-03-09 Wolfgang BangerthNew file with open projects for the deal.II library.
1999-03-09 Wolfgang Bangerth.
1999-03-09 Wolfgang BangerthMake the passed DoFHandler a constant one. Don't know...
1999-03-09 Guido KanschatInitial revision
1999-03-08 Guido KanschatColumnwidth fixed to 300 pixels
1999-03-08 Wolfgang BangerthAdd support for coarsening as well.
1999-03-08 Wolfgang BangerthFix two problems of which I wonder why they didn't...
1999-03-08 Wolfgang BangerthFix an omission: we need the quadrature not only for...
1999-03-08 Wolfgang BangerthFix an omission: we need the quadrature not only for...
1999-03-05 Wolfgang BangerthAdvance support for time-dependent problems.
1999-03-05 Wolfgang BangerthUndo the patch of yesterday since it didn't work the...
1999-03-04 Ralf Hartmannadd something to do
1999-03-04 Ralf HartmannChange the refine_and_coarsen_fixed_fraction (~number...
1999-03-04 Guido Kanschaterror in fevalues for systems removed
1999-03-04 Guido KanschatNew exception ExcIndexRange(i,a,b)
1999-03-04 Guido Kanschatbase elements also in FiniteElement<>
1999-03-04 Guido Kanschatswitch of dimensions in FEValues::get_function_values
1999-03-04 Wolfgang BangerthChange execute_{coarsening,refinement} to only one...
1999-03-04 Wolfgang BangerthEnclose predefined exceptions into a namespace and...
1999-03-04 Wolfgang BangerthMake that annoying warning go away!
1999-03-04 Wolfgang BangerthAdd ExcInternalError to the list of predefined exceptions.
1999-03-03 Wolfgang BangerthLarger doc update.
1999-03-03 Guido KanschatHTML commands disabled for Wolfgang
1999-03-03 Wolfgang BangerthAdd much work on actually refining a triangulation...
1999-03-03 dealFix problems with auto-generated project doc.
1999-03-02 Wolfgang BangerthChange the do_loop function to use the STL function...
1999-03-02 Wolfgang BangerthChange the do_loop function to use the STL function...
1999-03-01 Wolfgang BangerthExtend the time dependent class.
1999-03-01 Wolfgang BangerthMake this file compilable if not all information is...
1999-03-01 Wolfgang BangerthFix bug.
1999-03-01 Wolfgang BangerthAdd a function which tells us whether a SparseMatrix...
1999-03-01 Wolfgang BangerthDoc updates.
1999-03-01 Wolfgang BangerthImplement a previously forgotten function and fix sever...
1999-02-28 Wolfgang Bangerth.
1999-02-28 Wolfgang BangerthForward declare DoFHandler needed in this file.
1999-02-28 Wolfgang BangerthAdd raw read/write functionality.
1999-02-28 Wolfgang BangerthSafety update in initialize: the loops terminated more...
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 &gt; and &lt; 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...
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.