| 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 |