Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c26 PetscScalar gp_coords[NSD * GAUSS_POINTS]; member
1850 cell->gp_coords[NSD * p] = gp_x; in solve_stokes_3d_coupled()
1851 cell->gp_coords[NSD * p + 1] = gp_y; in solve_stokes_3d_coupled()
1852 cell->gp_coords[NSD * p + 2] = gp_z; in solve_stokes_3d_coupled()
1869 PetscReal coord_x = PetscRealPart(cell->gp_coords[NSD * p]); in solve_stokes_3d_coupled()
1870 PetscReal coord_y = PetscRealPart(cell->gp_coords[NSD * p + 1]); in solve_stokes_3d_coupled()
1871 PetscReal coord_z = PetscRealPart(cell->gp_coords[NSD * p + 2]); in solve_stokes_3d_coupled()
1894 PetscReal coord_x = PetscRealPart(cell->gp_coords[NSD * p]); in solve_stokes_3d_coupled()
1895 PetscReal coord_y = PetscRealPart(cell->gp_coords[NSD * p + 1]); in solve_stokes_3d_coupled()
1896 PetscReal coord_z = PetscRealPart(cell->gp_coords[NSD * p + 2]); in solve_stokes_3d_coupled()
[all …]
H A Dex43.c71 PetscScalar gp_coords[2 * GAUSS_POINTS]; member
453 coord_x = _coefficients[j][i].gp_coords[2 * p]; in DMDAViewCoefficientsGnuplot2d()
454 coord_y = _coefficients[j][i].gp_coords[2 * p + 1]; in DMDAViewCoefficientsGnuplot2d()
1213 element_props[j][i].gp_coords[2 * p] = gp_x; in solve_stokes_2d_coupled()
1214 element_props[j][i].gp_coords[2 * p + 1] = gp_y; in solve_stokes_2d_coupled()
1246 coord_x = PetscRealPart(element_props[j][i].gp_coords[2 * p]); in solve_stokes_2d_coupled()
1247 coord_y = PetscRealPart(element_props[j][i].gp_coords[2 * p + 1]); in solve_stokes_2d_coupled()
1273 coord_x = PetscRealPart(element_props[j][i].gp_coords[2 * p]); in solve_stokes_2d_coupled()
1274 coord_y = PetscRealPart(element_props[j][i].gp_coords[2 * p + 1]); in solve_stokes_2d_coupled()
1304 coord_x = PetscRealPart(element_props[j][i].gp_coords[2 * p]); in solve_stokes_2d_coupled()
[all …]
H A Dex49.c89 PetscScalar gp_coords[2 * GAUSS_POINTS]; member
400 coord_x = _coefficients[j][i].gp_coords[2 * p]; in DMDAViewCoefficientsGnuplot2d()
401 coord_y = _coefficients[j][i].gp_coords[2 * p + 1]; in DMDAViewCoefficientsGnuplot2d()
818 element_props[j][i].gp_coords[2 * p] = gp_x; in solve_elasticity_2d()
819 element_props[j][i].gp_coords[2 * p + 1] = gp_y; in solve_elasticity_2d()
865 coord_x = element_props[j][i].gp_coords[2 * p]; in solve_elasticity_2d()
866 coord_y = element_props[j][i].gp_coords[2 * p + 1]; in solve_elasticity_2d()