← Back to team overview

ffc team mailing list archive

Re: is this a bug?

 

On Tue, Apr 29, 2008 at 09:18:26AM -0700, Reza Farrahi Moghaddam wrote:
> Is this a bug?
> My form file uses 4 "Functions", but the compiled header file has only two
> arguments:
> // DOLFIN wrappers
> #include <dolfin/fem/Form.h>
> class NonlinearPoissonparamBilinearForm : public dolfin::Form
> {
> public:
>   NonlinearPoissonparamBilinearForm(dolfin::Function& w0, dolfin::Function& w1)
> : dolfin::Form()
>   {
>     __coefficients.push_back(&w0);
>     __coefficients.push_back(&w1);
>   }
>  
>  
> The form file is attached.
>  
> Reza
> 
> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> Instant message from any web browser! Try the new Yahoo! Canada Messenger for
> the Web BETA

I couldn't find any attached form file.

-- 
Anders


References