escript  Revision_
Functions
IndexList.cpp File Reference
#include "IndexList.h"

Functions

void Dudley_IndexList_insertElements (IndexListArray &index_list, Dudley_ElementFile *elements, bool reduce_row_order, index_t *row_map, bool reduce_col_order, index_t *col_map)
void Dudley_IndexList_insertElementsWithRowRange (IndexListArray &index_list, index_t firstRow, index_t lastRow, Dudley_ElementFile *elements, index_t *row_map, index_t *col_map)
void Dudley_IndexList_insertElementsWithRowRangeNoMainDiagonal (IndexListArray &index_list, index_t firstRow, index_t lastRow, Dudley_ElementFile *elements, index_t *row_map, index_t *col_map)

Function Documentation

void Dudley_IndexList_insertElements ( IndexListArray &  index_list,
Dudley_ElementFile elements,
bool  reduce_row_order,
index_t row_map,
bool  reduce_col_order,
index_t col_map 
)
void Dudley_IndexList_insertElementsWithRowRange ( IndexListArray &  index_list,
index_t  firstRow,
index_t  lastRow,
Dudley_ElementFile elements,
index_t row_map,
index_t col_map 
)
void Dudley_IndexList_insertElementsWithRowRangeNoMainDiagonal ( IndexListArray &  index_list,
index_t  firstRow,
index_t  lastRow,
Dudley_ElementFile elements,
index_t row_map,
index_t col_map 
)