← Back to team overview

dolfin team mailing list archive

[Question #154333]: project expression with small values

 

New question #154333 on DOLFIN:
https://answers.launchpad.net/dolfin/+question/154333

Dear all,

m = UnitInterval(11)
Q = FunctionSpace(m,'CG',1)

u = project(Constant(1e-19),Q)

u(0) is 0.0 not 1e-19. Why is that?

Thanks,
Chaffra


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