Question #154609 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/154609

    Status: Answered => Solved

Chaffra confirmed that the question is solved:
I am running the trunk version. I found a workaround by replacing for
example

double _vth = (*vth)(x[0],x[1],x[2]);

with

Array<double> _vth(1);
vth->eval(_vth,x,cell);

I dont know why the other syntax is not working...

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.

_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to     : dolfin@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp

Reply via email to