Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex43.c1012 PetscScalar h, p_e_L2, u_e_L2, u_e_H1, p_L2, u_L2, u_H1, tp_L2, tu_L2, tu_H1; in DMDAIntegrateErrors() local
1084 PetscCallMPI(MPIU_Allreduce(&tp_L2, &p_L2, 1, MPIU_SCALAR, MPIU_SUM, PETSC_COMM_WORLD)); in DMDAIntegrateErrors()
1087 p_L2 = PetscSqrtScalar(p_L2); in DMDAIntegrateErrors()
1091 …%1.4e %1.4e %1.4e\n", (double)PetscRealPart(h), (double)PetscRealPart(p_L2), (double)PetscReal… in DMDAIntegrateErrors()
H A Dex42.c1279 PetscScalar h, p_e_L2, u_e_L2, u_e_H1, p_L2, u_L2, u_H1, tp_L2, tu_L2, tu_H1; in DMDAIntegrateErrors3D() local
1407 PetscCallMPI(MPIU_Allreduce(&tp_L2, &p_L2, 1, MPIU_SCALAR, MPIU_SUM, PETSC_COMM_WORLD)); in DMDAIntegrateErrors3D()
1410 p_L2 = PetscSqrtScalar(p_L2); in DMDAIntegrateErrors3D()
1414 …1.4e %1.4e %1.4e \n", (double)PetscRealPart(h), (double)PetscRealPart(p_L2), (double)PetscReal… in DMDAIntegrateErrors3D()