| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(node_t), | public, | allocatable | :: | node_array(:) | |||
| type(cell_inVTK_t), | public, | allocatable | :: | cell_array(:) |
VTKの読み込み
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(UnstructuredGrid_inVTK) | :: | self | ||||
| character(len=*), | intent(in) | :: | FNAME | |||
| character(len=*), | intent(in), | optional | :: | action | ||
| real, | intent(out), | optional, | allocatable | :: | cellScalar(:) | |
| real, | intent(out), | optional, | allocatable | :: | cellVector(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(UnstructuredGrid_inVTK) | :: | self | ||||
| character(len=*), | intent(in) | :: | FNAME | |||
| real, | intent(in), | optional | :: | cellScalar(:) | ||
| real, | intent(in), | optional | :: | cellVector(:,:) | ||
| character(len=*), | intent(in), | optional | :: | scalarName | ||
| character(len=*), | intent(in), | optional | :: | vectorName |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(UnstructuredGrid_inVTK), | intent(in) | :: | self | |||
| integer, | intent(out), | allocatable | :: | vertices(:,:) | ||
| integer, | intent(out), | allocatable | :: | types(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(UnstructuredGrid_inVTK), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(UnstructuredGrid_inVTK), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(UnstructuredGrid_inVTK), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(UnstructuredGrid_inVTK) | :: | self | ||||
| integer, | intent(in) | :: | vertices(:,:) | |||
| integer, | intent(in) | :: | types(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(UnstructuredGrid_inVTK) | :: | self | ||||
| real, | intent(in) | :: | cdn(:,:) |