Array constructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | allocatable | :: | faces(:) | |||
integer, | intent(in) | :: | n |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | allocatable | :: | faces(:) |
Public default constructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | nv | |||
integer, | intent(in) | :: | master | |||
integer, | intent(in) | :: | slave | |||
integer, | intent(in) | :: | flag |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | allocatable | :: | faces(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | allocatable | :: | faces(:) | |||
type(psb_desc_type), | intent(in) | :: | desc_f | |||
type(psb_desc_type), | intent(in) | :: | desc_c |
WARNING! The global results is allocated only on P0. After its usage it must be deallocated in the calling unit by means of the statement: "if(associated(glob_res)) deallocate(glob_res)"
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(face), | allocatable | :: | faces_loc(:) | |||
type(face), | allocatable | :: | faces_glob(:) | |||
type(psb_desc_type), | intent(in) | :: | desc_f | |||
type(psb_desc_type), | intent(in) | :: | desc_c |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(face), | intent(in) | :: | fc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(face), | intent(inout) | :: | f | |||
integer, | intent(in), | optional | :: | nv | ||
integer, | intent(in), | optional | :: | master | ||
integer, | intent(in), | optional | :: | slave | ||
integer, | intent(in), | optional | :: | flag |