Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex8.c175 …de CheckFVMGeometry(DM dm, PetscInt cell, PetscInt spaceDim, PetscReal centroidEx[], PetscReal nor… in CheckFVMGeometry() argument
182 …PetscCall(DMPlexComputeCellGeometryFVM(dm, cell, volEx ? &vol : NULL, centroidEx ? centroid : NULL… in CheckFVMGeometry()
184 if (centroidEx) in CheckFVMGeometry()
185centroidEx[d]) < tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Cell %" PetscInt_FMT ", Invalid centroid[%… in CheckFVMGeometry()
220 …Ex[], PetscReal JEx[], PetscReal invJEx[], PetscReal detJEx, PetscReal centroidEx[], PetscReal nor… in CheckCell() argument
231 if (dim == depth && centroidEx) { in CheckCell()
232 PetscCall(CheckFVMGeometry(dm, cell, cdim, centroidEx, normalEx, volEx)); in CheckCell()
345 if (centroidEx) { in CheckCell()
348 centroidExT[d] = centroidEx[d]; in CheckCell()
387 if (dim == depth && centroidEx) { in CheckCell()
[all …]