dvector_get_data Subroutine

public subroutine dvector_get_data(this, res, ibeg, iend)

Returns a pointer to the underlying data of a dvector

Type Bound

dvector_t

Arguments

Type IntentOptional Attributes Name
class(dvector_t), intent(in), target :: this
real(kind=rp), intent(out), dimension(:), pointer :: res
integer, intent(in), optional :: ibeg
integer, intent(in), optional :: iend