$Id: supplement_v2f.f90 8157 2014-10-09 13:02:44Z sfilippo $
Description: Creates supplementary connectivity info about cells connected to overlap (shared) vertices. The data are saved as keytables using global indexing. Since this routine is called prior to re- allocating the mesh data, all indices (except the call to get overlap vertex id's) use global ID numbers.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(connectivity), | intent(inout) | :: | v2f | |||
type(face) | :: | faces(:) | ||||
type(psb_desc_type), | intent(in) | :: | desc_v | |||
type(keytable), | intent(out) | :: | ov2f_suppl | |||
type(keytable), | intent(out) | :: | f2ov_suppl |