Searched refs:ConstructGaussQuadrature (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex43.c | 174 static void ConstructGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in ConstructGaussQuadrature() function 502 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in FormStressOperatorQ1() 552 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in FormGradientOperatorQ1() 602 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in FormStabilisationOperatorQ1() 637 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in FormScaledMassMatrixOperatorQ1() 672 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in FormMomentumRhsQ1() 1018 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in DMDAIntegrateErrors() 1196 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in solve_stokes_2d_coupled()
|
| H A D | ex49.c | 179 static void ConstructGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in ConstructGaussQuadrature() function 429 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in FormStressOperatorQ1() 492 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in FormMomentumRhsQ1() 801 ConstructGaussQuadrature(&ngp, gp_xi, gp_weight); in solve_elasticity_2d()
|