Reference documentation for deal.II version 9.0.0
|
Namespaces | |
internal | |
Classes | |
class | VectorMemory< VectorType > |
class | PrimitiveVectorMemory< VectorType > |
class | GrowingVectorMemory< VectorType > |
This module groups a few classes that are used to avoid allocating and deallocating vectors over and over in iterative procedures. These methods all use an object of the base class VectorMemory to get their auxiliary vectors.
Some discussion on this topic can be found in the discussion of the InverseMatrix class in step-20.