Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/ml/
H A Dml.c455 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()
[all …]