Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degparallel.c4596 int maxsides,nodesides,maxnodeconnections,connectednodes,m; in SaveElmerInputPartitioned() local
4669 maxnodeconnections = 0; in SaveElmerInputPartitioned()
4671 maxnodeconnections = MAX(maxnodeconnections, nodeconnections[i]); in SaveElmerInputPartitioned()
4672 if(0) printf("Maximum number of node-to-node connections %d\n",maxnodeconnections); in SaveElmerInputPartitioned()
4683 indpairs = Imatrix(1,connectednodes,1,maxnodeconnections); in SaveElmerInputPartitioned()
4685 for(j=1;j<=maxnodeconnections;j++) in SaveElmerInputPartitioned()
4690 for(j=1;j<=maxnodeconnections;j++) { in SaveElmerInputPartitioned()
4701 for(j=1;j<=maxnodeconnections;j++) in SaveElmerInputPartitioned()
4702 for(k=j+1;k<=maxnodeconnections;k++) { in SaveElmerInputPartitioned()
4733 for(l=1;l<=maxnodeconnections;l++) { in SaveElmerInputPartitioned()
[all …]