← Back to team overview

dolfin team mailing list archive

[Question #152508]: division in forms

 

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

Is it possible to do division in forms?

I have the following form:

(dot(curl(v), curl(u)))/mu_r*dx

where mu_r is a FunctionSpace(mesh, 'DG', 0) function. The form works fine if I multiply by mu_r, but I cannot divide!

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