For Programmers: Free Programming Magazines  


Home > Archive > Fortran > April 2005 > Re: Multidimensional integration of complex vector functions over









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Multidimensional integration of complex vector functions over
glen herrmannsfeldt

2005-04-27, 8:58 am

Madhusudan Singh wrote:

> I was wondering if there is such a code. I have code which does real
> multidimensional integration, and can use that, with some added complexity,
> to do this with two invocations, but I was wondering if there was something
> that could do it in one step. Would clean up my code somewhat.


Gaussian quadrature was always one of my favorite integration
methods, and it can be done in multiple dimensions, and in
different coordinate systems. It works best with functions
that are somewhat smooth, though.

Many of the fancier integration algorithms can't be nested to
do multidimensions.

-- glen

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com