Home > demos > ac > acf.m

acf

PURPOSE ^

pde for AC

SYNOPSIS ^

function [c,a,f,b]=acf(p,u,lam)

DESCRIPTION ^

 pde for AC

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [c,a,f,b]=acf(p,u,lam)  
0002 % pde for AC
0003 u=pdeintrp(p.points,p.tria,u); c=0.25; a=0; b=0;f=lam*u+u.^3-u.^5;

Generated on Wed 15-Aug-2012 12:53:02 by m2html © 2005