Lines Matching refs:g3
757 …PetscScalar *g0 = NULL, *g1 = NULL, *g2 = NULL, *g3 = NULL, *u, *u_t = NULL, *u_x, *a, *a_x,… in PetscFEIntegrateJacobian_Basic() local
796 …akFormArrays(rds, NULL, NULL, n0 ? &g0 : NULL, n1 ? &g1 : NULL, n2 ? &g2 : NULL, n3 ? &g3 : NULL)); in PetscFEIntegrateJacobian_Basic()
868 PetscCall(PetscArrayzero(g3, NcI * NcJ * dE * dE)); in PetscFEIntegrateJacobian_Basic()
869 …ff_x, u, u_t, u_x, aOff, aOff_x, a, NULL, a_x, t, u_tshift, fegeom.v, numConstants, constants, g3); in PetscFEIntegrateJacobian_Basic()
870 for (PetscInt c = 0; c < NcI * NcJ * dE * dE; ++c) g3[c] *= w; in PetscFEIntegrateJacobian_Basic()
873 …eal, basisDerReal, cT[fieldJ], testReal, testDerReal, &fegeom, g0, g1, g2, g3, ctotDim, offsetI, o… in PetscFEIntegrateJacobian_Basic()
906 …PetscScalar *g0, *g1, *g2, *g3, *u, *u_t = NULL, *u_x, *a, *a_x, *basisReal, *basisDerReal,… in PetscFEIntegrateBdJacobian_Basic() local
943 PetscCall(PetscDSGetWeakFormArrays(ds, NULL, NULL, &g0, &g1, &g2, &g3)); in PetscFEIntegrateBdJacobian_Basic()
963 PetscCall(PetscArrayzero(g3, NcI * NcJ * dE * dE)); in PetscFEIntegrateBdJacobian_Basic()
1028 PetscCall(PetscArrayzero(g3, NcI * NcJ * dE * dE)); in PetscFEIntegrateBdJacobian_Basic()
1029 …_t, u_x, aOff, aOff_x, a, NULL, a_x, t, u_tshift, fegeom.v, fegeom.n, numConstants, constants, g3); in PetscFEIntegrateBdJacobian_Basic()
1030 for (c = 0; c < NcI * NcJ * dim * dim; ++c) g3[c] *= w; in PetscFEIntegrateBdJacobian_Basic()
1033 …sReal, basisDerReal, T[fieldJ], testReal, testDerReal, &cgeom, g0, g1, g2, g3, totDim, offsetI, of… in PetscFEIntegrateBdJacobian_Basic()
1074 …PetscScalar *g0, *g1, *g2, *g3, *u, *u_t = NULL, *u_x, *a, *a_x, *basisReal, *basisDerReal,… in PetscFEIntegrateHybridJacobian_Basic() local
1110 PetscCall(PetscDSGetWeakFormArrays(ds, NULL, NULL, &g0, &g1, &g2, &g3)); in PetscFEIntegrateHybridJacobian_Basic()
1149 PetscCall(PetscArrayzero(g3, NcS * NcT * dim * dim)); in PetscFEIntegrateHybridJacobian_Basic()
1196 PetscCall(PetscArrayzero(g3, NcS * NcT * dim * dim)); in PetscFEIntegrateHybridJacobian_Basic()
1197 …_t, u_x, aOff, aOff_x, a, NULL, a_x, t, u_tshift, fegeom.v, fegeom.n, numConstants, constants, g3); in PetscFEIntegrateHybridJacobian_Basic()
1198 for (c = 0; c < NcS * NcT * dim * dim; ++c) g3[c] *= w; in PetscFEIntegrateHybridJacobian_Basic()
1204 …Real, basisDerReal, T[fieldJ], testReal, testDerReal, &fegeom, g0, g1, g2, g3, eOffset, totDim, of… in PetscFEIntegrateHybridJacobian_Basic()
1206 …Real, basisDerReal, T[fieldJ], testReal, testDerReal, &fegeom, g0, g1, g2, g3, eOffset, totDim, of… in PetscFEIntegrateHybridJacobian_Basic()
1207 …eal, &fegeom, &g0[NcI * NcJ], &g1[NcI * NcJ * dim], &g2[NcI * NcJ * dim], &g3[NcI * NcJ * dim * di… in PetscFEIntegrateHybridJacobian_Basic()
1212 …Real, basisDerReal, T[fieldJ], testReal, testDerReal, &fegeom, g0, g1, g2, g3, eOffset, totDim, of… in PetscFEIntegrateHybridJacobian_Basic()
1213 …eal, &fegeom, &g0[NcI * NcJ], &g1[NcI * NcJ * dim], &g2[NcI * NcJ * dim], &g3[NcI * NcJ * dim * di… in PetscFEIntegrateHybridJacobian_Basic()
1215 …Real, basisDerReal, T[fieldJ], testReal, testDerReal, &fegeom, g0, g1, g2, g3, eOffset, totDim, of… in PetscFEIntegrateHybridJacobian_Basic()
1216 …eal, &fegeom, &g0[NcI * NcJ], &g1[NcI * NcJ * dim], &g2[NcI * NcJ * dim], &g3[NcI * NcJ * dim * di… in PetscFEIntegrateHybridJacobian_Basic()
1217 …, &g0[NcI * NcJ * 2], &g1[NcI * NcJ * dim * 2], &g2[NcI * NcJ * dim * 2], &g3[NcI * NcJ * dim * di… in PetscFEIntegrateHybridJacobian_Basic()
1218 …, &g0[NcI * NcJ * 3], &g1[NcI * NcJ * dim * 3], &g2[NcI * NcJ * dim * 3], &g3[NcI * NcJ * dim * di… in PetscFEIntegrateHybridJacobian_Basic()
1221 …Real, basisDerReal, T[fieldJ], testReal, testDerReal, &fegeom, g0, g1, g2, g3, eOffset, totDim, of… in PetscFEIntegrateHybridJacobian_Basic()