25 #ifndef __FINLEY_INDEXLIST_H__
26 #define __FINLEY_INDEXLIST_H__
30 #include <escript/IndexList.h>
41 bool reduce_row_order,
const index_t* row_map,
42 bool reduce_col_order,
const index_t* col_map);
int index_t
type for array/matrix indices used both globally and on each rank
Definition: DataTypes.h:61
A suite of factory methods for creating various finley domains.
Definition: finley/src/Assemble.h:32
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:89
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:36
Definition: escriptcore/src/IndexList.h:29