24 #ifndef __FINLEY_INDEXLIST_H__ 25 #define __FINLEY_INDEXLIST_H__ 29 #include "esysUtils/IndexList.h" 40 bool reduce_row_order,
const index_t* row_map,
41 bool reduce_col_order,
const index_t* col_map);
49 #endif // __FINLEY_INDEXLIST_H__ Definition: finley/src/Assemble.h:32
Definition: esysUtils/src/IndexList.h:39
int index_t
Definition: types.h:24
void IndexList_insertElementsWithRowRangeNoMainDiagonal(IndexList *index_list, index_t firstRow, index_t lastRow, ElementFile *elements, index_t *row_map, index_t *col_map)
Definition: finley/src/IndexList.cpp:94
void IndexList_insertElements(IndexList *index_list, ElementFile *elements, bool reduce_row_order, const index_t *row_map, bool reduce_col_order, const index_t *col_map)
Definition: finley/src/IndexList.cpp:41