An Extensible Enumeration for the Numbering's supported by the KIM API.
More...
|
recursive subroutine, public | kim_get_number_of_numberings (number_of_numberings) |
| Get the number of standard Numbering's defined by the KIM API.
|
|
recursive subroutine, public | kim_get_numbering (index, numbering, ierr) |
| Get the identity of each defined standard Numbering.
|
|
|
type(kim_numbering_type), save, bind(C, name="KIM_NUMBERING_zeroBased"), public, protected | kim_numbering_zero_based |
| The standard zeroBased numbering.
|
|
type(kim_numbering_type), save, bind(C, name="KIM_NUMBERING_oneBased"), public, protected | kim_numbering_one_based |
| The standard oneBased numbering.
|
|
An Extensible Enumeration for the Numbering's supported by the KIM API.
- See also
- KIM::Numbering, KIM_Numbering
- Since
- 2.0
◆ kim_get_number_of_numberings()
recursive subroutine, public kim_numbering_module::kim_get_number_of_numberings |
( |
integer(c_int), intent(out) | number_of_numberings | ) |
|
◆ kim_get_numbering()
recursive subroutine, public kim_numbering_module::kim_get_numbering |
( |
integer(c_int), intent(in) | index, |
|
|
type(kim_numbering_type), intent(out) | numbering, |
|
|
integer(c_int), intent(out) | ierr ) |
◆ kim_numbering_one_based
type(kim_numbering_type), save, bind(C, name="KIM_NUMBERING_oneBased"), public, protected kim_numbering_module::kim_numbering_one_based |
◆ kim_numbering_zero_based
type(kim_numbering_type), save, bind(C, name="KIM_NUMBERING_zeroBased"), public, protected kim_numbering_module::kim_numbering_zero_based |