function [res] = GG2(X,Y,A,B,C,I,I1) % This program is used by Finite Element Method % (Algorithm 12.5). res = G2(X,Y)*(A(I,I1)+B(I,I1)*X+C(I,I1)*Y);