sfepy.discrete.fem.fe_surface module¶
- class sfepy.discrete.fem.fe_surface.FEPhantomSurface(name, region, volume_econn)[source]¶
A phantom surface of the region with tdim=2.
- class sfepy.discrete.fem.fe_surface.FESurface(name, region, efaces, volume_econn, volume_region=None)[source]¶
Description of a surface of a finite element domain.
- get_connectivity(local=False, trace_region=None)[source]¶
Return the surface element connectivity.
- Parameters:
- localbool
If True, return local connectivity w.r.t. surface nodes, otherwise return global connectivity w.r.t. all mesh nodes.
- trace_traceNone or str
If not None, return mirror connectivity according to local.