split() not working for parts extracted from multimesh functions in Python

Issue #610 new
Anders Logg (Chalmers) created an issue

If w is a mixed MultiMeshFunction, then the following does not work:

w.part(i).split()

This is bacause w.part(i) returns an object that is only a dolfin::Function.

Comments (3)

  1. Log in to comment