attach.create
Syntax
- a = attach.create(g,a1<,a2>)
If only one gridpoint pointer is given as a parameter, creates an attachment to a gridpoint. If two gridpoint pointers are given, creates an attachment to an edge. If a zone pointer and a face index (1 to 6) are given, creates an attachment to a zone face. Function returns null if failure occurs. The first parameter is the slave gridpoint. Attachment weights are determined automatically based on current geometry, but may be overridden by using the
attach.weight.edge
orattach.weight.face
intrinsic functions.Returns: a - attach pointer
Arguments: g - slave gridpoint pointer
a1 - gridpoint pointer, or zone pointer
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |