OGS
ComputeSparsityPattern.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <vector>
14
16
17namespace MeshLib
18{
19class Mesh;
20}
21
22namespace NumLib
23{
24class LocalToGlobalIndexMap;
25
36 LocalToGlobalIndexMap const& dof_table, MeshLib::Mesh const& mesh);
37} // namespace NumLib
MathLib::SparsityPattern< GlobalIndexType > GlobalSparsityPattern
GlobalSparsityPattern computeSparsityPattern(LocalToGlobalIndexMap const &dof_table, MeshLib::Mesh const &mesh)
Computes a sparsity pattern for the given inputs.