]> https://gitweb.dealii.org/ - dealii.git/shortlog
dealii.git
2006-02-27 Ralf HartmannRemove unnecessary template argument of InterGridMap...
2006-02-27 Ralf HartmannAdd dimension variable.
2006-02-27 Ralf HartmannDH templatize some more functions.
2006-02-27 Ralf HartmannFix fill function. See tests/lac/lapack_fill.
2006-02-27 Ralf HartmannAdd lapack_fill test.
2006-02-27 Ralf Hartmann.
2006-02-27 Ralf HartmannCheck fill function.
2006-02-27 Wolfgang BangerthAdd a missing explicit specialization.
2006-02-27 Wolfgang BangerthRe-enable guards to avoid instantiation of function...
2006-02-26 Wolfgang BangerthMake run again.
2006-02-24 Wolfgang BangerthWe don't support gcc2.95 any more, so we can at least...
2006-02-24 Ralf HartmannIt did compile with gcc3.3. Make it compile with gcc...
2006-02-24 Ralf HartmannDH templatize some more functions.
2006-02-24 Wolfgang BangerthAdd assertions that say "you can't set an active_fe_ind...
2006-02-24 Wolfgang BangerthAvoid trying to set active_fe_indices if no fe collecti...
2006-02-24 Wolfgang BangerthGet rid of the weird SelectFEValues class since we...
2006-02-24 Wolfgang BangerthMake the conversion constructors of the collection...
2006-02-24 Wolfgang BangerthMake the conversion (tensor product) constructor of...
2006-02-24 Wolfgang BangerthRemove more comments about things that have been replac...
2006-02-24 Wolfgang BangerthRemove now outdated comment.
2006-02-24 Wolfgang BangerthRemove now unnecessary include file.
2006-02-24 Wolfgang BangerthAdd an assertion.
2006-02-24 Wolfgang BangerthSimplify code.
2006-02-24 Ralf HartmannRemove unnecessary template argument.
2006-02-24 Wolfgang BangerthUse the correct syntax to initialize a static member...
2006-02-23 Wolfgang BangerthLimit growth of active_fe_index by the number of finite...
2006-02-23 Wolfgang BangerthRe-enable the use of DerivativeApproximation, now that...
2006-02-23 Wolfgang BangerthFix crash_04 by avoiding the use of wicked SelectFEValu...
2006-02-23 Wolfgang BangerthCrash_04 is now fixed.
2006-02-23 Wolfgang BangerthFurther simplify the interface, by removing the single_...
2006-02-23 Wolfgang BangerthAdjust the interfaces of all the collection classes...
2006-02-23 Wolfgang BangerthBring HTML version of intro up to date.
2006-02-23 Wolfgang BangerthRe-add erroneously deleted files
2006-02-23 Wolfgang BangerthRemove old gif files
2006-02-23 Ralf HartmannUpdate notation.
2006-02-23 Wolfgang BangerthCommit correct output files.
2006-02-23 Wolfgang BangerthMention Ralf's fix for MappingQ's copy constructor.
2006-02-23 Ralf HartmannAdd check for the MappingQ copy constructor.
2006-02-23 Ralf HartmannIn the constructor create a FiniteElementData instead...
2006-02-23 Ralf HartmannImplementation of copy constructor.
2006-02-23 Wolfgang BangerthEven simpler testcase.
2006-02-23 Wolfgang BangerthAn even simpler testcase that also fails.
2006-02-23 Wolfgang BangerthMake copy operation explicit, rather than have the...
2006-02-23 Wolfgang BangerthSimplify test even further
2006-02-23 Wolfgang BangerthSimplify test even further
2006-02-23 Wolfgang BangerthNew very simple test that unfortunately fails...
2006-02-23 Wolfgang BangerthRemove single_mapping mode, since the hp::FEValues...
2006-02-23 Wolfgang BangerthAdd appropriate output files
2006-02-23 Wolfgang BangerthAdd a bunch of tests
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.
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.