Numerical integration in C++

后端 未结 4 413
Happy的楠姐
Happy的楠姐 2020-12-29 16:21

I need to integrate a function (of two variables). I know I can do it by using Fubini theorem to integrate one variable functions, then using numerical methods such

4条回答
  •  清歌不尽
    2020-12-29 16:29

    I would recommend Gaussian quadrature and linear shape functions:

    http://www.mathworks.com/matlabcentral/fileexchange/9230-gaussian-quadrature-for-triangles

    http://www.wolframalpha.com/input/?i=gaussian+quadrature+triangle

    http://www.cs.rpi.edu/~flaherje/pdf/fea6.pdf

提交回复
热议问题