Searched defs:invJEx (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex8.c | 146 …tscInt cell, PetscInt spaceDim, PetscReal v0Ex[], PetscReal JEx[], PetscReal invJEx[], PetscReal d… in CheckFEMGeometry() 220 …cInt cell, PetscBool transform, PetscReal v0Ex[], PetscReal JEx[], PetscReal invJEx[], PetscReal d… in CheckCell() 446 PetscReal invJEx[4] = {1.0, 0.0, 0.0, 1.0}; in TestTriangle() local 459 PetscReal invJEx[9] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0}; in TestTriangle() local 484 PetscReal invJEx[4] = {1.0, 0.0, 0.0, 1.0}; in TestQuadrilateral() local 497 PetscReal invJEx[9] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0}; in TestQuadrilateral() local 522 PetscReal invJEx[9] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0}; in TestTetrahedron() local 546 PetscReal invJEx[9] = {1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0}; in TestHexahedron() local
|