Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex), | allocatable | :: | verts(:) | |||
integer, | intent(in) | :: | n |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex), | allocatable | :: | verts(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex), | allocatable | :: | verts(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex), | allocatable | :: | verts(:) | |||
type(psb_desc_type), | intent(in) | :: | desc_v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex), | intent(in) | :: | a | |||
type(vertex), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | intent(in) | :: | a | |||
type(vertex), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vertex) | :: | verts(:) | ||||
type(psb_desc_type), | intent(in) | :: | desc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(in) | :: | x | |||
real(kind=psb_dpk_), | intent(in) | :: | y | |||
real(kind=psb_dpk_), | intent(in) | :: | z | |||
logical, | intent(in), | optional | :: | on_boundary |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | intent(in) | :: | position | |||
logical, | intent(in), | optional | :: | on_boundary |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vertex), | intent(in) | :: | vert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vertex), | intent(in) | :: | vert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vertex), | intent(in) | :: | vert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vertex), | intent(in) | :: | vtx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vertex), | intent(in) | :: | vert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vertex), | intent(in) | :: | v |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | on_boundary | ||||
type(vector), | private | :: | position |
generic, public :: mag => vert_mag | |
generic, public :: nemo_sizeof => nemo_vertex_sizeof | |
procedure, public :: on_boundary_ | |
procedure, public :: position_ | |
generic, public :: x_ => get_vertex_x | |
generic, public :: y_ => get_vertex_y | |
generic, public :: z_ => get_vertex_z | |
procedure, private :: get_vertex_x | |
procedure, private :: get_vertex_y | |
procedure, private :: get_vertex_z | |
procedure, private :: nemo_vertex_sizeof | |
procedure, private :: vert_mag |