Home
last modified time | relevance | path

Searched refs:idx_f (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/da/
H A Ddainterp.c42 const PetscInt *idx_f, *idx_c; in DMCreateInterpolation_DA_1D_Q1() local
66 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() local
199 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 …]