Attaches another property to a given face (from left or right). If the face does not exist this routine will not do anything.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=long_k), | intent(in) | :: | faceId | The face identifier to append the face property to. |
||
integer, | intent(in) | :: | prp | The property to attach |
||
type(tem_face_descriptor_type), | intent(inout) | :: | faces | The face desriptor to update. |
||
integer, | intent(in) | :: | prp_dir | Attach the property to the left or right property of the face. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | facePos | ||||
integer, | private | :: | currentPrp | ||||
integer, | private | :: | newPrp |