Returns the number of elements in the ground's state vector. This is the size of the vector returned by state_vector and taken as an argument by update.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(ground), | intent(in) | :: | this |
The number of elements in the ground's state vector.
pure function ground_data_size(this)
!* Author: Christopher MacMackin
! Date: August 2016
!
! Returns the number of elements in the ground's state vector.
! This is the size of the vector returned by
! [[ground(type):state_vector]] and taken as an argument by
! [[ground(type):update]].
!
class(ground), intent(in) :: this
integer :: ground_data_size
!! The number of elements in the ground's state vector.
end function ground_data_size