Home
last modified time | relevance | path

Searched refs:IndF (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
1257 IndF = ceil( MAXCATEGORY * ( f - MinF ) / ( MaxF - MinF ) ); in PartitionSimpleElementsRotational()
1264 if( IndF < 1 || IndF > MAXCATEGORY ) { in PartitionSimpleElementsRotational()
1265 printf("IndF out of bounds : %d\n",IndF ); in PartitionSimpleElementsRotational()
1266 IndF = MIN( MAX( IndF, 1 ), MAXCATEGORY ); in PartitionSimpleElementsRotational()
1278 cumf[IndF] += 1; in PartitionSimpleElementsRotational()
1314 IndF = ceil( MAXCATEGORY * ( f - MinF ) / ( MaxF - MinF ) ); in PartitionSimpleElementsRotational()
1318 IndF = MIN( MAX( IndF, 1 ), MAXCATEGORY ); in PartitionSimpleElementsRotational()
1322 IndF = cumf[IndF]; in PartitionSimpleElementsRotational()
1331 (IndF-1) * partitions1 + IndR; in PartitionSimpleElementsRotational()