$Id: cmp_mesh_v2v.f90 3093 2008-04-22 14:51:09Z sfilippo $
Description: Provides the Vertex To Vertex adjacency graph. The criterium for associating the graph nodes is arbitrarly defined by the user. In this case, using a co-located cell-centered strategy for variable displacement, the V2V connectivity is obtained by linking each vertex to all the ones belonging to the cells which share it.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nverts | |||
type(connectivity), | intent(in) | :: | v2c | |||
type(connectivity), | intent(out) | :: | v2v |