HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Apply immersed boundary conditions. More...
Go to the source code of this file.
Functions | |
int | ApplyIBConditions (void *s, void *m, double *x, double waqt) |
Apply immersed boundary conditions.
Definition in file ApplyIBConditions.c.
int ApplyIBConditions | ( | void * | s, |
void * | m, | ||
double * | x, | ||
double | waqt | ||
) |
Call the physics-specific function that applies the immersed boundary conditions on the immersed boundary points.
s | Object of type HyPar containing solver-related variables |
m | Object of type MPIVariables containing MPI-related variables |
x | The solution vector to apply immersed BCs on |
waqt | Current simulation time |
Definition at line 14 of file ApplyIBConditions.c.