ug4
local_helper.h File Reference

Go to the source code of this file.

Classes

class  ug::const_localMatrix_from_mat_and_array< M >
 
class  ug::localMatrix_from_col_major_and_array< T >
 
class  ug::localMatrix_from_mat_and_array< M >
 
class  ug::localMatrix_from_row_major_and_array< T >
 
class  ug::localVector_from_array< T >
 

Namespaces

 ug
 the ug namespace
 

Functions

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)