$Id: cmp_mesh_f2f.f90 8157 2014-10-09 13:02:44Z sfilippo $
Description: Provides the Face To Face 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 F2F connectivity is obtained by linking each face to all the ones belonging to its master and slave cells.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nfaces | |||
type(connectivity), | intent(in) | :: | f2c | |||
type(connectivity), | intent(out) | :: | f2f |