Let $A(x,y,z)$ be some smooth, but wiggly function on $R^3$. Let $B(x,y,z) = \frac{\partial A}{\partial z}$. Let $x,y \in\Gamma$, which is a simple 2D surface. In my case, it is a planar triangle. I need to calculate the following integral
I = $\iint_\Gamma B(x,y,0)dxdy$
I will be calculating this integral numerically. I don't want to take derivatives of $A$, because numerically, $A$ is much better behaved within $\Gamma$ than $B$, and hence the integral of $B$ will converge much slower than the integral for $A$. It would be great to apply a Green's theorem to convert the above integral into an integral of $A$ over $\Gamma$ and its perimeter $\partial \Gamma$.
Do you think it is possible and how?