24#ifndef __DUDLEY_INDEXLIST_H__
25#define __DUDLEY_INDEXLIST_H__
29#include <escript/IndexList.h>
43 index_t firstRow, index_t lastRow,
44 const ElementFile* elements,
const index_t* map);
A suite of factory methods for creating 2D and 3D dudley domains.
Definition dudley/src/Assemble.h:32
void IndexList_insertElementsWithRowRangeNoMainDiagonal(IndexList *indexList, index_t firstRow, index_t lastRow, const ElementFile *elements, const index_t *map)
Definition dudley/src/IndexList.cpp:63
void IndexList_insertElements(IndexList *index_list, const ElementFile *elements, const index_t *map)
Definition dudley/src/IndexList.cpp:35
Definition escriptcore/src/IndexList.h:29