23 #ifndef INC_DUDLEY_INDEXLIST 24 #define INC_DUDLEY_INDEXLIST 30 #include "esysUtils/IndexList.h" 38 bool reduce_row_order,
index_t * row_map,
39 bool reduce_col_order,
index_t * col_map);
void Dudley_IndexList_insertElementsWithRowRangeNoMainDiagonal(IndexList *index_list, index_t firstRow, index_t lastRow, Dudley_ElementFile *elements, index_t *row_map, index_t *col_map)
Definition: dudley/src/IndexList.cpp:107
void Dudley_IndexList_insertElements(IndexList *index_list, Dudley_ElementFile *elements, bool reduce_row_order, index_t *row_map, bool reduce_col_order, index_t *col_map)
Definition: dudley/src/IndexList.cpp:35
void Dudley_IndexList_insertElementsWithRowRange(IndexList *index_list, index_t firstRow, index_t lastRow, Dudley_ElementFile *elements, index_t *row_map, index_t *col_map)
Definition: dudley/src/IndexList.cpp:71
Definition: esysUtils/src/IndexList.h:39
int index_t
Definition: types.h:24
Definition: dudley/src/ElementFile.h:40