OGS
SparsityPattern.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include <vector>
14 
15 namespace MathLib
16 {
18 template <typename IndexType>
19 using SparsityPattern = std::vector<IndexType>;
20 }
std::vector< IndexType > SparsityPattern
A vector telling how many nonzeros there are in each global matrix row.