Home
last modified time | relevance | path

Searched refs:tu_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
1042 tp_L2 = tu_L2 = tu_H1 = 0.0; in DMDAIntegrateErrors()
1080 tu_L2 += u_e_L2; in DMDAIntegrateErrors()
1085 PetscCallMPI(MPIU_Allreduce(&tu_L2, &u_L2, 1, MPIU_SCALAR, MPIU_SUM, PETSC_COMM_WORLD)); 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
1310 tp_L2 = tu_L2 = tu_H1 = 0.0; in DMDAIntegrateErrors3D()
1402 tu_L2 += u_e_L2; in DMDAIntegrateErrors3D()
1408 PetscCallMPI(MPIU_Allreduce(&tu_L2, &u_L2, 1, MPIU_SCALAR, MPIU_SUM, PETSC_COMM_WORLD)); in DMDAIntegrateErrors3D()