dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #21314
[Bug 714363] Re: "list of" entities in all_intersected_entities not supported in python interface
We need to expose std::vector<Point> to Python
** Changed in: dolfin
Status: New => Confirmed
** Changed in: dolfin
Assignee: (unassigned) => Johan Hake (johan-hake)
** Changed in: dolfin
Milestone: None => 1.0.0
--
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/714363
Title:
"list of" entities in all_intersected_entities not supported in
python interface
Status in DOLFIN:
Confirmed
Bug description:
An option to query mesh object intersections using python is
mesh.all_intersected_entities(entities, ids_result); where
mesh=dolfin.cpp.Mesh()
According to the documetnation a "list of" entities can be supplied to
the argument entities. However, it appears as though the "list of
entites" option is not currently supported.
Brent
References