Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Ddainterp.c611 …rt_ghost, j_start_ghost, l_start_ghost, cols[8], mx, m_c, my, n_c, mz, p_c, ratioi, ratioj, ratiol; in DMCreateInterpolation_DA_3D_Q0() local
627 ratiol = mz / Mz; in DMCreateInterpolation_DA_3D_Q0()
630 …PetscCheck(ratiol * Mz == mz, PetscObjectComm((PetscObject)daf), PETSC_ERR_ARG_WRONG, "Fine grid p… in DMCreateInterpolation_DA_3D_Q0()
633 …PetscCheck(ratiol == 2 || ratiol == 1, PetscObjectComm((PetscObject)daf), PETSC_ERR_ARG_WRONG, "Co… in DMCreateInterpolation_DA_3D_Q0()
670 l_c = (l / ratiol); in DMCreateInterpolation_DA_3D_Q0()
713 l_c = (l / ratiol); in DMCreateInterpolation_DA_3D_Q0()