Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(sv_component_t), | public, | pointer | :: | sv_component | |||
character, | public | :: | name | ||||
complex(kind=dp), | public, | allocatable | :: | quantities(:,:) |
procedure, public :: initialise | |
procedure, public :: assemble | |
procedure, public :: delete |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(base_ef_t), | intent(inout) | :: | this | |||
type(sv_component_t), | intent(in), | target | :: | sv_component | ||
integer, | intent(in) | :: | ef_grid_size | |||
integer, | intent(in) | :: | nb_efs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(base_ef_t), | intent(inout) | :: | this | |||
type(settings_t), | intent(in) | :: | settings | |||
type(grid_t), | intent(in) | :: | grid | |||
integer, | intent(in) | :: | idxs_to_assemble(:) | |||
complex(kind=dp), | intent(in) | :: | right_eigenvectors(:,:) |