Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c1280 PetscScalar tint_p_ms, tint_p, int_p_ms, int_p; in DMDAIntegrateErrors3D() local
1311 tint_p_ms = tint_p = 0.0; in DMDAIntegrateErrors3D()
1331 tint_p_ms = tint_p_ms + fac * Ni_p[i] * stokes_analytic_e[i].p_dof; in DMDAIntegrateErrors3D()
1338 PetscCallMPI(MPIU_Allreduce(&tint_p_ms, &int_p_ms, 1, MPIU_SCALAR, MPIU_SUM, PETSC_COMM_WORLD)); in DMDAIntegrateErrors3D()