← Back to team overview

dolfin team mailing list archive

Re: [Question #154609]: compiled Expression error

 

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.



References