Searched refs:p_f (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 607 PetscInt i, j, l, i_start, j_start, l_start, m_f, n_f, p_f, Mx, My, Mz, dof; in DMCreateInterpolation_DA_3D_Q0() local 635 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, &l_start, &m_f, &n_f, &p_f)); in DMCreateInterpolation_DA_3D_Q0() 661 …MatPreallocateBegin(PetscObjectComm((PetscObject)daf), m_f * n_f * p_f, col_scale * m_c * n_c * p_… in DMCreateInterpolation_DA_3D_Q0() 662 for (l = l_start; l < l_start + p_f; l++) { in DMCreateInterpolation_DA_3D_Q0() 697 …PetscCall(MatSetSizes(mat, m_f * n_f * p_f, col_scale * m_c * n_c * p_c, mx * my * mz, col_scale *… in DMCreateInterpolation_DA_3D_Q0() 705 for (l = l_start; l < l_start + p_f; l++) { in DMCreateInterpolation_DA_3D_Q0() 730 PetscCall(PetscLogFlops(13.0 * m_f * n_f * p_f)); in DMCreateInterpolation_DA_3D_Q0() 742 PetscInt l_start, p_f, l_start_ghost, p_ghost, l_start_c, p_c; in DMCreateInterpolation_DA_3D_Q1() local 786 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, &l_start, &m_f, &n_f, &p_f)); in DMCreateInterpolation_DA_3D_Q1() 797 …MatPreallocateBegin(PetscObjectComm((PetscObject)dac), m_f * n_f * p_f, m_c * n_c * p_c, dnz, onz); in DMCreateInterpolation_DA_3D_Q1() [all …]
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 1331 PetscReal *p_f = &p[total++ * Nf * Nk * npoints]; in PetscDTPTrimmedEvalJet_Internal() local 1342 PetscReal *p_i = &p_f[i * Nk * npoints]; in PetscDTPTrimmedEvalJet_Internal()
|