escript  Revision_Unversioneddirectory
Macros | Functions
dudley/src/IndexList.cpp File Reference
#include "esysUtils/first.h"
#include "IndexList.h"

Macros

#define ESNEEDPYTHON
 

Functions

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)
 
void Dudley_IndexList_insertElementsWithRowRange (IndexList *index_list, index_t firstRow, index_t lastRow, Dudley_ElementFile *elements, index_t *row_map, 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)
 

Macro Definition Documentation

#define ESNEEDPYTHON

Function Documentation

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 
)
void Dudley_IndexList_insertElementsWithRowRange ( IndexList index_list,
index_t  firstRow,
index_t  lastRow,
Dudley_ElementFile elements,
index_t row_map,
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 
)