← Back to team overview

dolfin team mailing list archive

About signatures in FFC-generated dolfin::Form subclasses

 

There is a signature:

  // Create form on given function space(s) with given coefficient(s)
(shared data)
  PoissonLinearForm(std::tr1::shared_ptr<const dolfin::FunctionSpace>
V0, dolfin::Function& w0) : dolfin::Form(), f(*this)

but no signature where both the function spaces and functions are
shared pointers. For an application with full use of shared pointers,
we need that.

(I'm looking at this now because I want to generate dolfin code from SFC).

--
Martin


Follow ups