]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2007-11-10 Wolfgang Bangerthadd
2007-11-10 Wolfgang Bangerthadd
2007-11-10 Wolfgang Bangerthadd
2007-11-10 Wolfgang BangerthAdd output files.
2007-11-09 Wolfgang BangerthOnly diploma, not phd.
2007-11-09 Wolfgang BangerthOne more.
2007-11-09 Wolfgang BangerthAdd one section
2007-11-07 Wolfgang BangerthAdd a bit to Guido's essay on update flags. Link to...
2007-11-06 Wolfgang BangerthFix some return types of functions.
2007-11-06 Wolfgang BangerthUpdate list of instantiations.
2007-11-06 Wolfgang BangerthUpdate
2007-11-06 Wolfgang BangerthImplement complex-valued block vectors.
2007-11-06 Wolfgang BangerthFix up the norm type of PETSc vectors.
2007-11-06 Wolfgang BangerthDefine the scalar product the other way around.
2007-11-05 Wolfgang BangerthAdd to documentation.
2007-11-05 Wolfgang BangerthMake comment for namespace invisible for doxygen since...
2007-11-05 Wolfgang Bangerthupdate some more output files.
2007-11-05 Wolfgang BangerthUpdate a few output files.
2007-11-05 Wolfgang BangerthFix up test output differences that are caused by the...
2007-11-05 Wolfgang BangerthProvide the ability to say NumberTraits<T>::is_complex.
2007-11-05 Wolfgang BangerthRename complex-vector* to complex_vector* to stay consi...
2007-11-05 Wolfgang BangerthRemove a testcase that doesn't make sense for complex...
2007-11-05 Wolfgang BangerthImplement the ability for Vector<T> to work on std...
2007-11-04 Wolfgang BangerthFix a comment
2007-11-04 Wolfgang BangerthDo it right
2007-11-04 Wolfgang BangerthIgnore local files
2007-11-04 Wolfgang BangerthUse correct output file.
2007-11-04 Wolfgang BangerthAdd tests for numbers::is_finite for complex arguments.
2007-11-04 Wolfgang BangerthAdd NumberTraits::abs as well as a variant of numbers...
2007-11-04 Wolfgang BangerthFixed: Vector::operator/= should have checked that...
2007-11-04 Wolfgang BangerthUse a better way to see whether two vectors are the...
2007-11-03 Wolfgang BangerthProvide the first few parts of numbers::NumberTraits
2007-11-03 Wolfgang BangerthLeave a TODO to eventually remove this namespace alias
2007-11-03 Wolfgang BangerthRename namespace dealii::deal_II_numbers into namespace...
2007-11-03 Wolfgang BangerthRe-indent
2007-11-01 Wolfgang BangerthAdd a nicer graph using a more sophisticated visualizat...
2007-11-01 Wolfgang BangerthAdd an xref.
2007-11-01 Wolfgang BangerthFix reference
2007-11-01 Wolfgang Bangerthxref to the tutorial.
2007-11-01 Wolfgang BangerthRemove std::fill of an array that now is empty.
2007-11-01 Wolfgang BangerthFix a typo.
2007-10-31 Guido Kanschatmake sure derivative degrees of freedom at the boundary...
2007-10-31 Wolfgang BangerthStreamline and remove old compilers that we haven't...
2007-10-31 Wolfgang BangerthLink to the authors file from the navbar.
2007-10-31 Wolfgang BangerthFix stray parenthesis.
2007-10-31 Wolfgang BangerthList tutorial program authors.
2007-10-31 Wolfgang Bangerthxref step-29
2007-10-31 Wolfgang BangerthFix number.
2007-10-31 Moritz AllmarasSome small changes about step-29
2007-10-31 Guido Kanschatthis assertion was wrong for a sparsity pattern of...
2007-10-31 Guido Kanschatadd FilteredMatrix::clear()
2007-10-31 Wolfgang BangerthIgnore certain files.
2007-10-30 Wolfgang BangerthSet props.
2007-10-30 Wolfgang BangerthAdd first header.
2007-10-30 Wolfgang BangerthAdd a newline to the end of the file and finish the...
2007-10-30 Wolfgang BangerthAlso link with 3d.
2007-10-30 Wolfgang BangerthFix double reference (program2doxygen introduces the...
2007-10-30 Wolfgang BangerthRe-scale pictures.
2007-10-30 Wolfgang Bangerthadd
2007-10-30 Wolfgang BangerthImprove link and spacing.
2007-10-30 Wolfgang BangerthWork on a number of the comments, though the program...
2007-10-30 Wolfgang BangerthLink to step-29
2007-10-30 Wolfgang BangerthThe entry on primitive FEs was pretty much devoid of...
2007-10-30 Wolfgang BangerthBetter line wrap.
2007-10-30 Guido Kanschatdocument last changes
2007-10-30 Wolfgang BangerthUse the Timer class rather than handwritten calls to...
2007-10-30 Guido Kanschattest FilteredMatrix
2007-10-30 Guido Kanschatadd scaled matrix and impreove FilteredMatrix
2007-10-30 Wolfgang BangerthLink to tutorial programs where the Timer class is...
2007-10-30 Wolfgang BangerthBy default, do not produce a preamble for UCD output...
2007-10-30 Guido Kanschattest BlockIndices
2007-10-30 Guido Kanschatadd BlockIndices::block_start
2007-10-30 Wolfgang BangerthLink in step-29.
2007-10-30 Wolfgang BangerthLink in step-29.
2007-10-30 Wolfgang BangerthAdd step-29 directory to list.
2007-10-30 Wolfgang BangerthFix a number of small issues.
2007-10-29 Wolfgang BangerthFix output
2007-10-29 Wolfgang BangerthAdd RT tests for hp. The corresponding functions in...
2007-10-28 Wolfgang BangerthFix the properties of all these files.
2007-10-26 Wolfgang BangerthFix an actual bug: wrong index
2007-10-26 Wolfgang BangerthFix a number of issues.
2007-10-25 Moritz AllmarasUpdated step-29 with commented source code and results
2007-10-24 Guido KanschatBoundary projection for RT
2007-10-24 Guido Kanschattemporary fix for boundary projection in 3D
2007-10-24 Guido Kanschatreenter test for dof on THIS face
2007-10-23 Guido Kanschatadd testing of face values
2007-10-23 Wolfgang BangerthOn Mac OS X, link with the Accelerate or vecLib framewo...
2007-10-22 Wolfgang BangerthFix a comment.
2007-10-22 Wolfgang BangerthFix the bug that we only re-set the rhs vector to zero...
2007-10-22 Wolfgang BangerthOnly rebuild the matrix when necessary.
2007-10-22 Wolfgang BangerthAccelerate the solver by a factor of 6 by preconditioni...
2007-10-22 Wolfgang BangerthReduce required accuracy of solvers somewhat.
2007-10-22 Wolfgang BangerthAdd a few code snippets that I will later use to discus...
2007-10-22 Wolfgang BangerthEnable running more than one time step again.
2007-10-21 Wolfgang BangerthUse a better refinement algorithm. Re-structure the...
2007-10-21 Wolfgang BangerthFix a bug where we were using the wrong FEValues object...
2007-10-20 Wolfgang BangerthFix the same typo another time.
2007-10-20 Wolfgang BangerthAdd refinement between time steps. There's a subtle...
2007-10-20 Wolfgang BangerthFix a typo.
2007-10-20 Wolfgang BangerthMake the code that does local refinement actually work.
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.