Searched refs:dimc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 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() [all …]
|