Home
last modified time | relevance | path

Searched refs:J02 (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
185 J00 = J01 = J02 = 0.0; in ShapeFunctionQ13D_Evaluate_dx()
196 J02 = J02 + GNi[0][n] * cz; /* J_xz = dx/dzeta */ in ShapeFunctionQ13D_Evaluate_dx()
209 JJ[0][2] = J02; in ShapeFunctionQ13D_Evaluate_dx()
219 … * J11 * J22 - J00 * J12 * J21 - J10 * J01 * J22 + J10 * J02 * J21 + J20 * J01 * J12 - J20 * J02 *… in ShapeFunctionQ13D_Evaluate_dx()