← Back to team overview

ffc team mailing list archive

Re: is this a bug?

 

On Tue, Apr 29, 2008 at 10:41:06AM -0700, Reza Farrahi Moghaddam wrote:
> The problem is solved. It was because of my mistake to set "zero" value for a
> parameter, "lambdabkgd".

ok, good.

-- 
Anders

> ----- Original Message ----
> From: Anders Logg <logg@xxxxxxxxx>
> To: ffc-dev@xxxxxxxxxx
> Sent: Tuesday, April 29, 2008 12:50:06 PM
> Subject: Re: [FFC-dev] 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.
> 

> _______________________________________________
> FFC-dev mailing list
> FFC-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/ffc-dev



References