KASKADE 7 development version
|
A block filter specifying which subblocks of a stiffness matrix or right hand side shall be assembled. More...
#include <concepts.hh>
A block filter specifying which subblocks of a stiffness matrix or right hand side shall be assembled.
This maps the row index (rhs, D1) or row and column indices (matrix, D2) to a boolean value. True requests assembly, false leaves the corresponding block untouched.
Definition at line 762 of file concepts.hh.
Classes | |
struct | D1 |
struct | D2 |