Searched refs:idx_c (Results 1 – 1 of 1) sorted by relevance
42 const PetscInt *idx_f, *idx_c; in DMCreateInterpolation_DA_1D_Q1() local71 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_c, &idx_c)); in DMCreateInterpolation_DA_1D_Q1()106 cols[nc] = idx_c[col]; in DMCreateInterpolation_DA_1D_Q1()110 cols[nc] = idx_c[col + 1]; in DMCreateInterpolation_DA_1D_Q1()137 cols[0] = idx_c[col]; in DMCreateInterpolation_DA_1D_Q1()149 cols[0] = idx_c[col]; /* one left and below; or we are right on it */ in DMCreateInterpolation_DA_1D_Q1()150 cols[1] = idx_c[col + 1]; in DMCreateInterpolation_DA_1D_Q1()162 PetscCall(ISLocalToGlobalMappingRestoreBlockIndices(ltog_c, &idx_c)); in DMCreateInterpolation_DA_1D_Q1()173 const PetscInt *idx_f, *idx_c; in DMCreateInterpolation_DA_1D_Q0() local204 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_c, &idx_c)); in DMCreateInterpolation_DA_1D_Q0()[all …]