]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
1999-11-29 Wolfgang BangerthVarious more updates.
1999-11-29 Wolfgang BangerthFix one more thing. cells may be inactive.
1999-11-29 Wolfgang BangerthFix big bug.
1999-11-29 Wolfgang Bangerth.
1999-11-28 Wolfgang BangerthVarious updates.
1999-11-26 Wolfgang BangerthDoc update.
1999-11-26 Wolfgang BangerthAdapt to yesterdays changes total_dofs->dofs_per_cell.
1999-11-25 Wolfgang BangerthDoc update.
1999-11-25 Wolfgang BangerthFollow common convention.
1999-11-25 Wolfgang BangerthChange total_dofs to dofs_per_cell, add a bunch of...
1999-11-25 Wolfgang BangerthAdd tests directory to TAGS file, to make search&replac...
1999-11-25 Wolfgang Bangerth.
1999-11-25 Wolfgang BangerthUse default template parameters extensively for Solver...
1999-11-25 Ralf Hartmanndoc update
1999-11-25 Ralf Hartmannnew rule for kdoc.grid, correction of a misspelling
1999-11-24 Wolfgang BangerthFix forgotten changes from MG revamp.
1999-11-24 Wolfgang BangerthChange a detail for better understandability.
1999-11-24 Ralf Hartmannadd two functions for writing and reading all flags.
1999-11-24 Ralf Hartmannadd two magic numbers for PersistentTriangulation
1999-11-24 Ralf Hartmannchange two Asserts to AssertThrow
1999-11-24 Ralf Hartmanninclude missing inclusion
1999-11-23 Wolfgang BangerthFix old bug. execute_refinement should not be called...
1999-11-23 Wolfgang BangerthFix a long-standing problem: how to suppress these...
1999-11-23 Thomas Richtercheckin implementation of povray output
1999-11-23 Wolfgang BangerthHm, didn't work as expected. Fix another place anyway.
1999-11-23 Wolfgang Bangerth.
1999-11-23 Wolfgang BangerthSet ACE path in Makefiles.
1999-11-22 Wolfgang BangerthDistribute a handful of 'int's, but haven't sufficient...
1999-11-22 Wolfgang BangerthBeautification. Fell out while doing other things.
1999-11-22 Wolfgang BangerthHm, output was not aligned. Why?
1999-11-22 Wolfgang BangerthNicer and more informative output.
1999-11-22 Wolfgang BangerthShorter output.
1999-11-22 Wolfgang BangerthSupport for 3d in face_system_to_component_table.
1999-11-22 Wolfgang BangerthFix one of these truly obscure bugs which show up at...
1999-11-22 Wolfgang BangerthFix typo.
1999-11-22 Wolfgang BangerthCompile one file for 4d as well, since this is nessary...
1999-11-22 Wolfgang BangerthMake code 4d-safe.
1999-11-22 Wolfgang BangerthAdd 3d support.
1999-11-22 Wolfgang BangerthAvoid warnings.
1999-11-22 Wolfgang BangerthAdd Point<4> functions since they are necessary for...
1999-11-22 Wolfgang BangerthNiver format.
1999-11-22 Wolfgang BangerthUrgh!
1999-11-22 Wolfgang BangerthDoc update.
1999-11-22 Wolfgang BangerthArg, no output!
1999-11-22 Wolfgang BangerthFix bug.
1999-11-22 Wolfgang BangerthManually expand dependencies, since there were problems...
1999-11-20 Wolfgang BangerthGreat simplifications of the whole Makefile business.
1999-11-19 Wolfgang BangerthRename total_dofs to dofs_per_cell.
1999-11-19 Wolfgang BangerthRename total_dofs to dofs_per_cell.
1999-11-19 Wolfgang BangerthRename total_dofs to dofs_per_cell.
1999-11-19 Wolfgang BangerthFinally start with renaming total_dofs to dofs_per_cell.
1999-11-19 Wolfgang Bangerth.
1999-11-19 Wolfgang BangerthUrg, not like this.
1999-11-19 Wolfgang BangerthStandardize header.
1999-11-19 Wolfgang BangerthNext round of clean-up.
1999-11-19 Wolfgang BangerthBig clean-up (part 2).
1999-11-19 Wolfgang BangerthCorrect fix of before and document why.
1999-11-19 Wolfgang BangerthRemove redundant reinit and doc update.
1999-11-19 Wolfgang BangerthDoc update and renaming.
1999-11-19 Wolfgang BangerthDoc update.
1999-11-19 Wolfgang BangerthDoc update.
1999-11-19 Ralf Hartmannchange some members from private to protected
1999-11-19 Wolfgang BangerthDerive the constraint matrix from Subscriptor to allow...
1999-11-19 Wolfgang BangerthNote who is to fix this!
1999-11-19 Wolfgang BangerthSomehow sequencialize the order in which the libraries...
1999-11-19 Wolfgang BangerthLarge clean-ups of multigrid things (part 1).
1999-11-18 Wolfgang BangerthFix two non-compilabilities.
1999-11-18 Wolfgang BangerthFix non-compilability.
1999-11-18 Wolfgang BangerthDoc update.
1999-11-18 Wolfgang BangerthConform to coding standards.
1999-11-18 Wolfgang BangerthFree the memory no more needed for the colnums array...
1999-11-17 Guido KanschatFunctionMap removed in interpolate_boundary
1999-11-17 Wolfgang BangerthSome more doc.
1999-11-17 Wolfgang BangerthStandardize header format.
1999-11-17 Wolfgang BangerthFix an assumption that might be violated in very rare...
1999-11-17 Wolfgang BangerthAlready fixed.
1999-11-17 Wolfgang BangerthAlready done.
1999-11-17 Wolfgang BangerthMove from /deal.II/Todo
1999-11-17 Wolfgang BangerthMove to /base/Todo.
1999-11-17 Wolfgang BangerthMostly outdated.
1999-11-17 Wolfgang BangerthRemove large chunks of stuff: raw write of a triangulat...
1999-11-17 Wolfgang BangerthRefine the TAGS rule.
1999-11-17 Wolfgang BangerthUpdate dependencies.
1999-11-17 Wolfgang BangerthMore doc. Add TAGS as documented target.
1999-11-17 Wolfgang BangerthAnd add TAGS as well.
1999-11-17 Wolfgang BangerthAdd TODO file to list of files to be deleted.
1999-11-17 Wolfgang BangerthFurther replacements make->$(MAKE)
1999-11-17 Wolfgang BangerthThink I have done this sometime before myself.
1999-11-17 Wolfgang BangerthDoc fix.
1999-11-17 Wolfgang BangerthDeletion of memory upon reinit(0,0) seems to be done...
1999-11-17 Wolfgang BangerthReindent according to our guidelines.
1999-11-17 Wolfgang BangerthAdd check.
1999-11-17 Wolfgang BangerthMake n_nonzero_elements inlined, since it is now heavil...
1999-11-17 Wolfgang BangerthRemove vec_len from SparseMatrixStruct, since it is...
1999-11-17 Wolfgang BangerthFix an ugly bug. Wonder how this could have escaped...
1999-11-16 Wolfgang Bangerth.
1999-11-16 Wolfgang BangerthClarify.
1999-11-16 Wolfgang BangerthNo more necessary.
1999-11-16 Wolfgang BangerthClarification.
1999-11-16 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.