MeshMoverAddAccelerationBC

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

Synopsis

#include "meshMovement.h" 
#include "grid.h" 
#include "gvec.h" 
int MeshMoverAddAccelerationBC(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 appends the condition, whereas MeshMoverSetVelocityBC() clears any previous conditions.

Keywords

mesh, velocity, boundary condition

See Also

MeshMoverSetAccelerationBC(), MeshMoverAddVelocityBC(), 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