]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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
2007-10-17 Wolfgang Bangerthupdate output
2007-10-17 Wolfgang BangerthAdd a new testcase.
2007-10-17 Wolfgang BangerthFix a bug: in 1d, vector ranges can well contain only...
2007-10-17 Wolfgang BangerthAvoid the use of head -10, it is deprecated. Use head...
2007-10-14 Wolfgang BangerthDocument the new feature of being able to output vector...
2007-10-14 Wolfgang BangerthFix a bug where we don't keep track of counters properly.
2007-10-14 Wolfgang BangerthFix an obvious oversight.
2007-10-14 Wolfgang BangerthAdd the possibility to identify certain output componen...
2007-10-14 Wolfgang BangerthRe-organize some things. In particular, remove the...
2007-10-13 Wolfgang BangerthImplement the data structures to deal with vector-value...
2007-10-13 Wolfgang BangerthUndo accidental changes
2007-10-13 Wolfgang BangerthBreak an overly long line.
2007-10-13 Wolfgang BangerthFix a bug where we didn't properly read to the end...
2007-10-12 Guido Kanschatupdate Kovasznay output
2007-10-12 Wolfgang BangerthRemove the project_back_temperature function as we...
2007-10-12 Wolfgang BangerthDefault to debug mode again...
2007-10-12 Wolfgang BangerthMake it work for the most part.
2007-10-12 Guido Kanschatnew UpdateFlags
2007-10-12 Tobias LeichtLet real_to_standard_face_vertex (and its inverse,...
2007-10-12 Wolfgang BangerthAdd the 'template' keyword when access the template...
2007-10-12 Ralf HartmannReplace assertion by a TODO. real_to_standard_face_vert...
2007-10-12 Ralf HartmannMake it compile
2007-10-12 Wolfgang BangerthFix function name
2007-10-11 Wolfgang BangerthFix the remaining bug by making sure we loop over the...
2007-10-11 Wolfgang BangerthAdd the missing assertion in DataOutReader::merge ensur...
2007-10-11 Wolfgang BangerthImplement the ability to output vector fields in VTK...
2007-10-11 Wolfgang BangerthRemove files that appear to be out of date
2007-10-11 Wolfgang BangerthRemove, it is identical to 'generic'
2007-10-11 Wolfgang BangerthRemove file -- it is not up to date anyway.
2007-10-11 Guido KanschatFix problem of linking debug with non-debug versions
2007-10-11 Guido Kanschatroundoff differences
2007-10-11 Guido Kanschatadjust to new structure
2007-10-11 Tobias LeichtRemove two occurances of an Assert which is not valid...
2007-10-11 Tobias LeichtOn meshes with non-standard face_orientation, face_flip...
2007-10-11 Tobias LeichtNew test that currently fails. On meshes with non-stand...
2007-10-10 Wolfgang BangerthAdd a comment.
2007-10-10 Wolfgang BangerthSignificant cleanups.
2007-10-10 Wolfgang BangerthRemove a bunch of functions that are unused.
2007-10-10 Wolfgang BangerthMove the stream objects into an internal namespace
2007-10-10 Wolfgang BangerthAdd an 'Assert (false, ExcInternalError());' to functio...
2007-10-10 Wolfgang BangerthRe-indent entire file.
2007-10-10 Wolfgang BangerthAdd another reference.
2007-10-10 Wolfgang BangerthRename m_inverse to A_inverse, because that is what...
2007-10-10 Wolfgang BangerthRemove pressure rhs, we won't need it here...
2007-10-10 Wolfgang BangerthRename variables to 'T' instead of 'S' to indicate...
2007-10-10 Wolfgang BangerthGet the thing to run. Simplify a bunch of places by...
2007-10-10 Wolfgang BangerthQualify more function calls with std::
2007-10-10 Wolfgang BangerthQualify a function call with std::
2007-10-08 Wolfgang BangerthAvoid the use of general macro names in header files...
2007-10-05 Guido Kanschatstart a short essay on update flags
2007-10-04 Guido Kanschatmore detailed BLAS installation
2007-10-04 Guido Kanschatadd testing n_blocks
2007-10-04 Guido Kanschatnumber of blocks in FESystem documented
2007-10-04 Guido Kanschatnumber of blocks in FESystem documented
2007-10-04 Guido Kanschatnumber of blocks in FESystem should be just the number...
2007-10-02 Wolfgang BangerthTwo more publications, now already at 27 for this year :-)
2007-09-26 Wolfgang BangerthQualify a few accesses to an exception in the base...
2007-09-26 Wolfgang BangerthApply the same fix as for the regular DoFHandler
2007-09-26 Wolfgang BangerthFix determination of memory_consumption size of a point...
2007-09-26 Wolfgang BangerthRemove 'const' from the keys of a map, since they are...
2007-09-26 Wolfgang BangerthFix the memory_consumption function to account for...
2007-09-26 Wolfgang BangerthUndo accidental checkin
2007-09-26 Wolfgang BangerthExplicitly specify template arguments in calls to a...
2007-09-26 Wolfgang BangerthSuppress a warning about array arguments out of range...
2007-09-26 Wolfgang BangerthUndo the last patch: we don't need anything to be mutab...
2007-09-26 Wolfgang BangerthUndo the last patch: we don't need anything to be mutab...
2007-09-26 Guido Kanschatfix Kovasnzay flow
2007-09-26 Wolfgang BangerthUse the correct PIC flag for newer xlC versions
2007-09-26 Wolfgang BangerthProperly recognize IBM xlC
2007-09-26 Wolfgang BangerthThe C++ standard says that 'mutable' can't be applied...
2007-09-26 Wolfgang BangerthThe C++ standard says that 'mutable' can't be applied...
2007-09-25 Guido Kanschatinline all member functions of FilteredMatrix
2007-09-25 Guido Kanschatnew FilteredMatrix
2007-09-25 Guido Kanschatproject_boundary_values for vector-valued elements
2007-09-21 Wolfgang BangerthRe-indent
2007-09-21 Guido Kanschatreturn to old behavior
2007-09-21 Wolfgang BangerthFix comments
2007-09-21 Guido Kanschatfix missing memory pool
2007-09-21 Guido Kanschatadd default memory pool
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.