Searched refs:ddc (Results 1 – 2 of 2) sorted by relevance
1012 DM_DA *ddc = (DM_DA *)dac->data; in DMCreateInterpolation_DA() local1031 if (ddc->interptype == DMDA_Q1) { in DMCreateInterpolation_DA()1038 … for this DMDA dimension %" PetscInt_FMT " for interpolation type %d", dimc, (int)ddc->interptype); in DMCreateInterpolation_DA()1039 } else if (ddc->interptype == DMDA_Q0) { in DMCreateInterpolation_DA()1046 … for this DMDA dimension %" PetscInt_FMT " for interpolation type %d", dimc, (int)ddc->interptype); in DMCreateInterpolation_DA()
1253 DM_DA *ddf, *ddc; local1275 ddc = (DM_DA *)dac->data;1276 ddf->interptype = ddc->interptype;