deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
Namespaces | |
namespace | internal |
Classes | |
class | VectorMemory< VectorType > |
class | PrimitiveVectorMemory< VectorType > |
class | GrowingVectorMemory< VectorType > |
This page 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.