GridReform

Reconstruct the variable structures, usually after a change in mesh structure. The optional arguments allow projection of the previous solution onto the new mesh.

Synopsis

#include "meshMovement.h" 
#include "grid.h" 
#include "gvec.h" 
int GridReform(Grid grid, Mesh oldMesh, GVec x, GVec *y)
Collective on Grid

Input Parameters

grid - The grid
oldMesh - [Optional] The old mesh
x - [Optional] A grid vector to project onto the new mesh

Output Parameter

y -[Optional] The projected grid vector

Keywords

grid, mesh, reform

See Also

GridReformMesh(), MeshReform()

Level:advanced
Location:
src/gvec/interface/meshMovement.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages