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
}
// namespace MathLib
MathLib
Definition
CreateComponent.h:32
MathLib::SparsityPattern
std::vector< IndexType > SparsityPattern
A vector telling how many nonzeros there are in each global matrix row.
Definition
SparsityPattern.h:19
MathLib
LinAlg
SparsityPattern.h
Generated by
1.12.0