]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2006-02-23 Wolfgang BangerthImplement all these reinit() functions also for non...
2006-02-23 Wolfgang BangerthLeave a todo.
2006-02-23 Wolfgang BangerthImplement all these reinit() functions also for non...
2006-02-22 Wolfgang BangerthReindent.
2006-02-22 Wolfgang BangerthDoc update.
2006-02-22 Wolfgang BangerthAdd new test that shows failure in DerivativeApproximation
2006-02-22 Ralf HartmannNo output to console.
2006-02-22 Ralf HartmannAdd some missing this->.
2006-02-22 Wolfgang BangerthCompletely rewrite the base class for the hp::FE*Values...
2006-02-22 Wolfgang BangerthExport dimension and integral_dimension to make the...
2006-02-22 Wolfgang BangerthImport the operator() that takes a TableIndices object...
2006-02-22 Wolfgang BangerthAdd another note.
2006-02-21 Wolfgang BangerthCheck for long double accuracy in QGauss constructor.
2006-02-21 Ralf HartmannFullMatrix and Vector::equ.
2006-02-21 Ralf HartmannImplementation of equ function for one, two and three...
2006-02-21 Ralf HartmannImplementation of add function for three vectors.
2006-02-21 Wolfgang Bangerthx
2006-02-21 Wolfgang Bangerthcrash_03 is apparently also fixed.
2006-02-21 Ralf HartmannSimplify code. Use MappingQ1 per default.
2006-02-21 Wolfgang BangerthRemove assignment of TODO.
2006-02-21 Ralf Hartmannhp::StaticMappingQ1::mapping_collection
2006-02-21 Ralf HartmannUse hp::StaticMappingQ1<dim>::mapping_collection. Fix...
2006-02-21 Ralf Hartmannmapping_collection is now a SmartPointer. Remove defaul...
2006-02-21 Ralf HartmannNew StaticMappingQ1::mapping_collection object.
2006-02-21 Ralf HartmannStaticMappingQ1
2006-02-21 Ralf HartmannReplace local static MappingQ1 objects by global Static...
2006-02-21 Ralf HartmannRemove get_default_mapping function. Use StaticMappingQ...
2006-02-21 Ralf HartmannNew StaticMappingQ1::mapping object.
2006-02-21 Ralf HartmannCreate std::pair only once.
2006-02-21 Wolfgang BangerthPair @code properly with @endcode.
2006-02-21 Wolfgang BangerthUse @code instead of @verbatim.
2006-02-21 Wolfgang BangerthUpdate text a bit.
2006-02-21 Wolfgang BangerthRemove now unused variable VS.
2006-02-21 Wolfgang BangerthMove most of the text found in the ExceptionBase class...
2006-02-20 Guido Kanschatnew generalized iterator for block matrices
2006-02-20 Guido Kanschatinherit vectors from Subscriptor
2006-02-20 Ralf HartmannGive a file to compare with. Even though the test still...
2006-02-20 Ralf HartmannDoc update. Bring *Collection functions in a consistent...
2006-02-20 Ralf HartmannMake push_back a void function to match the std.
2006-02-20 Luca HeltaiAdded comment on MinRes
2006-02-20 Luca HeltaiFixed bug that prevented block minres to work.
2006-02-19 Wolfgang BangerthFix file name.
2006-02-19 Wolfgang BangerthRe-indent braces etc.
2006-02-19 Wolfgang BangerthCrash02 fixed.
2006-02-19 Wolfgang BangerthFix hp/crash_02
2006-02-18 Wolfgang BangerthAdd a number of this-> qualifications.
2006-02-18 Wolfgang BangerthMove a little closer to making this class a non-friend...
2006-02-18 Wolfgang BangerthMove the 2d algorithm into 1d and 3d as well.
2006-02-18 Wolfgang BangerthLeave a comment on what this is good for.
2006-02-18 Wolfgang Bangerthx
2006-02-18 Wolfgang BangerthAvoid warning.
2006-02-18 Wolfgang BangerthRevert to a default of zero for active_fe_index.
2006-02-18 Wolfgang BangerthMake things run in 1d, 2d, 3d
2006-02-18 Wolfgang BangerthDoc reindentation.
2006-02-18 Wolfgang BangerthA few more small changes
2006-02-18 Wolfgang BangerthExport a little more data to un-make hp::DoFHandler...
2006-02-18 Wolfgang BangerthThis test can now be made to actually work
2006-02-18 Wolfgang BangerthSame for 3d.
2006-02-18 Wolfgang BangerthAdd new crashing test
2006-02-18 Wolfgang BangerthMany more assertions.
2006-02-17 Wolfgang BangerthLiberally sprinkle some assertions.
2006-02-17 Wolfgang BangerthRe-implement the reserve_function for 2d. The existing...
2006-02-17 Wolfgang BangerthRename the *Collection::add_* functions to push_back().
2006-02-17 Wolfgang BangerthFix a bug where ParameterHandler::get_integer falsly...
2006-02-17 Luca HeltaiAdded GridOut::write_gmsh.
2006-02-17 Wolfgang BangerthMake a parameter a reference, rather than a value,...
2006-02-17 Wolfgang BangerthFix up a few parts of the documentation.
2006-02-17 Ralf HartmannDon't copy all data. Give reference to data instead.
2006-02-17 Guido Kanschatgraphical hierarchy seems not very istructive but needs...
2006-02-17 Guido Kanschatlimit class graph length and add legend page
2006-02-17 Wolfgang Bangertha test that presently fails because minres is not equip...
2006-02-17 Wolfgang Bangertha test that presently fails because minres is not equip...
2006-02-16 Wolfgang BangerthRename Vector::dim and Vector::maxdim to Vector::vec_si...
2006-02-16 Ralf HartmannFullMatrix::add for two and three scaled matrices.
2006-02-16 Ralf HartmannImplementation of add functions which add two and three...
2006-02-16 Ralf HartmannMatrix::add_scaled -> add.
2006-02-16 Ralf HartmannImplementation of add function. add_scaled is now depre...
2006-02-14 Guido KanschatMGDoFHandler not friend of Triangulation
2006-02-14 Guido KanschatDoFHandler fixed
2006-02-14 Wolfgang BangerthMappingCollection actually makes copies of its mappings...
2006-02-14 Wolfgang BangerthDisable one call while the class that it calls is disab...
2006-02-14 Wolfgang BangerthMappingCollection actually makes copies of its mappings...
2006-02-13 Wolfgang BangerthFix typo.
2006-02-13 Wolfgang BangerthLeave a note.
2006-02-13 Wolfgang BangerthUse the implicit Q1 mapping instead of specifying one...
2006-02-13 Wolfgang BangerthDisable this class for hp for the moment. We need signi...
2006-02-13 Wolfgang BangerthLeave a note for self.
2006-02-13 Wolfgang BangerthUndo the last change. This requires some more thought...
2006-02-13 Wolfgang BangerthFix the same problem here as with the MappingCollection.
2006-02-13 Wolfgang BangerthDon't simply call
2006-02-13 Wolfgang BangerthDon't allow an implicit conversion of a mapping object...
2006-02-13 Wolfgang BangerthAdd checks that show the error triggered by hp/crash_01
2006-02-13 Wolfgang BangerthAdd a crash test that shouldn't crash. Gotta investigate.
2006-02-13 Wolfgang BangerthChange title to fix file name.
2006-02-13 Wolfgang BangerthRevert Ralf's patches back to this state:
2006-02-13 Wolfgang BangerthUse less private information from the triangulation...
2006-02-13 dealUpdate
2006-02-13 Ralf HartmannMake it compile with gcc3.4.5.
2006-02-13 Ralf HartmannMake it compile with MIPSpro.
2006-02-13 Guido KanschatDoFHandler not a friend of Triangulation anymore
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.