MeshMoverSetMovement

Determines the type of mesh mvoement calculation

Synopsis

#include "meshMovement.h" 
#include "grid.h" 
#include "gvec.h" 
int MeshMoverSetMovement(MeshMover mover, MeshSolveMethod vtype, MeshSolveMethod atype, PetscObject ctx)
Collective on MeshMover

Input Parameters

mover - The mover
vtype - The type of mesh velocity calculation, like MESH_LAPLACIAN
atype - The type of mesh acceleration calculation, like MESH_LAPLACIAN
ctx - A user context

Keywords

mesh, movement

See Also

MeshMoverGetMovement()

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