Home > K25104 > PDEs > stencil_order_script_5.m

stencil_order_script_5

PURPOSE ^

Usage example for stencil_order

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for stencil_order
 related to Exercise 8.5

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Usage example for stencil_order
0002 % related to Exercise 8.5
0003 
0004 A = [-1/4 0 1/4;
0005     0 0 0;
0006     1/4 0 -1/4];
0007 order = 6;
0008 [ final ] = stencil_order( A,order )

Generated on Mon 18-Jan-2016 10:25:49 by m2html © 2005