MeshMoverSetNodeVelocities

Allows the user to specify node velocities.

Synopsis

#include "meshMovement.h" 
#include "grid.h" 
#include "gvec.h" 
int MeshMoverSetNodeVelocities(MeshMover mover, PointFunction func, PetscScalar alpha, void *ctx)
Collective on MeshMover

Input Parameters

mover - The mover
func - A PointFunction defining the node velocities
alpha - A scalar multiplier
ctx - A user context

Keywords

mesh, movement

See Also

MeshMoverSetNodeAccelerations()

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