Home
last modified time | relevance | path

Searched refs:IndR (Results 1 – 1 of 1) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degparallel.c1135 int IndR,IndF,IndZ,connect; in PartitionSimpleElementsRotational() local
1256 IndR = ceil( MAXCATEGORY * ( r - MinR ) / ( MaxR - MinR ) ); in PartitionSimpleElementsRotational()
1260 if( IndR < 1 || IndR > MAXCATEGORY ) { in PartitionSimpleElementsRotational()
1261 printf("IndR out of bounds : %d\n",IndR ); in PartitionSimpleElementsRotational()
1262 IndR = MIN( MAX( IndR, 1 ), MAXCATEGORY ); in PartitionSimpleElementsRotational()
1277 cumr[IndR] += 1; in PartitionSimpleElementsRotational()
1313 IndR = ceil( MAXCATEGORY * ( r - MinR ) / ( MaxR - MinR ) ); in PartitionSimpleElementsRotational()
1317 IndR = MIN( MAX( IndR, 1 ), MAXCATEGORY ); in PartitionSimpleElementsRotational()
1321 IndR = cumr[IndR]; in PartitionSimpleElementsRotational()
1331 (IndF-1) * partitions1 + IndR; in PartitionSimpleElementsRotational()