$Id: cmp_mesh_c2c.f90 8157 2014-10-09 13:02:44Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | intent(in) | :: | faces(:) | |||
type(connectivity), | intent(in) | :: | f2c | |||
type(connectivity), | intent(out) | :: | c2c |
$Id: cmp_mesh_f2b.f90 3175 2008-06-13 12:59:07Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | intent(in) | :: | faces(:) | |||
integer, | intent(in) | :: | nbc | |||
type(connectivity), | intent(out) | :: | f2b |
$Id: cmp_mesh_f2f.f90 8157 2014-10-09 13:02:44Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nfaces | |||
type(connectivity), | intent(in) | :: | f2c | |||
type(connectivity), | intent(out) | :: | f2f |
$Id: cmp_mesh_part.f90 8157 2014-10-09 13:02:44Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ipart | |||
integer, | intent(in) | :: | nswpref | |||
type(connectivity), | intent(in) | :: | c2c |
$Id: cmp_mesh_renum.f90 8157 2014-10-09 13:02:44Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | irenum | |||
type(cell), | intent(inout) | :: | cells(:) | |||
type(face), | intent(inout) | :: | faces(:) | |||
type(connectivity), | intent(inout) | :: | c2c | |||
type(connectivity), | intent(inout) | :: | f2c | |||
type(connectivity), | intent(inout) | :: | v2c | |||
type(connectivity), | intent(inout) | :: | c2g |
$Id: cmp_mesh_v2b.f90 8157 2014-10-09 13:02:44Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(connectivity), | intent(in) | :: | v2f | |||
type(face), | intent(in) | :: | faces(:) | |||
integer, | intent(in) | :: | nbc | |||
type(connectivity), | intent(out) | :: | v2b |
$Id: cmp_mesh_v2e.f90 8157 2014-10-09 13:02:44Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ncd | |||
type(connectivity), | intent(in) | :: | v2f | |||
type(connectivity), | intent(out) | :: | v2e |
$Id: cmp_mesh_v2v.f90 3093 2008-04-22 14:51:09Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nverts | |||
type(connectivity), | intent(in) | :: | v2c | |||
type(connectivity), | intent(out) | :: | v2v |
$Id: cmp_mesh_v2ve.f90 8157 2014-10-09 13:02:44Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ncd | |||
type(connectivity), | intent(in) | :: | v2f | |||
type(connectivity), | intent(out) | :: | v2v |
$Id: cmp_moving_surf.f90 8157 2014-10-09 13:02:44Z sfilippo $
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nbc | |||
type(connectivity), | intent(in) | :: | v2b | |||
type(vertex), | intent(in) | :: | verts(:) | |||
type(surface), | intent(out), | allocatable | :: | surf(:) |