24 #ifndef __FINLEY_INDEXLIST_H__ 25 #define __FINLEY_INDEXLIST_H__ 29 #include <escript/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__ A suite of factory methods for creating various finley domains.
Definition: finley/src/Assemble.h:31
int index_t
type for array/matrix indices used both globally and on each rank
Definition: DataTypes.h:59
Definition: escriptcore/src/IndexList.h:28
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:88
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:35