| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(settings_t), | private, | pointer | :: | settings | |||
| type(grid_t), | private, | pointer | :: | grid | |||
| type(background_t), | private, | pointer | :: | background | |||
| type(base_ef_t), | public, | allocatable | :: | base_efs(:) | |||
| type(derived_ef_t), | public, | allocatable | :: | derived_efs(:) | |||
| logical, | public, | allocatable | :: | ef_written_flags(:) | |||
| integer, | public, | allocatable | :: | ef_written_idxs(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eigenfunctions_t), | intent(inout) | :: | this | |||
| complex(kind=dp), | intent(in) | :: | omega(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eigenfunctions_t), | intent(inout) | :: | this | |||
| complex(kind=dp), | intent(in) | :: | right_eigenvectors(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eigenfunctions_t), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(eigenfunctions_t), | intent(inout) | :: | this | |||
| complex(kind=dp), | intent(in) | :: | omega(:) |