Compatible only with CGNS v3.3.0 and above. Earlier versions are not supported. Note: CGNS functionality is not working for Morfeus. Currently set to pre-process entire module procedure so that the implementation exists but is empty. IP - 6/6/2019
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | mesh_file | |||
| character(len=*), | intent(out) | :: | mesh_id | |||
| integer, | intent(out) | :: | nbc | |||
| integer, | intent(out) | :: | ncd | |||
| type(vertex), | intent(out), | allocatable | :: | verts(:) | ||
| type(face), | intent(out), | allocatable | :: | faces(:) | ||
| type(cell), | intent(out), | allocatable | :: | cells(:) | ||
| type(connectivity), | intent(out) | :: | v2f | |||
| type(connectivity), | intent(out) | :: | v2c | |||
| type(connectivity), | intent(out) | :: | f2c | |||
| type(connectivity), | intent(out) | :: | c2g |