Home
last modified time | relevance | path

Searched refs:tint_p (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()
1332 tint_p = tint_p + fac * Ni_p[i] * stokes_e[i].p_dof; in DMDAIntegrateErrors3D()
1339 PetscCallMPI(MPIU_Allreduce(&tint_p, &int_p, 1, MPIU_SCALAR, MPIU_SUM, PETSC_COMM_WORLD)); in DMDAIntegrateErrors3D()