Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex8.c220 …cReal centroidEx[], PetscReal normalEx[], PetscReal volEx, PetscReal faceCentroidEx[], PetscReal f… in CheckCell() argument
234 if (faceCentroidEx) { in CheckCell()
237 …for (c = 0; c < coneSize; ++c) PetscCall(CheckFVMGeometry(dm, cone[c], dim, &faceCentroidEx[c * di… in CheckCell()
390 if (faceCentroidEx) { in CheckCell()
398 faceCentroidExT[d] = faceCentroidEx[off + d]; in CheckCell()
603 …PetscReal faceCentroidEx[15] = {-((PetscReal)1.) / ((PetscReal)3.), -((PetscReal)1.) / ((PetscReal… in TestWedge() local
605 …m, 0, transform, NULL, NULL, NULL, 0.0, centroidEx, normalEx, volEx, faceCentroidEx, faceNormalEx,… in TestWedge()