Home > demos > bratu > bratuf.m

bratuf

PURPOSE ^

pde for Bratu

SYNOPSIS ^

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

DESCRIPTION ^

 pde for Bratu

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [c,a,f,b]=bratuf(p,u,lam) 
0002 % pde for Bratu
0003 u=pdeintrp(p.points,p.tria,u); c=1; a=0;f=-10*(u-lam*exp(u)); b=0;

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