Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c150 PetscScalar J00, J01, J10, J11, J; in ConstructQ12D_GNx() local
154 J00 = J01 = J10 = J11 = 0.0; in ConstructQ12D_GNx()
159 J00 = J00 + GNi[0][i] * cx; /* J_xx = dx/dxi */ in ConstructQ12D_GNx()
164 J = (J00 * J11) - (J01 * J10); in ConstructQ12D_GNx()
169 iJ11 = J00 / J; in ConstructQ12D_GNx()
H A Dex70.c73 PetscScalar J00, J01, J10, J11, J; in EvaluateDerivatives() local
77 J00 = J01 = J10 = J11 = 0.0; in EvaluateDerivatives()
82 J00 += dN[0][i] * cx; /* J_xx = dx/dxi */ in EvaluateDerivatives()
87 J = (J00 * J11) - (J01 * J10); in EvaluateDerivatives()
92 iJ11 = J00 / J; in EvaluateDerivatives()
H A Dex43.c145 PetscScalar J00, J01, J10, J11, J; in ConstructQ12D_GNx() local
149 J00 = J01 = J10 = J11 = 0.0; in ConstructQ12D_GNx()
154 J00 = J00 + GNi[0][i] * cx; /* J_xx = dx/dxi */ in ConstructQ12D_GNx()
159 J = (J00 * J11) - (J01 * J10); in ConstructQ12D_GNx()
164 iJ11 = J00 / J; in ConstructQ12D_GNx()
H A Dex42.c181 PetscScalar J00, J01, J02, J10, J11, J12, J20, J21, J22; in ShapeFunctionQ13D_Evaluate_dx() local
185 J00 = J01 = J02 = 0.0; in ShapeFunctionQ13D_Evaluate_dx()
194 J00 = J00 + GNi[0][n] * cx; /* J_xx */ in ShapeFunctionQ13D_Evaluate_dx()
207 JJ[0][0] = J00; 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()