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