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

    Status: Open => Answered

Garth Wells proposed the following answer:
I get machine precision using the quadrature representation for the code
generation. Just add

    parameters["form_compiler"]["representation"] = "quadrature"

somewhere near the top of the file.

The tensor contraction representation must be introducing round-off
errors (which are not helped using
parameters["form_compiler"]["precision"] ).

-- 
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