Lines Matching refs:grid_info
455 ML_Aggregate_Viz_Stats *grid_info = (ML_Aggregate_Viz_Stats *)pc_ml->ml_object->Grid[0].Grid; in PCReset_ML() local
456 grid_info->x = 0; /* do this so ML doesn't try to free coordinates */ in PCReset_ML()
457 grid_info->y = 0; in PCReset_ML()
458 grid_info->z = 0; in PCReset_ML()
740 ML_Aggregate_Viz_Stats *grid_info; in PCSetUp_ML() local
747 grid_info = (ML_Aggregate_Viz_Stats *)ml_object->Grid[0].Grid; in PCSetUp_ML()
754 grid_info->x = pc_ml->coords + nlocghost * i; in PCSetUp_ML()
757 grid_info->y = pc_ml->coords + nlocghost * i; in PCSetUp_ML()
760 grid_info->z = pc_ml->coords + nlocghost * i; in PCSetUp_ML()
766 grid_info->Ndim = dim; in PCSetUp_ML()
791 ML_Aggregate_Viz_Stats *grid_info = (ML_Aggregate_Viz_Stats *)ml_object->Grid[i].Grid; in PCSetUp_ML() local
792 … grid_info->zoltan_type = pc_ml->ZoltanScheme + 1; /* ml numbers options 1, 2, 3 */ in PCSetUp_ML()
794 grid_info->zoltan_estimated_its = 40; /* only relevant to hypergraph / fast hypergraph */ in PCSetUp_ML()
795 grid_info->zoltan_timers = 0; in PCSetUp_ML()
796 grid_info->smoothing_steps = 4; /* only relevant to hypergraph / fast hypergraph */ in PCSetUp_ML()
897 …ML_Aggregate_Viz_Stats *grid_info = (ML_Aggregate_Viz_Stats *)ml_object->Amat[mllevel].to->Grid->G… in PCSetUp_ML() local
912 array[dim * j + i] = grid_info->x[j]; in PCSetUp_ML()
915 array[dim * j + i] = grid_info->y[j]; in PCSetUp_ML()
918 array[dim * j + i] = grid_info->z[j]; in PCSetUp_ML()