| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_sgrid), | intent(inout) | :: | sf | |||
| integer, | intent(in) | :: | nElems_in | |||
| integer, | intent(in) | :: | grid_type_in | |||
| real(kind=wp), | intent(in), | optional | :: | sp_in(0:nElems_in) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_sgrid), | intent(inout) | :: | sf |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_sgrid), | intent(in) | :: | sf | |||
| real(kind=wp), | intent(in) | :: | x |
TYPE, ABSTRACT :: c_sgrid CONTAINS PROCEDURE(i_sub_sgrid_init ),DEFERRED :: init PROCEDURE(i_sub_sgrid_free ),DEFERRED :: free PROCEDURE(i_sub_sgrid_copy ),DEFERRED :: copy PROCEDURE(i_sub_sgrid_compare ),DEFERRED :: compare PROCEDURE(i_fun_sgrid_find_elem),DEFERRED :: find_elem END TYPE c_sgrid