dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #21301
[Bug 714363] [NEW] "list of" entities in all_intersected_entities not supported in python interface
Public bug reported:
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
** Affects: dolfin
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References