Searched refs:idx_f (Results 1 – 1 of 1) sorted by relevance
42 const PetscInt *idx_f, *idx_c; in DMCreateInterpolation_DA_1D_Q1() local66 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_1D_Q1()92 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q1()128 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q1()161 PetscCall(ISLocalToGlobalMappingRestoreBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_1D_Q1()173 const PetscInt *idx_f, *idx_c; in DMCreateInterpolation_DA_1D_Q0() local199 PetscCall(ISLocalToGlobalMappingGetBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_1D_Q0()224 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q0()246 PetscCall(ISLocalToGlobalMappingRestoreBlockIndices(ltog_f, &idx_f)); in DMCreateInterpolation_DA_1D_Q0()259 const PetscInt *idx_c, *idx_f; in DMCreateInterpolation_DA_2D_Q1() local[all …]