Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/
H A Ddainterp.c672 …ierr = DMDAGetGhostCorners(dac,&i_start_ghost_c,&j_start_ghost_c,&l_start_ghost_c,&m_ghost_c,&n_gh… in DMCreateInterpolation_DA_3D_Q0()
704 l_start %D l_c %D l_start_ghost_c %D",l_start,l_c,l_start_ghost_c); in DMCreateInterpolation_DA_3D_Q0()
717 …col = (m_ghost_c*n_ghost_c*(l_c-l_start_ghost_c) + m_ghost_c*(j_c-j_start_ghost_c) + (i_c-i… in DMCreateInterpolation_DA_3D_Q0()
752 …col = (m_ghost_c*n_ghost_c*(l_c-l_start_ghost_c) + m_ghost_c*(j_c-j_start_ghost_c) + (i_c-i_s… in DMCreateInterpolation_DA_3D_Q0()
780 PetscInt l_start_ghost_c,p_ghost_c,l_c,*dnz,*onz; in DMCreateInterpolation_DA_3D_Q1() local
845 … l_start %D l_c %D l_start_ghost_c %D",l_start,l_c,l_start_ghost_c); in DMCreateInterpolation_DA_3D_Q1()
857 …col = (m_ghost_c*n_ghost_c*(l_c-l_start_ghost_c) + m_ghost_c*(j_c-j_start_ghost_c) + (i_c-i… in DMCreateInterpolation_DA_3D_Q1()
925 …col = (m_ghost_c*n_ghost_c*(l_c-l_start_ghost_c)+m_ghost_c*(j_c-j_start_ghost_c)+(i_c-i_start_ghos… in DMCreateInterpolation_DA_3D_Q1()
1004 …col = (m_ghost_c*n_ghost_c*(l_c-l_start_ghost_c)+m_ghost_c*(j_c-j_start_ghost_c)+(i_c-i_start_… in DMCreateInterpolation_DA_3D_Q1()
1022 …col = (m_ghost_c*n_ghost_c*(l_c-l_start_ghost_c) + m_ghost_c*(j_c-j_start_ghost_c) + (i_c-i_st… in DMCreateInterpolation_DA_3D_Q1()
[all …]