public interface PDESolutionTimeSpaceGrid1D
Modifier and Type | Method and Description |
---|---|
int |
M()
Gets the number of interior time-axis grid points in the solution.
|
int |
N()
Gets the number of interior space-axis grid points in the solution.
|
double |
t(int m)
Gets the value on the time axis at index
k . |
double |
u(int m,
int n)
Gets the value of the grid point at (tm,
xn).
|
double |
x(int n)
Gets the value on the space axis at index
j . |
double u(int m, int n)
m
- the index along the time axisn
- the index along the space axisdouble t(int m)
k
.m
- the index of the grid pointdouble x(int n)
j
.n
- the index of the grid pointint M()
int N()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.