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

Go to the source code of this file.

Classes

struct  Finley_IndexList

Defines

#define INDEXLIST_LENGTH   85

Typedefs

typedef struct Finley_IndexList Finley_IndexList

Functions

void Finley_IndexList_insertElements (Finley_IndexList *index_list, Finley_ElementFile *elements, bool_t reduce_row_order, index_t *row_map, bool_t reduce_col_order, index_t *col_map)
void Finley_IndexList_insertIndex (Finley_IndexList *, index_t)
void Finley_IndexList_toArray (Finley_IndexList *, index_t *, index_t, index_t, index_t)
dim_t Finley_IndexList_count (Finley_IndexList *, index_t, index_t)
void Finley_IndexList_free (Finley_IndexList *)
Paso_PatternFinley_IndexList_createPattern (dim_t n0, dim_t n, Finley_IndexList *index_list, index_t range_min, index_t range_max, index_t index_offset)
void Finley_IndexList_insertElementsWithRowRange (Finley_IndexList *index_list, index_t firstRow, index_t lastRow, Finley_ElementFile *elements, index_t *row_map, index_t *col_map)
void Finley_IndexList_insertElementsWithRowRangeNoMainDiagonal (Finley_IndexList *index_list, index_t firstRow, index_t lastRow, Finley_ElementFile *elements, index_t *row_map, index_t *col_map)

Define Documentation

#define INDEXLIST_LENGTH   85

Typedef Documentation


Function Documentation

Paso_Pattern* Finley_IndexList_createPattern ( dim_t  n0,
dim_t  n,
Finley_IndexList index_list,
index_t  range_min,
index_t  range_max,
index_t  index_offset 
)
void Finley_IndexList_insertElements ( Finley_IndexList index_list,
Finley_ElementFile elements,
bool_t  reduce_row_order,
index_t row_map,
bool_t  reduce_col_order,
index_t col_map 
)
void Finley_IndexList_insertElementsWithRowRange ( Finley_IndexList index_list,
index_t  firstRow,
index_t  lastRow,
Finley_ElementFile elements,
index_t row_map,
index_t col_map 
)
void Finley_IndexList_insertElementsWithRowRangeNoMainDiagonal ( Finley_IndexList index_list,
index_t  firstRow,
index_t  lastRow,
Finley_ElementFile elements,
index_t row_map,
index_t col_map 
)