1 #ifndef PENALTY_SLIP_WALL_BC_H
2 #define PENALTY_SLIP_WALL_BC_H
16 virtual bool inputFromGI(GenericGraphicsInterface &gi);
18 const real & t,
const real &dt,
19 realMappedGridFunction &
u,
23 realMappedGridFunction *gridVelocity = 0);
26 const real & t,
const real &dt,
27 realMappedGridFunction &u,
28 realMappedGridFunction &
coeff,
32 realMappedGridFunction *gridVelocity = 0);
36 const real & t,
const real &dt,
37 const realMappedGridFunction &u,
38 realMappedGridFunction &dudt,
42 const realMappedGridFunction *gridVelocity = 0);