$Id: cmp_mesh_v2e.f90 8157 2014-10-09 13:02:44Z sfilippo $
Description: Provides the Vertex To Edge connectivity.
$ if((iv4 == iv1 .and. iv3 == iv2) .or.& $ iv4 == iv2 .and. iv3 == iv1 ) then $ twice(ie2) = .true. $ end if
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ncd | |||
type(connectivity), | intent(in) | :: | v2f | |||
type(connectivity), | intent(out) | :: | v2e |