37 |
struct Finley_IndexList *extension; |
struct Finley_IndexList *extension; |
38 |
} Finley_IndexList; |
} Finley_IndexList; |
39 |
|
|
40 |
|
int Finley_IndexList_localToGlobal(Finley_NodeDistribution* dofDistribution, int localIndex); |
41 |
void Finley_IndexList_insertElements(Finley_IndexList*, Finley_Mesh*, Finley_ElementFile*,dim_t, index_t*,dim_t, index_t*); |
void Finley_IndexList_insertElements(Finley_IndexList*, Finley_Mesh*, Finley_ElementFile*,dim_t, index_t*,dim_t, index_t*); |
42 |
void Finley_IndexList_insertIndex(Finley_IndexList*, index_t); |
void Finley_IndexList_insertIndex(Finley_IndexList*, index_t); |
43 |
void Finley_IndexList_toArray(Finley_IndexList*, index_t*); |
void Finley_IndexList_toArray(Finley_IndexList*, index_t*); |