|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
| type(field_t) function, pointer | neko_api_user_cb_get_field_by_name (field_name) |
| Retrive a pointer to a field for the currently active callback. | |
| type(field_t) function, pointer | neko_api_user_cb_get_field_by_index (field_idx) |
| Retrive a pointer to a field for the currently active callback. | |
Definition at line 99 of file neko_api_user.f90.
| type(field_t) function, pointer neko_api_user::neko_api_user_cb_get_field::neko_api_user_cb_get_field_by_index | ( | integer, intent(in) | field_idx | ) |
| field_idx | Field index in the field list |
Definition at line 329 of file neko_api_user.f90.
| type(field_t) function, pointer neko_api_user::neko_api_user_cb_get_field::neko_api_user_cb_get_field_by_name | ( | character(len=*), intent(in) | field_name | ) |
| field_name | Field list entry |
Definition at line 315 of file neko_api_user.f90.