OGS
GlobalMatrixVectorTypes.h File Reference

Detailed Description

Definition in file GlobalMatrixVectorTypes.h.

Include dependency graph for GlobalMatrixVectorTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using GlobalVector = MathLib::EigenVector
 
using GlobalMatrix = MathLib::EigenMatrix
 
using GlobalIndexType = GlobalMatrix::IndexType
 
using GlobalSparsityPattern = MathLib::SparsityPattern<GlobalIndexType>
 

Typedef Documentation

◆ GlobalIndexType

A type used for indexing of global vectors and matrices. It is equal to the GlobalMatrix::IndexType and the GlobalVector::IndexType.

Definition at line 51 of file GlobalMatrixVectorTypes.h.

◆ GlobalMatrix

Definition at line 24 of file GlobalMatrixVectorTypes.h.

◆ GlobalSparsityPattern

◆ GlobalVector

Definition at line 23 of file GlobalMatrixVectorTypes.h.