Home
last modified time | relevance | path

Searched refs:gp_xi (Results 1 – 4 of 4) 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()
231 gp_xi[0][0] = -0.57735026919; in ConstructGaussQuadrature3D()
232 gp_xi[0][1] = -0.57735026919; in ConstructGaussQuadrature3D()
233 gp_xi[0][2] = -0.57735026919; in ConstructGaussQuadrature3D()
234 gp_xi[1][0] = -0.57735026919; in ConstructGaussQuadrature3D()
235 gp_xi[1][1] = 0.57735026919; in ConstructGaussQuadrature3D()
236 gp_xi[1][2] = -0.57735026919; in ConstructGaussQuadrature3D()
237 gp_xi[2][0] = 0.57735026919; in ConstructGaussQuadrature3D()
238 gp_xi[2][1] = 0.57735026919; in ConstructGaussQuadrature3D()
239 gp_xi[2][2] = -0.57735026919; in ConstructGaussQuadrature3D()
[all …]
H A Dex43.c174 static void ConstructGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in ConstructGaussQuadrature()
177 gp_xi[0][0] = -0.57735026919; in ConstructGaussQuadrature()
178 gp_xi[0][1] = -0.57735026919; in ConstructGaussQuadrature()
179 gp_xi[1][0] = -0.57735026919; in ConstructGaussQuadrature()
180 gp_xi[1][1] = 0.57735026919; in ConstructGaussQuadrature()
181 gp_xi[2][0] = 0.57735026919; in ConstructGaussQuadrature()
182 gp_xi[2][1] = 0.57735026919; in ConstructGaussQuadrature()
183 gp_xi[3][0] = 0.57735026919; in ConstructGaussQuadrature()
184 gp_xi[3][1] = -0.57735026919; in ConstructGaussQuadrature()
494 PetscScalar gp_xi[GAUSS_POINTS][2]; in FormStressOperatorQ1() local
[all …]
H A Dex70.c102 static void CreateGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in CreateGaussQuadrature()
105 gp_xi[0][0] = -0.57735026919; in CreateGaussQuadrature()
106 gp_xi[0][1] = -0.57735026919; in CreateGaussQuadrature()
107 gp_xi[1][0] = -0.57735026919; in CreateGaussQuadrature()
108 gp_xi[1][1] = 0.57735026919; in CreateGaussQuadrature()
109 gp_xi[2][0] = 0.57735026919; in CreateGaussQuadrature()
110 gp_xi[2][1] = 0.57735026919; in CreateGaussQuadrature()
111 gp_xi[3][0] = 0.57735026919; in CreateGaussQuadrature()
112 gp_xi[3][1] = -0.57735026919; in CreateGaussQuadrature()
145 PetscScalar gp_xi[GAUSS_POINTS][NSD], gp_weight[GAUSS_POINTS]; in BForm_DivT() local
[all …]
H A Dex49.c179 static void ConstructGaussQuadrature(PetscInt *ngp, PetscScalar gp_xi[][2], PetscScalar gp_weight[]) in ConstructGaussQuadrature()
182 gp_xi[0][0] = -0.57735026919; in ConstructGaussQuadrature()
183 gp_xi[0][1] = -0.57735026919; in ConstructGaussQuadrature()
184 gp_xi[1][0] = -0.57735026919; in ConstructGaussQuadrature()
185 gp_xi[1][1] = 0.57735026919; in ConstructGaussQuadrature()
186 gp_xi[2][0] = 0.57735026919; in ConstructGaussQuadrature()
187 gp_xi[2][1] = 0.57735026919; in ConstructGaussQuadrature()
188 gp_xi[3][0] = 0.57735026919; in ConstructGaussQuadrature()
189 gp_xi[3][1] = -0.57735026919; in ConstructGaussQuadrature()
420 PetscScalar gp_xi[GAUSS_POINTS][2]; in FormStressOperatorQ1() local
[all …]