ug4
|
This is the complete list of members for ug::LocalMatrix, including all inherited members.
access_all() | ug::LocalMatrix | inline |
access_by_map(const FunctionIndexMapping &funcMap) | ug::LocalMatrix | inline |
access_by_map(const FunctionIndexMapping &rowFuncMap, const FunctionIndexMapping &colFuncMap) | ug::LocalMatrix | inline |
check_all_dof(size_t rowFct, size_t rowDoF, size_t colFct, size_t colDoF) const | ug::LocalMatrix | inlineprotected |
check_all_fct(size_t rowFct, size_t colFct) const | ug::LocalMatrix | inlineprotected |
check_dof(size_t rowFct, size_t rowDoF, size_t colFct, size_t colDoF) const | ug::LocalMatrix | inlineprotected |
check_fct(size_t rowFct, size_t colFct) const | ug::LocalMatrix | inlineprotected |
FctCplAccMatrix typedef | ug::LocalMatrix | protected |
FctCplMatrix typedef | ug::LocalMatrix | protected |
get_col_indices() const | ug::LocalMatrix | inline |
get_row_indices() const | ug::LocalMatrix | inline |
LocalCplMatrix typedef | ug::LocalMatrix | protected |
LocalMatrix() | ug::LocalMatrix | inline |
LocalMatrix(const LocalIndices &rowInd, const LocalIndices &colInd) | ug::LocalMatrix | inline |
m_CplMat | ug::LocalMatrix | protected |
m_CplMatAcc | ug::LocalMatrix | protected |
m_pColFuncMap | ug::LocalMatrix | protected |
m_pColIndex | ug::LocalMatrix | protected |
m_pRowFuncMap | ug::LocalMatrix | protected |
m_pRowIndex | ug::LocalMatrix | protected |
num_all_col_dof(size_t fct) const | ug::LocalMatrix | inline |
num_all_col_fct() const | ug::LocalMatrix | inline |
num_all_row_dof(size_t fct) const | ug::LocalMatrix | inline |
num_all_row_fct() const | ug::LocalMatrix | inline |
num_col_dof(size_t fct) const | ug::LocalMatrix | inline |
num_col_fct() const | ug::LocalMatrix | inline |
num_row_dof(size_t fct) const | ug::LocalMatrix | inline |
num_row_fct() const | ug::LocalMatrix | inline |
operator()(size_t rowFct, size_t rowDoF, size_t colFct, size_t colDoF) | ug::LocalMatrix | inline |
operator()(size_t rowFct, size_t rowDoF, size_t colFct, size_t colDoF) const | ug::LocalMatrix | inline |
operator*(number val) | ug::LocalMatrix | inline |
operator*=(number val) | ug::LocalMatrix | inline |
operator+=(const this_type &rhs) | ug::LocalMatrix | inline |
operator-=(const this_type &rhs) | ug::LocalMatrix | inline |
operator=(number val) | ug::LocalMatrix | inline |
resize(const LocalIndices &ind) | ug::LocalMatrix | inline |
resize(const LocalIndices &rowInd, const LocalIndices &colInd) | ug::LocalMatrix | inline |
scale_append(number s, const this_type &rhs) | ug::LocalMatrix | inline |
this_type typedef | ug::LocalMatrix | |
value(size_t rowFct, size_t rowDoF, size_t colFct, size_t colDoF) | ug::LocalMatrix | inline |
value(size_t rowFct, size_t rowDoF, size_t colFct, size_t colDoF) const | ug::LocalMatrix | inline |
value_type typedef | ug::LocalMatrix |