MeshUpdateNodeValues

Updates the mesh velocity, acceleration, or any other node-based quantity.

Synopsis

#include "meshMovement.h" 
#include "grid.h" 
#include "gvec.h" 
int MeshUpdateNodeValues(Mesh mesh, GVec sol, Vec vec, Vec ghostVec)
Collective on Mesh

Input Parameters

mesh - The mesh
sol - The solution to an auxilliary problem

Output Parameters

vec - The vector which will hold he solution
ghostVec - The corresponding ghost vector for vec

Keywords

mesh, movement

See Also

MeshMoverSetNodeVelocities()

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