Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex49.c148 …lar GNi[][NODES_PER_EL], PetscScalar GNx[][NODES_PER_EL], PetscScalar coords[], PetscScalar *det_J) in ConstructQ12D_GNx() argument
176 if (det_J) *det_J = J; in ConstructQ12D_GNx()
H A Dex70.c71 …alar dN[][NODES_PER_EL], PetscScalar dNx[][NODES_PER_EL], PetscScalar coords[], PetscScalar *det_J) in EvaluateDerivatives() argument
99 if (det_J) *det_J = J; in EvaluateDerivatives()
H A Dex43.c143 …lar GNi[][NODES_PER_EL], PetscScalar GNx[][NODES_PER_EL], PetscScalar coords[], PetscScalar *det_J) in ConstructQ12D_GNx() argument
171 if (det_J) *det_J = J; in ConstructQ12D_GNx()
H A Dex42.c179 …lar GNi[][NODES_PER_EL], PetscScalar GNx[][NODES_PER_EL], PetscScalar coords[], PetscScalar *det_J) in ShapeFunctionQ13D_Evaluate_dx() argument
219 …*det_J = J00 * J11 * J22 - J00 * J12 * J21 - J10 * J01 * J22 + J10 * J02 * J21 + J20 * J01 * J12 -… in ShapeFunctionQ13D_Evaluate_dx()