ESYS13  Revision_
Classes | Defines | Typedefs | Functions
IndexList.h File Reference
#include "Dudley.h"
#include "ElementFile.h"
#include "Mesh.h"

Go to the source code of this file.

Classes

struct  Dudley_IndexList

Defines

#define INDEXLIST_LENGTH   85

Typedefs

typedef struct Dudley_IndexList Dudley_IndexList

Functions

void Dudley_IndexList_insertElements (Dudley_IndexList *index_list, Dudley_ElementFile *elements, bool_t reduce_row_order, index_t *row_map, bool_t reduce_col_order, index_t *col_map)
void Dudley_IndexList_insertIndex (Dudley_IndexList *, index_t)
void Dudley_IndexList_toArray (Dudley_IndexList *, index_t *, index_t, index_t, index_t)
dim_t Dudley_IndexList_count (Dudley_IndexList *, index_t, index_t)
void Dudley_IndexList_free (Dudley_IndexList *)
Paso_PatternDudley_IndexList_createPattern (dim_t n0, dim_t n, Dudley_IndexList *index_list, index_t range_min, index_t range_max, index_t index_offset)
void Dudley_IndexList_insertElementsWithRowRange (Dudley_IndexList *index_list, index_t firstRow, index_t lastRow, Dudley_ElementFile *elements, index_t *row_map, index_t *col_map)
void Dudley_IndexList_insertElementsWithRowRangeNoMainDiagonal (Dudley_IndexList *index_list, index_t firstRow, index_t lastRow, Dudley_ElementFile *elements, index_t *row_map, index_t *col_map)

Define Documentation

#define INDEXLIST_LENGTH   85

Typedef Documentation


Function Documentation

Paso_Pattern* Dudley_IndexList_createPattern ( dim_t  n0,
dim_t  n,
Dudley_IndexList index_list,
index_t  range_min,
index_t  range_max,
index_t  index_offset 
)
void Dudley_IndexList_insertElements ( Dudley_IndexList index_list,
Dudley_ElementFile elements,
bool_t  reduce_row_order,
index_t row_map,
bool_t  reduce_col_order,
index_t col_map 
)
void Dudley_IndexList_insertElementsWithRowRange ( Dudley_IndexList index_list,
index_t  firstRow,
index_t  lastRow,
Dudley_ElementFile elements,
index_t row_map,
index_t col_map 
)
void Dudley_IndexList_insertElementsWithRowRangeNoMainDiagonal ( Dudley_IndexList index_list,
index_t  firstRow,
index_t  lastRow,
Dudley_ElementFile elements,
index_t row_map,
index_t col_map 
)