Home
last modified time | relevance | path

Searched refs:J22 (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
187 J20 = J21 = J22 = 0.0; in ShapeFunctionQ13D_Evaluate_dx()
204 J22 = J22 + GNi[2][n] * cz; /* J_zz */ in ShapeFunctionQ13D_Evaluate_dx()
215 JJ[2][2] = J22; 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()