Searched defs:ngp (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42.c | 228 static void ConstructGaussQuadrature3D(PetscInt *ngp, PetscScalar gp_xi[][NSD], PetscScalar gp_weig… in ConstructGaussQuadrature3D() 594 PetscInt ngp; in FormStressOperatorQ13D() local 667 PetscInt ngp; in FormGradientOperatorQ13D() local 717 PetscInt ngp; in FormStabilisationOperatorQ13D() local 771 PetscInt ngp; in FormScaledMassMatrixOperatorQ13D() local 825 PetscInt ngp; in FormMomentumRhsQ13D() local 853 PetscInt ngp; in FormContinuityRhsQ13D() local 1274 PetscInt ngp; in DMDAIntegrateErrors3D() local 1825 PetscInt ngp; in solve_stokes_3d_coupled() local
|
| H A D | ex43.c | 174 static void ConstructGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in ConstructGaussQuadrature() 493 PetscInt ngp; in FormStressOperatorQ1() local 543 PetscInt ngp; in FormGradientOperatorQ1() local 593 PetscInt ngp; in FormStabilisationOperatorQ1() local 628 PetscInt ngp; in FormScaledMassMatrixOperatorQ1() local 663 PetscInt ngp; in FormMomentumRhsQ1() local 1007 PetscInt ngp; in DMDAIntegrateErrors() local 1191 PetscInt ngp; in solve_stokes_2d_coupled() local
|
| H A D | ex70.c | 102 static void CreateGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in CreateGaussQuadrature() 149 PetscInt p, i, j, k, ngp; in BForm_DivT() local 196 PetscInt p, i, j, di, ngp; in BForm_Grad() local 242 PetscInt p, i, j, ngp; in BForm_Stabilisation() local 274 PetscInt p, i, j, ngp; in BForm_ScaledMassMatrix() local 306 PetscInt p, i, ngp; in LForm_MomentumRHS() local
|
| H A D | ex49.c | 179 static void ConstructGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in ConstructGaussQuadrature() 419 PetscInt ngp; in FormStressOperatorQ1() local 483 PetscInt ngp; in FormMomentumRhsQ1() local 796 PetscInt ngp; in solve_elasticity_2d() local
|