Lines Matching refs:gp_weight

228 static void ConstructGaussQuadrature3D(PetscInt *ngp, PetscScalar gp_xi[][NSD], PetscScalar gp_weight[])
257 gp_weight[0] = 1.0;
258 gp_weight[1] = 1.0;
259 gp_weight[2] = 1.0;
260 gp_weight[3] = 1.0;
262 gp_weight[4] = 1.0;
263 gp_weight[5] = 1.0;
264 gp_weight[6] = 1.0;
265 gp_weight[7] = 1.0;
596 PetscScalar gp_weight[GAUSS_POINTS];
604 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight);
637 tildeD[0] = 2.0 * gp_weight[p] * J_p * eta[p];
638 tildeD[1] = 2.0 * gp_weight[p] * J_p * eta[p];
639 tildeD[2] = 2.0 * gp_weight[p] * J_p * eta[p];
641 tildeD[3] = gp_weight[p] * J_p * eta[p];
642 tildeD[4] = gp_weight[p] * J_p * eta[p];
643 tildeD[5] = gp_weight[p] * J_p * eta[p];
669 PetscScalar gp_weight[GAUSS_POINTS];
676 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight);
683 fac = gp_weight[p] * J_p;
719 PetscScalar gp_weight[GAUSS_POINTS];
726 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight);
733 fac = gp_weight[p] * J_p;
773 PetscScalar gp_weight[GAUSS_POINTS];
780 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight);
787 fac = gp_weight[p] * J_p;
827 PetscScalar gp_weight[GAUSS_POINTS];
834 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight);
841 fac = gp_weight[p] * J_p;
855 PetscScalar gp_weight[GAUSS_POINTS];
862 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight);
869 fac = gp_weight[p] * J_p;
1276 PetscScalar gp_weight[GAUSS_POINTS];
1286 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight);
1328 fac = gp_weight[p] * J_p;
1382 fac = gp_weight[p] * J_p;
1826 PetscScalar gp_xi[GAUSS_POINTS][NSD], gp_weight[GAUSS_POINTS];
1832 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight);