|
jacobi.template
|
Go to the source code of this file.
Functions | |
| double | FunctF (double const x, double const y) |
| double | FunctU (const double, double const) |
| double FunctF | ( | double const | x, |
| double const | y | ||
| ) |
User function: f(x,y)
| [in] | x | x-coordinate of discretization point |
| [in] | y | y-coordinate of discretization point |
x,y) Definition at line 5 of file userset.cpp.
| double FunctU | ( | double const | x, |
| double const | y | ||
| ) |
User function: u(x,y)
| [in] | x | x-coordinate of discretization point |
| [in] | y | y-coordinate of discretization point |
x,y) Definition at line 13 of file userset.cpp.