Home
last modified time | relevance | path

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

/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degtypes.h236 struct CRSType dualgraph, /* The dual graph of the finite element mesh */ member
H A Degmesh.cpp904 data->dualgraph.created = FALSE; in InitializeKnots()
9893 struct CRSType *dualgraph; in CreateDualGraph() local
9897 dualgraph = &data->dualgraph; in CreateDualGraph()
9898 if(dualgraph->created) { in CreateDualGraph()
10031 dualgraph->cols = dualcol; in CreateDualGraph()
10032 dualgraph->rows = dualrow; in CreateDualGraph()
10033 dualgraph->rowsize = dualsize; in CreateDualGraph()
10034 dualgraph->colsize = totcon; in CreateDualGraph()
10035 dualgraph->created = TRUE; in CreateDualGraph()
10107 DestroyCRSMatrix( &data->dualgraph ); in DestroyDualGraph()
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degtypes.h236 struct CRSType dualgraph, /* The dual graph of the finite element mesh */ member
H A Degparallel.c2605 struct CRSType *dualgraph; in PartitionMetisGraph() local
2655 dualgraph = &data->dualgraph; in PartitionMetisGraph()
2657 nn = dualgraph->rowsize; in PartitionMetisGraph()
2658 xadj = dualgraph->rows; in PartitionMetisGraph()
2659 adjncy = dualgraph->cols; in PartitionMetisGraph()
2660 totcon = dualgraph->colsize; in PartitionMetisGraph()
H A Degmesh.c904 data->dualgraph.created = FALSE; in InitializeKnots()
9893 struct CRSType *dualgraph; in CreateDualGraph() local
9897 dualgraph = &data->dualgraph; in CreateDualGraph()
9898 if(dualgraph->created) { in CreateDualGraph()
10031 dualgraph->cols = dualcol; in CreateDualGraph()
10032 dualgraph->rows = dualrow; in CreateDualGraph()
10033 dualgraph->rowsize = dualsize; in CreateDualGraph()
10034 dualgraph->colsize = totcon; in CreateDualGraph()
10035 dualgraph->created = TRUE; in CreateDualGraph()
10107 DestroyCRSMatrix( &data->dualgraph ); in DestroyDualGraph()