$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [odeint] Can odeint integrate a 2-dimensional function?
From: Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2012-10-04 09:38:49
On 10/04/2012 03:28 PM, Rob Conde wrote:
> Say I have an equation that is a function of x and y...can I use odeint to
> integrate this function over a 2-d region (i.e. a square or a circle, etc.)?
> If so, are there any examples of this?
I don't think this is possible. This sound like integration of a known
function. Odeint is devoted to solve ordinary differential equations.
Karsten