Searched refs:p_e_L2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex43.c | 1012 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 1054 p_e_L2 = 0.0; in DMDAIntegrateErrors() 1066 …p_e_L2 = p_e_L2 + fac * Ni_p[i] * (stokes_e[i].p_dof - stokes_analytic_e[i].p_dof) * (stokes_e[i].… in DMDAIntegrateErrors() 1079 tp_L2 += p_e_L2; in DMDAIntegrateErrors()
|
| H A D | ex42.c | 1279 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 1375 p_e_L2 = 0.0; in DMDAIntegrateErrors3D() 1387 …p_e_L2 = p_e_L2 + fac * Ni_p[i] * (stokes_e[i].p_dof - stokes_analytic_e[i].p_dof) * (stokes_e[i].… in DMDAIntegrateErrors3D() 1401 tp_L2 += p_e_L2; in DMDAIntegrateErrors3D()
|