]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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.
2007-10-19 Moritz AllmarasAdded is_finite() function for complex numbers
2007-10-19 Wolfgang BangerthBy default don't stop latex if there are errors.
2007-10-19 Guido Kanschatrely more on precollected dofs
2007-10-19 Wolfgang BangerthA first step towards adaptive meshes. Still have to...
2007-10-19 Guido Kanschatadd SparseMatrix::print_pattern
2007-10-19 Guido Kanschatremove test that fails for DG
2007-10-18 Wolfgang BangerthMake run in 3d as well.
2007-10-18 Wolfgang BangerthLet gravity point outward instead of upward. Use instab...
2007-10-18 Wolfgang BangerthReduce order of quadrature formulas to what is needed...
2007-10-18 Wolfgang BangerthMake the program 20% faster by improving the extract_...
2007-10-17 Wolfgang BangerthRemove debug output, make time step closer to the limit.
2007-10-17 Wolfgang BangerthPrepare for using adaptive meshes. Fix computation...
2007-10-17 Wolfgang BangerthCompute the time step the correct way.
2007-10-17 Wolfgang BangerthUse a more interesting geometry. Precondition the DGQ0...
2007-10-17 Wolfgang BangerthRevert to using DG elements for the temperature field.
2007-10-17 Wolfgang BangerthUse umfpack as a (very good) preconditioner. Improve...
2007-10-17 Wolfgang BangerthMake computations even faster. Produce better output...
2007-10-17 Wolfgang BangerthMake code much faster by using less accuracy and better...
2007-10-17 Wolfgang BangerthReference the new feature used in step-22
2007-10-17 Wolfgang BangerthReference the new feature used in step-22
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.