type_dp_vector_3d Derived Type

type, public :: type_dp_vector_3d


Inherited by

type~~type_dp_vector_3d~~InheritedByGraph type~type_dp_vector_3d type_dp_vector_3d type~types_history_output types_history_output type~types_history_output->type~type_dp_vector_3d coordinates type~type_output_settings type_output_settings type~type_output_settings->type~types_history_output history_output type~type_input type_input type~type_input->type~type_output_settings output_settings

Components

Type Visibility Attributes Name Initial
real(kind=real64), public :: x
real(kind=real64), public :: y
real(kind=real64), public :: z

Source Code

    type :: type_dp_vector_3d
        real(real64) :: x
        real(real64) :: y
        real(real64) :: z
    end type type_dp_vector_3d