Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex8.c146 …t cell, PetscInt spaceDim, PetscReal v0Ex[], PetscReal JEx[], PetscReal invJEx[], PetscReal detJEx) in CheckFEMGeometry() argument
171 …J, detJEx) < 10 * PETSC_SMALL, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Invalid |J| = %g != %g diff %g", … in CheckFEMGeometry()
220 …nsform, PetscReal v0Ex[], PetscReal JEx[], PetscReal invJEx[], PetscReal detJEx, PetscReal centroi… in CheckCell() argument
230 if (v0Ex) PetscCall(CheckFEMGeometry(dm, cell, cdim, v0Ex, JEx, invJEx, detJEx)); in CheckCell()
305 detJExT = detJEx; in CheckCell()
447 PetscReal detJEx = 1.0; in TestTriangle() local
452 …PetscCall(CheckCell(dm, 0, transform, v0Ex, JEx, invJEx, detJEx, centroidEx, normalEx, volEx, NULL… in TestTriangle()
460 PetscReal detJEx = 1.0; in TestTriangle() local
466 …PetscCall(CheckCell(dm, 0, transform, v0Ex, JEx, invJEx, detJEx, centroidEx, normalEx, volEx, NULL… in TestTriangle()
485 PetscReal detJEx = 1.0; in TestQuadrilateral() local
[all …]