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