Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degparallel.c1676 int dualmaxcon,invmaxcon,totcon,step,bc,bcelem,bcelem2,hit,set; in PartitionConnectedElementsMetis() local
1728 dualmaxcon = 0; in PartitionConnectedElementsMetis()
1781 for(l=1;l<=dualmaxcon;l++) { in PartitionConnectedElementsMetis()
1786 if(l > dualmaxcon) { in PartitionConnectedElementsMetis()
1787 dualmaxcon++; in PartitionConnectedElementsMetis()
1792 if(0) printf("allocating dual topo %d %d\n",dualmaxcon,maxbcelem); in PartitionConnectedElementsMetis()
1793 bcdualgraph[dualmaxcon] = Ivector(1,maxbcelem); in PartitionConnectedElementsMetis()
1795 bcdualgraph[dualmaxcon][m] = 0; in PartitionConnectedElementsMetis()
1822 for(j=1;j<=dualmaxcon;j++) { in PartitionConnectedElementsMetis()
1837 for(i=1;i<=dualmaxcon;i++) in PartitionConnectedElementsMetis()
H A Degmesh.c9889 int dualmaxcon,invmaxcon,showgraph,freeelements,step,orphanelements; in CreateDualGraph() local
9932 dualmaxcon = 0; in CreateDualGraph()
10002 if( dcon > dualmaxcon ) { in CreateDualGraph()
10003 dualmaxcon = dcon; in CreateDualGraph()
10068 …printf("There are at maximum %d connections in dual graph (in element %d).\n",dualmaxcon,dualmaxel… in CreateDualGraph()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degmesh.cpp9889 int dualmaxcon,invmaxcon,showgraph,freeelements,step,orphanelements; in CreateDualGraph() local
9932 dualmaxcon = 0; in CreateDualGraph()
10002 if( dcon > dualmaxcon ) { in CreateDualGraph()
10003 dualmaxcon = dcon; in CreateDualGraph()
10068 …printf("There are at maximum %d connections in dual graph (in element %d).\n",dualmaxcon,dualmaxel… in CreateDualGraph()