Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex42.c181 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()
200 J12 = J12 + GNi[1][n] * cz; /* J_yz */ in ShapeFunctionQ13D_Evaluate_dx()
212 JJ[1][2] = J12; 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()