Dune Core Modules (2.4.2)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bdmatrix.hh
Go to the documentation of this file.
Implementation of the BCRSMatrix class.
void endrowsizes()
indicate that size of all rows is defined
Definition: bcrsmatrix.hh:1109
@ random
Build entries randomly.
Definition: bcrsmatrix.hh:479
void endindices()
indicate that all indices are defined, check consistency
Definition: bcrsmatrix.hh:1208
size_type N() const
number of rows (counted in blocks)
Definition: bcrsmatrix.hh:1849
BCRSMatrix & operator=(const BCRSMatrix &Mat)
assignment
Definition: bcrsmatrix.hh:868
A::size_type size_type
implement row_type with compressed vector
Definition: bdmatrix.hh:45
B block_type
export the type representing the components
Definition: bdmatrix.hh:36
BDMatrix & operator=(const BDMatrix &other)
assignment
Definition: bdmatrix.hh:69
B::field_type field_type
export the type representing the field
Definition: bdmatrix.hh:33
