MPI_jacsolve
|
#include "userset.h"
Functions | |
void | SetU (const int nx, const int ny, float u[]) |
void | SetF (const int nx, const int ny, float f[]) |
float | FunctU (const float &, const float &) |
float FunctU | ( | const float & | , |
const float & | |||
) |
void SetF | ( | const int | nx, |
const int | ny, | ||
float | f[] | ||
) |
User function: assignes values to right hand side vector f
.
[in] | nx | number of discretization intervals in x-direction |
[in] | ny | number of discretization intervals in y-direction |
[out] | f | vector for all nodes of local discretization |
void SetU | ( | const int | nx, |
const int | ny, | ||
float | u[] | ||
) |
User function: assignes values to solution vector u
.
[in] | nx | number of discretization intervals in x-direction |
[in] | ny | number of discretization intervals in y-direction |
[out] | u | vector for all nodes of local discretization |