dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #10638
DOLFIN wrapper code
In the FFC-produced wrapper code for DOLFIN, could will still generate a
Form constructor which takes the coefficient functions (or a vector of
coefficient functions) as an argument? This is needed when one works
with a pointer to a form. Doing
Form* a;
a = new WeightedPoissonBilinearForm(V, V);
it's not possible to attach coefficient functions because a Form doesn't
know about them, only WeightedPoissonBilinearForm does.
Garth
Follow ups