]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2000-05-30 Wolfgang BangerthFix bug in print_gnuplot.
2000-05-29 Wolfgang BangerthNote bugfix by Ralf in DataOut.
2000-05-29 Ralf Hartmannfix a sneaky bug in MT.
2000-05-29 Guido KanschatTemporarily removed grid_generator from all
2000-05-29 Wolfgang BangerthDoc update.
2000-05-29 Ralf Hartmannreplace MatrixCreator<dim>::create_interpolation_matrix...
2000-05-29 Wolfgang BangerthFix removed exceptions in function.h
2000-05-29 Wolfgang BangerthAdjust copyright.
2000-05-29 Wolfgang BangerthMinor adjustments.
2000-05-29 Wolfgang BangerthFix of FullMatrix::Tvmult
2000-05-29 Wolfgang BangerthList changes 3.0->3.0.1, and slight layout changes.
2000-05-29 Wolfgang BangerthIf the copyright needs to be changed, then like this.
2000-05-26 Guido Kanschatenclosed_hyper_cube in 3d
2000-05-26 Ralf Hartmannnew class FETools, function MatrixCreator::create_inter...
2000-05-26 Ralf Hartmannadd a new class FETools that provides interpolation...
2000-05-26 Wolfgang BangerthFix missing </p> (yields different browser output)
2000-05-26 Wolfgang BangerthMore time sorting.
2000-05-26 Wolfgang BangerthReorder how vmult and Tvmult work, make them more confo...
2000-05-26 Wolfgang Bangerth*** empty log message ***
2000-05-26 Wolfgang BangerthFix indexing bug.
2000-05-26 Guido Kanschatbug fixed
2000-05-26 Guido Kanschattoday's changes
2000-05-26 Guido Kanschatoptimized flux sparsity
2000-05-26 Guido Kanschatbug removed
2000-05-25 Guido Kanschatfixes
2000-05-25 Guido KanschatVectorTools::integrate_difference:
2000-05-25 Guido KanschatComponentSelectFunction added, CosineFunction fixed
2000-05-25 Guido Kanschatmissing declarations added
2000-05-25 Guido Kanschatredundant exceptions removed
2000-05-25 Guido KanschatDependence on forward_declarations removed for speed
2000-05-25 Wolfgang BangerthFix.
2000-05-24 Guido Kanschatdependence on forward_declarations.h removed for speed
2000-05-24 Guido Kanschatsorted in time
2000-05-24 Guido Kanschatdebug functions included
2000-05-24 Guido KanschatDependence on forward_declarations removed for speed
2000-05-24 Wolfgang BangerthEliminate stores of zeroes.
2000-05-24 Wolfgang BangerthUse Jacobi preconditioning. Check for float matrices...
2000-05-24 Wolfgang BangerthMatrixTools::apply_boundary_values
2000-05-24 Wolfgang BangerthFix template problem.
2000-05-24 Wolfgang BangerthMake apply_boundary_values a template of the number...
2000-05-24 Wolfgang BangerthImplement Jacobi preconditioning.
2000-05-24 Wolfgang BangerthImplement residual for block matrices.
2000-05-23 Guido KanschatError in 3D removed
2000-05-23 Wolfgang Bangerth.
2000-05-23 Wolfgang BangerthAdd new testcase.
2000-05-23 Wolfgang BangerthUse reinit(Vector) instead of reinit(size), to make...
2000-05-23 Wolfgang BangerthAdapt to recent changes in the lib.
2000-05-23 Wolfgang BangerthUpdate to changes in the lib.
2000-05-23 Wolfgang BangerthFix @p tag by #...#
2000-05-22 Ralf HartmannFE_DGx::restriction is changed to a local projection
2000-05-22 Ralf Hartmannsmall fix
2000-05-22 Ralf Hartmannsmall reformating and doc fixes
2000-05-22 Ralf Hartmannremove 38659 lines of code for the restriction matrices...
2000-05-22 Ralf HartmannImplementation of the restriction matrices for DG eleme...
2000-05-22 Ralf Hartmannscripts for assembling the restriction matrices for...
2000-05-22 Wolfgang BangerthFix a bug with non-square/square block matrices.
2000-05-22 Wolfgang BangerthCheck that the fe used by a fevalues object is the...
2000-05-22 Wolfgang BangerthAdd a function to get at the DoFHandler of an accessor...
2000-05-21 Guido Kanschatnew colors for enclosed square
2000-05-21 Guido Kanschatparameter for solver
2000-05-19 Wolfgang BangerthMake this file work in non-MT mode as well.
2000-05-19 Wolfgang BangerthUnconditionalize inclusion of thread_management, now...
2000-05-19 Wolfgang BangerthChange ACE_* to Threads::*
2000-05-19 Wolfgang BangerthChange ACE_* to Threads::*
2000-05-19 Wolfgang BangerthChange ACE_Thread* to Threads::*
2000-05-19 Wolfgang BangerthFix more non-MT problems.
2000-05-19 Wolfgang BangerthFix typo.
2000-05-19 Wolfgang BangerthChange formatting.
2000-05-19 Wolfgang BangerthImplement dummy thread creation and mutices to be able...
2000-05-19 Wolfgang BangerthImplement more functions for block matrices as well.
2000-05-19 Wolfgang BangerthFix another such bug.
2000-05-19 Wolfgang BangerthFix a bug that shows up when a line is empty.
2000-05-19 Wolfgang BangerthReindent.
2000-05-19 Wolfgang BangerthDoc update.
2000-05-19 Wolfgang Bangerthwork around a bug in egcs
2000-05-18 Ralf HartmannMeshSmoothing moved into Triangulation class. New smoot...
2000-05-18 Wolfgang BangerthAck, I didn't want to check in this file. Sorry.
2000-05-18 Wolfgang BangerthUps, one should check things, even if they appear simple.
2000-05-18 Wolfgang BangerthFix alleged bugs and add comments.
2000-05-18 Wolfgang BangerthFix two assertions.
2000-05-18 Wolfgang BangerthMove template function to respective .templates.h file.
2000-05-18 Wolfgang BangerthMark non-implemented block.
2000-05-18 Wolfgang BangerthAdd some more functions for block sparse matrices....
2000-05-18 Wolfgang BangerthAllow access to the block indices.
2000-05-18 Wolfgang BangerthAdd more assertions.
2000-05-18 Wolfgang Bangerth.
2000-05-18 Wolfgang BangerthImplement a block-to-global transformation function.
2000-05-18 Wolfgang BangerthFix language.
2000-05-18 Wolfgang BangerthFix indentation.
2000-05-18 Wolfgang BangerthIt compiles now.
2000-05-17 Wolfgang BangerthFurther work on apply_boundary_values for block matrice...
2000-05-17 Wolfgang BangerthAdd apply_boundary_values for block matrices and vectors.
2000-05-17 Wolfgang BangerthAdd apply_boundary_values for block matrices and vectors.
2000-05-17 Wolfgang BangerthGrant access to index objects.
2000-05-17 Wolfgang BangerthImplement comparison of block index objects.
2000-05-17 Wolfgang Bangerthapply_boundary_values. jacobians
2000-05-17 Wolfgang BangerthFix wrong calculation.
2000-05-17 Wolfgang BangerthWhen eliminating boundary values from a matrix, we...
2000-05-17 Wolfgang BangerthReindent.
2000-05-17 Wolfgang BangerthFix formatting.
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.