]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
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
2007-09-21 Wolfgang BangerthFix typos.
2007-09-20 Guido Kanschatadd additional Hessians
2007-09-20 Guido Kanschatcheck StokesLSingulartity
2007-09-20 Guido Kanschatderivatives of StokesLSingularity
2007-09-20 Wolfgang BangerthFix typo.
2007-09-19 Wolfgang BangerthOutput file is valid also with previous gcc version
2007-09-18 Guido KanschatPointerMatrixAux has own memory just in case
2007-09-18 Guido Kanschatoverload new_pointer_matrix_base to choose between...
2007-09-18 Wolfgang BangerthMove implementation of default constructor into .cc...
2007-09-14 Wolfgang BangerthQualify a number of calls for broken STLs
2007-09-14 Wolfgang BangerthQualify a number of calls for broken STLs
2007-09-14 Wolfgang BangerthProperly qualify call for broken STLs
2007-09-14 Wolfgang BangerthAlso list coding conventions in the long table
2007-09-14 Florian PrillAdded a function to the logstream class telling the...
2007-09-14 Wolfgang Bangerthadd
2007-09-13 Wolfgang BangerthRemove the last hold-outs of the term second_derivatives
2007-09-13 Wolfgang BangerthRename the patch_second_derivatives field in the privat...
2007-09-13 Wolfgang BangerthAdjust order of parameters such that the output paramet...
2007-09-13 Wolfgang BangerthReword a few things
2007-09-13 Wolfgang BangerthFix path to file
2007-09-13 Wolfgang BangerthLink to coding conventions
2007-09-13 Wolfgang BangerthMove the coding conventions file into the doxygen directory
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.