24 #ifndef __FINLEY_INDEXLIST_H__
25 #define __FINLEY_INDEXLIST_H__
29 #include "esysUtils/IndexList.h"
40 bool reduce_row_order,
const int* row_map,
41 bool reduce_col_order,
const int* col_map);
45 ElementFile* elements,
int* row_map,
int* col_map);
49 #endif // __FINLEY_INDEXLIST_H__
void IndexList_insertElements(IndexListArray &index_list, ElementFile *elements, bool reduce_row_order, const int *row_map, bool reduce_col_order, const int *col_map)
Definition: finley/src/IndexList.cpp:37
std::vector< IndexList > IndexListArray
Definition: esysUtils/src/IndexList.h:39
void IndexList_insertElementsWithRowRangeNoMainDiagonal(IndexListArray &index_list, int firstRow, int lastRow, ElementFile *elements, int *row_map, int *col_map)
Definition: finley/src/IndexList.cpp:90