Reference documentation for deal.II version GIT relicensing-136-gb80d0be4af 2024-03-18 08:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Namespaces | Classes
Vector memory management
Collaboration diagram for Vector memory management:

Namespaces

namespace  internal
 

Classes

class  VectorMemory< VectorType >
 
class  PrimitiveVectorMemory< VectorType >
 
class  GrowingVectorMemory< VectorType >
 

Detailed Description

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.