Mapping facet from BoundaryMesh to full mesh

Asked by Nguyen Van Dang

Hello,
It seems that BoundaryMesh just gives cell_mapping and vertex_mapping from BoundaryMesh to full mesh.
Is there any way to get the facet mapping?
Thanks,
Best regards,
Dang

Question information

Language:
English Edit question
Status:
Solved
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Solved by:
Nguyen Van Dang
Solved:
Last query:
Last reply:
Revision history for this message
Johan Hake (johan-hake) said :
#1

On 06/18/2012 03:35 PM, Nguyen Van Dang wrote:
> New question #200776 on DOLFIN:
> https://answers.launchpad.net/dolfin/+question/200776
>
> Hello,
> It seems that BoundaryMesh just gives cell_mapping and vertex_mapping from BoundaryMesh to full mesh.
> Is there any way to get the facet mapping?

The cell_mapping _is_ the facet mapping. Cells in a boundary mesh is
facets in the original mesh.

Johan

Revision history for this message
Nguyen Van Dang (dang-1032170) said :
#2

Thanks.
Dang