Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
count_per_GAS
Function
11 statements
Source File
gasci.F90
gasci
count_per_GAS
Contents
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
Intent
Optional
Attributes
Name
class(
GASSpec_t
),
intent(in)
::
this
integer,
intent(in)
::
occupied
(:)
Return Value
integer, (get_nGAS(this))
Contents