ansys.mapdl.core.Mapdl.pmap#
- Mapdl.pmap(form='', discon='', **kwargs)#
Creates mapping of the path geometry by defining path interpolation division points.
Mechanical APDL Command: PMAP
- Parameters:
- form
str
Defines the mapping method:
UNIFORM
- Maps uniform divisions (specified on thenDiv
argument of the path command) between specified points. This is the default.ACCURATE
- Map geometry using a small division at the beginning and end of each segment. This gives you accurate derivatives, integrals, tangents, and normals for curves which do not have continuous slopes at the specified points. To create nonuniform divisions, thenDiv
argument of the path command must be greater than 2.
- discon
str
Sets mapping for discontinuities in the field. The divisions are modified to put a point just before and just after the discontinuity. The valid label is MAT, for a material discontinuity. No discontinuity is the default. Discontinuity mapping involves the NOAV option on the pdef command.
- form