Searched defs:normalEx (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex8.c | 175 …(DM dm, PetscInt cell, PetscInt spaceDim, PetscReal centroidEx[], PetscReal normalEx[], PetscReal … in CheckFVMGeometry() 220 …[], PetscReal invJEx[], PetscReal detJEx, PetscReal centroidEx[], PetscReal normalEx[], PetscReal … in CheckCell() 449 PetscReal normalEx[2] = {0.0, 0.0}; in TestTriangle() local 462 PetscReal normalEx[3] = {0.0, 0.0, 1.0}; in TestTriangle() local 487 PetscReal normalEx[2] = {0.0, 0.0}; in TestQuadrilateral() local 500 PetscReal normalEx[3] = {0.0, 0.0, 1.0}; in TestQuadrilateral() local 525 PetscReal normalEx[3] = {0.0, 0.0, 0.0}; in TestTetrahedron() local 549 PetscReal normalEx[3] = {0.0, 0.0, 0.0}; in TestHexahedron() local 570 PetscReal normalEx[3] = {0.0, 0.0, 0.0}; in TestHexahedronCurved() local 599 PetscReal normalEx[3] = {0.0, 0.0, 0.0}; in TestWedge() local
|