Escript  Revision_4320
Functions
finley/src/ElementFile.c File Reference
#include "ElementFile.h"

Functions

Finley_ElementFileFinley_ElementFile_alloc (Finley_ReferenceElementSet *referenceElementSet, Esys_MPIInfo *MPIInfo)
void Finley_ElementFile_free (Finley_ElementFile *in)
void Finley_ElementFile_setElementDistribution (Finley_ElementFile *in, dim_t *distribution)
dim_t Finley_ElementFile_getGlobalNumElements (Finley_ElementFile *in)
dim_t Finley_ElementFile_getMyNumElements (Finley_ElementFile *in)
index_t Finley_ElementFile_getFirstElement (Finley_ElementFile *in)

Function Documentation

Finley_ElementFile* Finley_ElementFile_alloc ( Finley_ReferenceElementSet referenceElementSet,
Esys_MPIInfo MPIInfo 
)
void Finley_ElementFile_free ( Finley_ElementFile in)
index_t Finley_ElementFile_getFirstElement ( Finley_ElementFile in)
dim_t Finley_ElementFile_getGlobalNumElements ( Finley_ElementFile in)
dim_t Finley_ElementFile_getMyNumElements ( Finley_ElementFile in)
void Finley_ElementFile_setElementDistribution ( Finley_ElementFile in,
dim_t distribution 
)