| 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(:) |
| procedure, public :: initialise | |
| procedure, public :: assemble | |
| procedure, public :: delete | |
| procedure, private :: select_eigenfunctions_to_save |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(settings_t), | intent(inout), | target | :: | settings | ||
| type(grid_t), | intent(in), | target | :: | grid | ||
| type(background_t), | intent(in), | target | :: | background |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | eigenvalue | |||
| real(kind=dp), | intent(in) | :: | radius | |||
| complex(kind=dp), | intent(in) | :: | center |
| 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(:) |