count_per_GAS Function

private pure function count_per_GAS(this, occupied) result(supergroup)

Count the particles per GAS space. i.e. return the supergroup.

Type Bound

GASSpec_t

Arguments

Type IntentOptional Attributes Name
class(GASSpec_t), intent(in) :: this
integer, intent(in) :: occupied(:)

Return Value integer, (get_nGAS(this))


Contents