Harcion
Results
1
issues of
Harcion
What steps will reproduce the problem? Minimal non-working example: [code] import dolfin import scitools.BoxField mesh = dolfin.UnitSquareMesh(10,10) V = dolfin.FunctionSpace(mesh, 'Lagrange', 1) u = dolfin.Function(V) scitools.BoxField.dolfin_function2BoxField(u,mesh) [\code] What is the...