88 |
that is, not dependent on elements in other domains*/ |
that is, not dependent on elements in other domains*/ |
89 |
index_t numBoundary; /* number of local elements that are dependant on elements |
index_t numBoundary; /* number of local elements that are dependant on elements |
90 |
in other domains */ |
in other domains */ |
91 |
|
dim_t *vtxdist; |
92 |
/* there will be further stuff here, as the need for it in domain decomposition arises */ |
/* there will be further stuff here, as the need for it in domain decomposition arises */ |
93 |
/* ... */ |
/* ... */ |
94 |
}; |
}; |
122 |
Finley_ElementDistribution* Finley_ElementDistribution_alloc( Paso_MPIInfo *MPIInfo ); |
Finley_ElementDistribution* Finley_ElementDistribution_alloc( Paso_MPIInfo *MPIInfo ); |
123 |
void Finley_ElementDistribution_dealloc( Finley_ElementDistribution* in ); |
void Finley_ElementDistribution_dealloc( Finley_ElementDistribution* in ); |
124 |
Finley_ElementDistribution* Finley_ElementDistribution_getReference( Finley_ElementDistribution* in ); |
Finley_ElementDistribution* Finley_ElementDistribution_getReference( Finley_ElementDistribution* in ); |
125 |
|
void Finley_ElementDistribution_allocTable( Finley_ElementDistribution *in, dim_t numElements, dim_t numElementsThis ); |
126 |
|
|
127 |
#endif |
#endif |
128 |
#endif |
#endif |