![]() |
Reference documentation for deal.II version GIT 00e6fe71c9 2023-06-04 19:35:01+00:00
|
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.