MeshMoverSetAccelerationBC

This function sets the boundary condition to use for the mesh acceleration calculation.

Synopsis

#include "meshMovement.h" 
#include "grid.h" 
#include "gvec.h" 
int MeshMoverSetAccelerationBC(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 MeshMoverAddAccelerationBC() appends the condition.

Keywords

mesh, velocity, boundary condition

See Also

MeshMoverAddAccelerationBC(), MeshMoverSetVelocityBC(), 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