Lines Matching refs:normalEx

175 …dm, PetscInt cell, PetscInt spaceDim, PetscReal centroidEx[], PetscReal normalEx[], PetscReal volE…  in CheckFVMGeometry()  argument
182 …eometryFVM(dm, cell, volEx ? &vol : NULL, centroidEx ? centroid : NULL, normalEx ? normal : NULL)); in CheckFVMGeometry()
186normalEx) PetscCheck(RelativeError(normal[d], normalEx[d]) < tol, PETSC_COMM_SELF, PETSC_ERR_PLIB,… in CheckFVMGeometry()
220 …PetscReal invJEx[], PetscReal detJEx, PetscReal centroidEx[], PetscReal normalEx[], PetscReal volE… in CheckCell() argument
232 PetscCall(CheckFVMGeometry(dm, cell, cdim, centroidEx, normalEx, volEx)); in CheckCell()
349 normalExT[d] = normalEx[d]; in CheckCell()
449 PetscReal normalEx[2] = {0.0, 0.0}; in TestTriangle() local
452 …PetscCall(CheckCell(dm, 0, transform, v0Ex, JEx, invJEx, detJEx, centroidEx, normalEx, volEx, NULL… in TestTriangle()
462 PetscReal normalEx[3] = {0.0, 0.0, 1.0}; in TestTriangle() local
466 …PetscCall(CheckCell(dm, 0, transform, v0Ex, JEx, invJEx, detJEx, centroidEx, normalEx, volEx, NULL… in TestTriangle()
487 PetscReal normalEx[2] = {0.0, 0.0}; in TestQuadrilateral() local
490 …PetscCall(CheckCell(dm, 0, transform, v0Ex, JEx, invJEx, detJEx, centroidEx, normalEx, volEx, NULL… in TestQuadrilateral()
500 PetscReal normalEx[3] = {0.0, 0.0, 1.0}; in TestQuadrilateral() local
504 …PetscCall(CheckCell(dm, 0, transform, v0Ex, JEx, invJEx, detJEx, centroidEx, normalEx, volEx, NULL… in TestQuadrilateral()
525 PetscReal normalEx[3] = {0.0, 0.0, 0.0}; in TestTetrahedron() local
528 …PetscCall(CheckCell(dm, 0, transform, v0Ex, JEx, invJEx, detJEx, centroidEx, normalEx, volEx, NULL… in TestTetrahedron()
549 PetscReal normalEx[3] = {0.0, 0.0, 0.0}; in TestHexahedron() local
552 …PetscCall(CheckCell(dm, 0, transform, v0Ex, JEx, invJEx, detJEx, centroidEx, normalEx, volEx, NULL… in TestHexahedron()
570 PetscReal normalEx[3] = {0.0, 0.0, 0.0}; in TestHexahedronCurved() local
573 …PetscCall(CheckCell(dm, 0, PETSC_FALSE, NULL, NULL, NULL, 0.0, centroidEx, normalEx, volEx, NULL, … in TestHexahedronCurved()
599 PetscReal normalEx[3] = {0.0, 0.0, 0.0}; in TestWedge() local
605 …PetscCall(CheckCell(dm, 0, transform, NULL, NULL, NULL, 0.0, centroidEx, normalEx, volEx, faceCent… in TestWedge()