Home > K25104 > PDEs > stencil_order_script_3.m

stencil_order_script_3

PURPOSE ^

Usage example for stencil_order

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Usage example for stencil_order
 related to Exercise 8.20

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

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