dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #16732
Re: [Question #91944]: 1D mesh from 2D mesh subdomain (boundary)
Question #91944 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/91944
Status: Answered => Open
Patrick Riesen is still having a problem:
> You can, but you'll have to do it manually:
>
> 1. Extract the boundary mesh
>
> 2. Create a new mesh which is has both topological and geometric
> dimension 2.
>
> 3. Manually build the 2D mesh by copying data over from the boundary
> mesh.
>
> Use a MeshEditor for 2 and 3.
thank you for the reply, Anders.
I thought about something like this before i saw SubMesh/BoundaryMesh.
I'll use this approach.
many thanks,
patrick
> --
> Anders
>
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.