Searched refs:normalEx (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex8.c | 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() 186 …normalEx) 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() [all …]
|