Searched refs:J11 (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex49.c | 150 PetscScalar J00, J01, J10, J11, J; in ConstructQ12D_GNx() local 154 J00 = J01 = J10 = J11 = 0.0; in ConstructQ12D_GNx() 162 J11 = J11 + GNi[1][i] * cy; /* J_yy = dy/deta */ in ConstructQ12D_GNx() 164 J = (J00 * J11) - (J01 * J10); in ConstructQ12D_GNx() 166 iJ00 = J11 / J; in ConstructQ12D_GNx()
|
| H A D | ex70.c | 73 PetscScalar J00, J01, J10, J11, J; in EvaluateDerivatives() local 77 J00 = J01 = J10 = J11 = 0.0; in EvaluateDerivatives() 85 J11 += dN[1][i] * cy; /* J_yy = dy/deta */ in EvaluateDerivatives() 87 J = (J00 * J11) - (J01 * J10); in EvaluateDerivatives() 89 iJ00 = J11 / J; in EvaluateDerivatives()
|
| H A D | ex43.c | 145 PetscScalar J00, J01, J10, J11, J; in ConstructQ12D_GNx() local 149 J00 = J01 = J10 = J11 = 0.0; in ConstructQ12D_GNx() 157 J11 = J11 + GNi[1][i] * cy; /* J_yy = dy/deta */ in ConstructQ12D_GNx() 159 J = (J00 * J11) - (J01 * J10); in ConstructQ12D_GNx() 161 iJ00 = J11 / J; in ConstructQ12D_GNx()
|
| H A D | ex42.c | 181 PetscScalar J00, J01, J02, J10, J11, J12, J20, J21, J22; in ShapeFunctionQ13D_Evaluate_dx() local 186 J10 = J11 = J12 = 0.0; in ShapeFunctionQ13D_Evaluate_dx() 199 J11 = J11 + GNi[1][n] * cy; /* J_yy */ in ShapeFunctionQ13D_Evaluate_dx() 211 JJ[1][1] = J11; in ShapeFunctionQ13D_Evaluate_dx() 219 …*det_J = J00 * J11 * J22 - J00 * J12 * J21 - J10 * J01 * J22 + J10 * J02 * J21 + J20 * J01 * J12 -… in ShapeFunctionQ13D_Evaluate_dx()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex11.c | 77 …hift, const PetscReal x[], PetscInt numConstants, const PetscScalar constants[], PetscScalar J11[]) in J_11() argument 82 for (PetscInt d2 = 0; d2 < dim; ++d2) J11[d1 * dim + d2] = K[d1 * dim + d2]; in J_11()
|