MeshMoverCalcVelocityBCValues

This function calculates the boundary values for the mesh velocity. It is normally called once a timestep when using time dependent boundary conditions.

Synopsis

#include "meshMovement.h" 
#include "grid.h" 
#include "gvec.h" 
int MeshMoverCalcVelocityBCValues(MeshMover mover)
Collective on MeshMover

Input Parameters

mover - The MeshMover
save - A flag used to store old values, usually for timestepping
ctx - The context

Keywords

MeshMover, reduction, boundary conditions

See Also

MeshMoverSetVelocityBCContext(), MeshMoverSetVelocityBC()

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