Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c228 static void ConstructGaussQuadrature3D(PetscInt *ngp, PetscScalar gp_xi[][NSD], PetscScalar gp_weig… in ConstructGaussQuadrature3D() function
604 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight); in FormStressOperatorQ13D()
676 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight); in FormGradientOperatorQ13D()
726 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight); in FormStabilisationOperatorQ13D()
780 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight); in FormScaledMassMatrixOperatorQ13D()
834 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight); in FormMomentumRhsQ13D()
862 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight); in FormContinuityRhsQ13D()
1286 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight); in DMDAIntegrateErrors3D()
1832 ConstructGaussQuadrature3D(&ngp, gp_xi, gp_weight); in solve_stokes_3d_coupled()