assemble_iv_array Subroutine

private subroutine assemble_iv_array(self, N, nodes)

Type Bound

iv_state_vector_t

Arguments

Type IntentOptional Attributes Name
class(iv_state_vector_t), intent(inout) :: self
integer, intent(in) :: N

Number of grid points

real(kind=dp), intent(in) :: nodes(N)

Array of grid points