Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character, | public | :: | name | ||||
complex(kind=dp), | public, | allocatable | :: | quantities(:,:) | |||
procedure(derived_ef_func), | private, | pointer, nopass | :: | get_derived_ef |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(derived_ef_t), | intent(inout) | :: | this | |||
character, | intent(in) | :: | name | |||
integer, | intent(in) | :: | ef_grid_size | |||
integer, | intent(in) | :: | nb_efs |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(derived_ef_t), | intent(inout) | :: | this | |||
type(settings_t), | intent(in) | :: | settings | |||
type(grid_t), | intent(in) | :: | grid | |||
type(background_t), | intent(in) | :: | background | |||
integer, | intent(in) | :: | idxs_to_assemble(:) | |||
complex(kind=dp), | intent(in) | :: | right_eigenvectors(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(derived_ef_t), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(derived_ef_t), | intent(inout) | :: | this |