MeshMoverSetVelocityBC

This function sets the boundary conditions to use for the mesh velocity calculation.

Synopsis

#include "meshMovement.h" 
#include "grid.h" 
#include "gvec.h" 
int MeshMoverSetVelocityBC(MeshMover mover, int bd, PointFunction f, PetscTruth reduce)
Collective on MeshMover

Input Parameters

mover - The mover
bd - The marker for the boundary along which conditions are applied
f - The function which defines the boundary condition
reduce - The flag for explicit reduction of the system

Note

This function clears any previous conditions, whereas MeshMoverAddVelocityBC() appends the condition.

Keywords

mesh, velocity, boundary condition

See Also

MeshMoverAddVelocityBC(), MeshMoverSetAccelerationBC(), GridSetBC(), GridAddBC()

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