Searched refs:j_start_c (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 263 …PetscInt i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c, col_… in DMCreateInterpolation_DA_2D_Q1() local 297 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, NULL, &m_c, &n_c, NULL)); in DMCreateInterpolation_DA_2D_Q1() 491 …PetscInt i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c, col_… in DMCreateInterpolation_DA_2D_Q0() local 515 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, NULL, &m_c, &n_c, NULL)); in DMCreateInterpolation_DA_2D_Q0() 612 …PetscInt i_c, j_c, l_c, i_start_c, j_start_c, l_start_c, i_start_ghost_c, j_start_gh… in DMCreateInterpolation_DA_3D_Q0() local 640 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, &l_start_c, &m_c, &n_c, &p_c)); in DMCreateInterpolation_DA_3D_Q0() 741 PetscInt i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c; in DMCreateInterpolation_DA_3D_Q1() local 791 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, &l_start_c, &m_c, &n_c, &p_c)); in DMCreateInterpolation_DA_3D_Q1() 1115 PetscInt i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c; in DMCreateInjection_DA_2D() local 1144 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, NULL, &m_c, &n_c, NULL)); in DMCreateInjection_DA_2D() [all …]
|