Home
last modified time | relevance | path

Searched refs:p_e_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
1054 p_e_L2 = 0.0; in DMDAIntegrateErrors()
1066p_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 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
1375 p_e_L2 = 0.0; in DMDAIntegrateErrors3D()
1387p_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()