Searched refs:n_hi (Results 1 – 1 of 1) sorted by relevance
4501 PetscInt minLevel, mh, n_hi, i; in DMForestTransferVecFromBase_pforest() local4547 n_hi = 0; in DMForestTransferVecFromBase_pforest()4563 n_hi++; in DMForestTransferVecFromBase_pforest()4566 PetscCall(PetscMalloc2(n_hi, &hierarchy, n_hi, &hierarchy_forest)); in DMForestTransferVecFromBase_pforest()4580 hierarchy[n_hi - i] = dmIn; in DMForestTransferVecFromBase_pforest()4667 if (n_hi > 1) { /* downsweep the stored hierarchy */ in DMForestTransferVecFromBase_pforest()4674 for (i = 1; i < n_hi - 1; i++) { in DMForestTransferVecFromBase_pforest()