initInterpBounds Module



Interfaces

public interface interp_bounds_type

  • private function constructor(begp, endp, begc, endc, begl, endl, begg, endg) result(this)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: begp
    integer, intent(in) :: endp
    integer, intent(in) :: begc
    integer, intent(in) :: endc
    integer, intent(in) :: begl
    integer, intent(in) :: endl
    integer, intent(in) :: begg
    integer, intent(in) :: endg

    Return Value type(interp_bounds_type)


Derived Types

type, public ::  interp_bounds_type

Constructor

private function constructor (begp, endp, begc, endc, begl, endl, begg, endg)

Type-Bound Procedures

procedure, public :: get_begp
procedure, public :: get_endp
procedure, public :: get_begc
procedure, public :: get_endc
procedure, public :: get_begl
procedure, public :: get_endl
procedure, public :: get_begg
procedure, public :: get_endg
procedure, public :: get_beg
procedure, public :: get_end