Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(vector), | public, | parameter | :: | mandatory_v_ | = | vector(-999.d0, 999.d0, 999.d0) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | allocatable | :: | vect(:) | |||
integer, | intent(in) | :: | n |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=psb_dpk_), | intent(out) | :: | a(3) | |||
type(vector), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | allocatable | :: | vect(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | allocatable | :: | vect(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | allocatable | :: | verts(:) | |||
type(psb_desc_type), | intent(in) | :: | desc_v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | intent(in) | :: | a | |||
type(vector), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | intent(in) | :: | v |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | intent(in) | :: | a(:) | |||
type(vector), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | intent(in) | :: | a | |||
type(vector), | intent(in) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | intent(inout) | :: | v(:) | |||
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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector), | intent(in) | :: | vert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector), | intent(in) | :: | vert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector), | intent(in) | :: | vert |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector), | intent(in) | :: | vec |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector), | intent(inout) | :: | vect | |||
real(kind=psb_dpk_) | :: | r |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector), | intent(inout) | :: | vect | |||
real(kind=psb_dpk_) | :: | r |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector), | intent(inout) | :: | vect | |||
real(kind=psb_dpk_) | :: | r |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector), | intent(in) | :: | v |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=psb_dpk_), | private | :: | x | ||||
real(kind=psb_dpk_), | private | :: | y | ||||
real(kind=psb_dpk_), | private | :: | z |
generic, public :: mag => vec_mag | |
generic, public :: nemo_sizeof => nemo_vector_sizeof | |
generic, public :: set_x_ => set_vector_x | |
generic, public :: set_y_ => set_vector_y | |
generic, public :: set_z_ => set_vector_z | |
generic, public :: unit => vec_unit | |
generic, public :: x_ => get_vector_x | |
generic, public :: y_ => get_vector_y | |
generic, public :: z_ => get_vector_z | |
procedure, private :: get_vector_x | |
procedure, private :: get_vector_y | |
procedure, private :: get_vector_z | |
procedure, private :: nemo_vector_sizeof | |
procedure, private :: set_vector_x | |
procedure, private :: set_vector_y | |
procedure, private :: set_vector_z | |
procedure, private :: vec_mag | |
procedure, private :: vec_unit |