| New Reply |
stencil in finite difference |
Share Thread |
| Jun1-11, 08:15 AM | #1 |
|
|
stencil in finite difference
Hi
Sorry for the stupid question, but what is exactly a "stencil" in finite difference methods ? Is the results of the expansion points ? Cheers Alex |
| Jun17-11, 06:45 AM | #2 |
|
Recognitions:
|
This is also called a computational molecule in some texts, it basically is the recurrence relation that you use to calculate the next point in your calculation, so for example a stencil for the Euler method for the ODE [itex]\frac{du}{dx}=f(x,u)[/itex] would be:
[tex] u_{n+1}=u_{n}+hf(x_{n},u_{n}) [/tex] For PDEs it would be something more complicated. I hope you get the general idea. |
| New Reply |
Similar discussions for: stencil in finite difference
|
||||
| Thread | Forum | Replies | ||
| Finite difference | Precalculus Mathematics Homework | 1 | ||
| Fluid Dynamics (finite difference or finite volume) | Advanced Physics Homework | 1 | ||
| finite difference method | Calculus | 1 | ||
| Finite Difference | Calculus & Beyond Homework | 3 | ||
| Finite Difference | Precalculus Mathematics Homework | 3 | ||