Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | unit | |||
real(kind=4), | intent(inout), | allocatable | :: | CAN_X(:) | ||
real(kind=4), | intent(inout), | allocatable | :: | CAN_Y(:) | ||
real(kind=4), | intent(inout), | allocatable | :: | CAN_Z(:) | ||
real(kind=4), | intent(inout), | allocatable | :: | CCE_X(:) | ||
real(kind=4), | intent(inout), | allocatable | :: | CCE_Y(:) | ||
real(kind=4), | intent(inout), | allocatable | :: | CCE_Z(:) | ||
type(EC_Scalar_t), | intent(inout), | allocatable | :: | EC_Scalars(:) | ||
type(EC_Vector_t), | intent(inout), | allocatable | :: | EC_Vectors(:) | ||
type(FC_Scalar_t), | intent(inout), | allocatable | :: | FC_Scalars(:) | ||
type(FC_Vector_t), | intent(inout), | allocatable | :: | FC_Vectors(:) | ||
integer, | intent(inout) | :: | EC_Scalar_cnt | |||
integer, | intent(inout) | :: | EC_Vector_cnt | |||
integer, | intent(inout) | :: | FC_Scalar_cnt | |||
integer, | intent(inout) | :: | FC_Vector_cnt | |||
integer, | intent(inout) | :: | NODES | |||
integer, | intent(inout) | :: | NFACE | |||
integer, | intent(inout) | :: | NELEM | |||
integer, | intent(inout) | :: | NDTOT | |||
integer, | intent(inout), | allocatable | :: | IE1(:) | ||
integer, | intent(inout), | allocatable | :: | IE2(:) | ||
integer, | intent(inout), | allocatable | :: | NDNUM(:) | ||
integer, | intent(inout), | allocatable | :: | IDNO(:) |