residual, called in numerical G_u via numjac, dummy interface
SYNOPSIS
function r=resinj(t,u)
DESCRIPTION
residual, called in numerical G_u via numjac, dummy interface
CROSS-REFERENCE INFORMATION
This function calls:
resi compute residual for -div(c grad u)+au-f-b grad u=0,
This function is called by:
SOURCE CODE
0001 function r=resinj(t,u)
0002 % residual, called in numerical G_u via numjac, dummy interface
0003 global pj lamj
0004 lam=lamj; p=pj; r=resi(p,u,lam);