Home
last modified time | relevance | path

Searched refs:gp_x (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c804 PetscScalar gp_x, gp_y; in solve_elasticity_2d() local
812 gp_x = 0.0; in solve_elasticity_2d()
815 gp_x = gp_x + Ni_p[n] * el_coords[2 * n]; in solve_elasticity_2d()
818 element_props[j][i].gp_coords[2 * p] = gp_x; in solve_elasticity_2d()
H A Dex43.c1199 PetscScalar gp_x, gp_y; in solve_stokes_2d_coupled() local
1207 gp_x = 0.0; in solve_stokes_2d_coupled()
1210 gp_x = gp_x + Ni_p[n] * el_coords[2 * n]; in solve_stokes_2d_coupled()
1213 element_props[j][i].gp_coords[2 * p] = gp_x; in solve_stokes_2d_coupled()
H A Dex42.c1836 PetscScalar gp_x, gp_y, gp_z; in solve_stokes_3d_coupled() local
1844 gp_x = gp_y = gp_z = 0.0; in solve_stokes_3d_coupled()
1846 gp_x = gp_x + Ni_p[n] * el_coords[NSD * n]; in solve_stokes_3d_coupled()
1850 cell->gp_coords[NSD * p] = gp_x; in solve_stokes_3d_coupled()