Searched refs:mh (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/interface/noise/ |
| H A D | snesdnest.c | 27 static PetscInt mh; in SNESNoise_dnest_() local 119 mh = (*nf + 1) / 2; in SNESNoise_dnest_() 120 est1 = (fval[mh + 1] - fval[mh] * 2 + fval[mh - 1]) / *h__ / *h__; in SNESNoise_dnest_() 121 est2 = (fval[mh + 2] - fval[mh] * 2 + fval[mh - 2]) / (*h__ * 2) / (*h__ * 2); in SNESNoise_dnest_() 122 est3 = (fval[mh + 3] - fval[mh] * 2 + fval[mh - 3]) / (*h__ * 3) / (*h__ * 3); in SNESNoise_dnest_()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdd.c | 52 PetscInt n, mh, ddovl = 0, pStart, pEnd, ni, no, nl; in DMCreateDomainDecomposition_Plex() local 78 PetscCall(DMPlexGetMaxProjectionHeight(dm, &mh)); in DMCreateDomainDecomposition_Plex() 79 PetscCall(DMPlexSetMaxProjectionHeight(odm, mh)); in DMCreateDomainDecomposition_Plex() 317 PetscInt n, mh; in DMCreateNeumannOverlap_Plex() local 340 PetscCall(DMPlexGetMaxProjectionHeight(dm, &mh)); in DMCreateNeumannOverlap_Plex() 341 PetscCall(DMPlexSetMaxProjectionHeight(odm, mh)); in DMCreateNeumannOverlap_Plex()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4501 PetscInt minLevel, mh, n_hi, i; in DMForestTransferVecFromBase_pforest() local 4602 PetscCall(DMPlexGetMaxProjectionHeight(base, &mh)); in DMForestTransferVecFromBase_pforest() 4603 PetscCall(DMPlexSetMaxProjectionHeight(plex, mh)); in DMForestTransferVecFromBase_pforest()
|