Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Ddainterp.c1009 PetscInt dimc, Mc, Nc, Pc, mc, nc, pc, dofc, sc, dimf, Mf, Nf, Pf, mf, nf, pf, doff, sf; in DMCreateInterpolation_DA() local
1021 …PetscCall(DMDAGetInfo(daf, &dimf, &Mf, &Nf, &Pf, &mf, &nf, &pf, &doff, &sf, &bxf, &byf, &bzf, &stf… in DMCreateInterpolation_DA()
1029 …PetscCheck(dimc <= 2 || Pc >= 2 || Pf <= 1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Coarse gri… in DMCreateInterpolation_DA()
1266 PetscInt dimc, Mc, Nc, Pc, mc, nc, pc, dofc, sc, dimf, Mf, Nf, Pf, mf, nf, pf, doff, sf; in DMCreateInjection_DA() local
1277 …PetscCall(DMDAGetInfo(daf, &dimf, &Mf, &Nf, &Pf, &mf, &nf, &pf, &doff, &sf, &bxf, &byf, &bzf, &stf… in DMCreateInjection_DA()
1335 PetscInt dimf, Mf, Nf, Pf, mf, nf, pf, doff, sf; in DMDACreateAggregates() local
1360 …PetscCall(DMDAGetInfo(daf, &dimf, &Mf, &Nf, &Pf, &mf, &nf, &pf, &doff, &sf, &bxf, &byf, &bzf, &stf… in DMDACreateAggregates()
1369 …heck(Pf >= Pc, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Coarse grid has more points than fine grid,… in DMDACreateAggregates()
1372 if (Pf < 0) Pf = 1; in DMDACreateAggregates()
1396 max_agg_size = (Mf / Mc + 1) * (Nf / Nc + 1) * (Pf / Pc + 1); in DMDACreateAggregates()
[all …]
/petsc/src/dm/impls/stag/
H A Dstagmulti.c646 PetscInt Mc, Nc, Pc, Mf, Nf, Pf, factorx, factory, factorz, dof[4]; in DMStagPopulateInterpolation3d_Internal() local
655 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, &Nf, &Pf)); in DMStagPopulateInterpolation3d_Internal()
658 factorz = Pf / Pc; in DMStagPopulateInterpolation3d_Internal()
1209 PetscInt Mc, Nc, Pc, Mf, Nf, Pf, factorx, factory, factorz, dof[4]; in DMStagPopulateRestriction3d_Internal() local
1222 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, &Nf, &Pf)); in DMStagPopulateRestriction3d_Internal()
1225 factorz = Pf / Pc; in DMStagPopulateRestriction3d_Internal()
H A Dstag3d.c66 PetscInt Mf, Nf, Pf, Mc, Nc, Pc, factorx, factory, factorz, dof[4]; in DMStagRestrictSimple_3d() local
74 PetscCall(DMStagGetGlobalSizes(dmf, &Mf, &Nf, &Pf)); in DMStagRestrictSimple_3d()
78 factorz = Pf / Pc; in DMStagRestrictSimple_3d()