Searched refs:txq (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 3392 PetscReal xi0[3] = {-1., -1., -1.}, v0[3], J[9], detJ, txq[3]; in PetscQuadratureComputePermutations() local 3400 CoordinatesRefToReal(dim, dim, xi0, v0, J, &xq[q * dim], txq); in PetscQuadratureComputePermutations() 3404 for (d = 0; d < dim; ++d) diff += PetscAbsReal(txq[d] - xq[qp * dim + d]); in PetscQuadratureComputePermutations()
|