Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1934 PetscInt vorder[4] = {0, 1, 2, 3}; in DMPlexComputeRectangleGeometry_Internal() local
1937 vorder[2] = 3; in DMPlexComputeRectangleGeometry_Internal()
1938 vorder[3] = 2; in DMPlexComputeRectangleGeometry_Internal()
1953 …J0[d * dim + 0] = 0.5 * (PetscRealPart(coords[vorder[1] * pdim + d]) - PetscRealPart(coords[vorder in DMPlexComputeRectangleGeometry_Internal()
1954 …J0[d * dim + 1] = 0.5 * (PetscRealPart(coords[vorder[2] * pdim + d]) - PetscRealPart(coords[vorder in DMPlexComputeRectangleGeometry_Internal()
1975 …J[d * dim + 0] = 0.5 * (PetscRealPart(coords[vorder[1] * dim + d]) - PetscRealPart(coords[vorder[0… in DMPlexComputeRectangleGeometry_Internal()
1976 …J[d * dim + 1] = 0.5 * (PetscRealPart(coords[vorder[3] * dim + d]) - PetscRealPart(coords[vorder[0… in DMPlexComputeRectangleGeometry_Internal()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c669 PetscReal vorder = 0.; in PCBDDCNedelecSupport() local
671 for (j = ii[i]; j < ii[i + 1]; j++) vorder += PetscRealPart(vals[j]); in PCBDDCNedelecSupport()
672 test = PetscFloorReal(vorder + 10. * PETSC_SQRT_MACHINE_EPSILON); in PCBDDCNedelecSupport()
673 …ck(vorder - test <= PETSC_SQRT_MACHINE_EPSILON, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unexpected value… in PCBDDCNedelecSupport()