MeshResetNodes

Using the vertex and edge structure, move auxilliary nodes back to their default positions.

Synopsis

#include "mesh.h" 
int MeshResetNodes(Mesh mesh, PetscTruth resetBd)

Input Parameters

mesh - The mesh
resetBd - The flag which indicates whether boundaries should also be reset

Note

This function was developed to allow midnodes to be moved back onto the edges with which they were associated. Midnodes on edges between nodes on the same boundary are only reset if resetBd == PETSC_TRUE (to allow for curved boundaries).

Keywords

mesh, reset, node

See Also

MeshReform(), MeshSetBounday()

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