Lines Matching refs:dimc
1009 PetscInt dimc, Mc, Nc, Pc, mc, nc, pc, dofc, sc, dimf, Mf, Nf, Pf, mf, nf, pf, doff, sf; in DMCreateInterpolation_DA() local
1020 …PetscCall(DMDAGetInfo(dac, &dimc, &Mc, &Nc, &Pc, &mc, &nc, &pc, &dofc, &sc, &bxc, &byc, &bzc, &stc… in DMCreateInterpolation_DA()
1022 …heck(dimc == dimf, PetscObjectComm((PetscObject)daf), PETSC_ERR_ARG_INCOMP, "Dimensions of DMDA do… in DMCreateInterpolation_DA()
1028 …PetscCheck(dimc <= 1 || Nc >= 2 || Nf <= 1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Coarse gri… in DMCreateInterpolation_DA()
1029 …PetscCheck(dimc <= 2 || Pc >= 2 || Pf <= 1, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Coarse gri… in DMCreateInterpolation_DA()
1032 if (dimc == 1) { in DMCreateInterpolation_DA()
1034 } else if (dimc == 2) { in DMCreateInterpolation_DA()
1036 } else if (dimc == 3) { in DMCreateInterpolation_DA()
1038 …ort for this DMDA dimension %" PetscInt_FMT " for interpolation type %d", dimc, (int)ddc->interpty… in DMCreateInterpolation_DA()
1040 if (dimc == 1) { in DMCreateInterpolation_DA()
1042 } else if (dimc == 2) { in DMCreateInterpolation_DA()
1044 } else if (dimc == 3) { in DMCreateInterpolation_DA()
1046 …ort for this DMDA dimension %" PetscInt_FMT " for interpolation type %d", dimc, (int)ddc->interpty… 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
1276 …PetscCall(DMDAGetInfo(dac, &dimc, &Mc, &Nc, &Pc, &mc, &nc, &pc, &dofc, &sc, &bxc, &byc, &bzc, &stc… in DMCreateInjection_DA()
1278 …heck(dimc == dimf, PetscObjectComm((PetscObject)daf), PETSC_ERR_ARG_INCOMP, "Dimensions of DMDA do… in DMCreateInjection_DA()
1284 …PetscCheck(dimc <= 1 || Nc >= 2, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Coarse grid requires … in DMCreateInjection_DA()
1285 …PetscCheck(dimc <= 2 || Pc >= 2, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Coarse grid requires … in DMCreateInjection_DA()
1287 if (dimc == 1) { in DMCreateInjection_DA()
1289 } else if (dimc == 2) { in DMCreateInjection_DA()
1291 } else if (dimc == 3) { in DMCreateInjection_DA()
1334 PetscInt dimc, Mc, Nc, Pc, mc, nc, pc, dofc, sc; in DMDACreateAggregates() local
1359 …PetscCall(DMDAGetInfo(dac, &dimc, &Mc, &Nc, &Pc, &mc, &nc, &pc, &dofc, &sc, &bxc, &byc, &bzc, &stc… in DMDACreateAggregates()
1361 …heck(dimc == dimf, PetscObjectComm((PetscObject)daf), PETSC_ERR_ARG_INCOMP, "Dimensions of DMDA do… in DMDACreateAggregates()