initialize_gw3 Subroutine

public subroutine initialize_gw3(d_connect, d_node, peti_coord, leaf_coord, max_leaf_angle, max_leaf_length, max_leaf_width, leaf_shape_rate, peti_length, max_length)

Arguments

Type IntentOptional AttributesName
integer, intent(out), allocatable:: d_connect(:,:)
real(kind=8), intent(out), allocatable:: d_node(:,:)
real(kind=8), intent(out), allocatable:: peti_coord(:,:,:)
real(kind=8), intent(out), allocatable:: leaf_coord(:,:,:,:)
real(kind=8), intent(in) :: max_leaf_angle
real(kind=8), intent(in) :: max_leaf_length
real(kind=8), intent(in) :: max_leaf_width
real(kind=8), intent(in) :: leaf_shape_rate
real(kind=8), intent(in) :: peti_length
real(kind=8), intent(in) :: max_length

Contents

None