Searched refs:CreateGaussQuadrature (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 102 static void CreateGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in CreateGaussQuadrature() function 152 CreateGaussQuadrature(&ngp, gp_xi, gp_weight); in BForm_DivT() 199 CreateGaussQuadrature(&ngp, gp_xi, gp_weight); in BForm_Grad() 245 CreateGaussQuadrature(&ngp, gp_xi, gp_weight); in BForm_Stabilisation() 277 CreateGaussQuadrature(&ngp, gp_xi, gp_weight); in BForm_ScaledMassMatrix() 309 CreateGaussQuadrature(&ngp, gp_xi, gp_weight); in LForm_MomentumRHS() 803 CreateGaussQuadrature(&nqp, qp_xi, qp_weight); in MaterialPoint_Interpolate()
|