public interface PDESolutionTimeSpaceGrid2D
| Modifier and Type | Method and Description |
|---|---|
int |
m()
Get the number of interior time-axis grid points in the solution.
|
int |
n()
Get the number of interior x-axis grid points in the solution.
|
int |
p()
Get the number of interior y-axis grid points in the solution.
|
double |
t(int k)
Get the value on the time-axis at index
k. |
double |
u(int k,
int i,
int j)
Get the value of the grid point at (tk, xi, yj).
|
double |
x(int i)
Get the value on the x-axis at index
i. |
double |
y(int j)
Get the value on the y-axis at index
j. |
double u(int k,
int i,
int j)
k - the index along the time-axisi - the index along the x-axisj - the index along the y-axisdouble t(int k)
k.k - the index of the grid pointdouble x(int i)
i.i - the index of the grid pointdouble y(int j)
j.j - the index of the grid pointint m()
int n()
int p()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.