prior_weights_type Derived Type

type, public :: prior_weights_type


Components

Type Visibility Attributes Name Initial
real(kind=r8), public, allocatable :: pwtgcell(:)
logical, public, allocatable :: cactive(:)

Constructor

public interface prior_weights_type

  • private function constructor(bounds)

    Arguments

    Type IntentOptional Attributes Name
    type(bounds_type), intent(in) :: bounds

    Return Value type(prior_weights_type)


Type-Bound Procedures

procedure, public :: set_prior_weights

  • private subroutine set_prior_weights(this, bounds)

    Arguments

    Type IntentOptional Attributes Name
    class(prior_weights_type), intent(inout) :: this
    type(bounds_type), intent(in) :: bounds