Go to the source code of this file.
|
template<typename TGlobalMatrix , typename TLocalMatrix > |
bool | ug::AddLocalMatrix (TGlobalMatrix &mat, const TLocalMatrix &localMat) |
|
template<typename TGlobalMatrix , typename TLocalMatrix > |
bool | ug::AddLocalMatrix (TGlobalMatrix &mat, const TLocalMatrix &localMat, const size_t *rowIndices, const size_t *colIndices) |
|
template<typename TGlobalMatrix , typename TLocalMatrix > |
bool | ug::GetLocalMatrix (const TGlobalMatrix &mat, TLocalMatrix &localMat) |
|
template<typename TGlobalMatrix , typename TLocalMatrix > |
bool | ug::GetLocalMatrix (const TGlobalMatrix &mat, TLocalMatrix &localMat, const size_t *rowIndices, const size_t *colIndices) |
|
template<typename TGlobalMatrix , typename TLocalMatrix > |
bool | ug::SetLocalMatrix (TGlobalMatrix &mat, const TLocalMatrix &localMat) |
|
template<typename TGlobalMatrix , typename TLocalMatrix > |
bool | ug::SetLocalMatrix (TGlobalMatrix &mat, TLocalMatrix &localMat, const size_t *rowIndices, const size_t *colIndices) |
|