| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | which_functional |
points to functional (1: MHD3D) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_functional), | intent(inout) | :: | sf |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_functional), | intent(inout) | :: | sf |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_functional), | intent(inout) | :: | sf |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_functional), | intent(inout) | :: | sf |
TYPE,ABSTRACT,EXTENDS(c_functional) :: t_functional !--------------------------------------------------------------------------------------------------------------------------------- !input parameters INTEGER :: which_functional !! points to functional (1: MHD3D) !--------------------------------------------------------------------------------------------------------------------------------- END TYPE t_functional