← Back to team overview

ffc team mailing list archive

is this a bug?

 

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


      __________________________________________________________________
Get a sneak peak at messages with a handy reading pane with All new Yahoo! Mail: http://ca.promos.yahoo.com/newmail/overview2/

Follow ups