MPI_mgparc
|
Functions | |
void | AddBound (const int ib, const int nx, const int ny, double w[], const double s[]) |
void AddBound | ( | const int | ib, |
const int | nx, | ||
const int | ny, | ||
double | w[], | ||
const double | s[] | ||
) |
Computes w
:= w
+ s
at the interface/boundary nodes on the boundary ib
. South (ib==1), East (ib==2), North (ib==3), West (ib==4)
[in] | ib | my local boundary |
[in] | nx | number of discretization intervals in x-direction |
[in] | ny | number of discretization intervals in y-direction |
[in,out] | w | vector for all nodes of local discretization |
[in] | s | short vector with values on boundary ib |