MeshIsDistorted

This function checks for more than the maximum level of distortion in the mesh. It also returns an error when encountering elements with negative area.

Synopsis

#include "mesh.h" 
int MeshIsDistorted(Mesh mesh, PetscTruth *flag)
Collective on Mesh

Input Parameter

mesh -The mesh

Output Parameter

flag -Signals a distorted mesh

Keywords

mesh, distortion, movement

See Also

MeshMoveMesh()

Level:intermediate
Location:
src/mesh/interface/mesh.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages