#include "Dudley.h"
#include "ElementFile.h"
#include "Mesh.h"
#include "esysUtils/IndexList.h"
Go to the source code of this file.
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