Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/impls/simple/
H A Dpartsimple.c7 PetscInt nodeGrid[3]; /* Dimension of node grid */ member
25 for (i = 0; i < 3; ++i) p->processGrid[i] = p->nodeGrid[i] = 1; in PetscPartitionerSetFromOptions_Simple()
28 …cpartitioner_simple_node_grid", "Number of nodes in each dimension", "", p->nodeGrid, &num, &flg)); in PetscPartitionerSetFromOptions_Simple()
47 const PetscInt *nodes = p->nodeGrid; in PetscPartitionerPartition_Simple_Grid()