Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=10), | private, | save | :: | class | = | 'fpois2d:' | |
character(len=128), | private, | save | :: | erstr | |||
integer, | private, | save | :: | numtables | = | 0 | |
type(fpois2d_link), | private, | target, save | :: | table_list |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(spect2d), | public, | pointer | :: | sp | => | null() | |
class(perrors), | public, | pointer | :: | err | => | null() | |
class(parallel_pipe), | public, | pointer | :: | p | => | null() | |
integer, | private, | dimension(2) | :: | nd | |||
real, | private, | dimension(2) | :: | a | |||
real, | private | :: | anorm | ||||
complex, | private, | dimension(:,:), pointer | :: | ffc | => | null() | |
real, | private, | dimension(:,:,:), pointer | :: | ffg | => | null() |
generic, public :: new => init_fpois2d | |
generic, public :: del => end_fpois2d | |
generic, public :: potential => ipotd2 | |
generic, public :: smoothf => ismoothfd2 | |
generic, public :: elfield => ippoisd23 | |
generic, public :: bfield => ibfieldd2 | |
generic, public :: bfield_qp => jpbpoisd23n_qp | |
procedure, private :: init_fpois2d | |
procedure, private :: end_fpois2d | |
procedure, private :: ibfieldd2 | |
procedure, private :: ippoisd23 | |
procedure, private :: ismoothfd2 | |
procedure, private :: ipotd2 | |
procedure, private :: jpbpoisd23n_qp |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(fpois2d_link), | public, | pointer | :: | next | => | null() | |
type(fpois2d), | public, | pointer | :: | table | => | null() | |
integer, | public | :: | refcount |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(parallel_pipe), | intent(in), | pointer | :: | pp | ||
class(perrors), | intent(in), | pointer | :: | perr | ||
class(spect2d), | intent(in), | pointer | :: | psp | ||
real, | intent(in) | :: | ax | |||
real, | intent(in) | :: | ay | |||
real, | intent(in) | :: | affp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fpois2d), | intent(inout) | :: | this | |||
class(parallel_pipe), | intent(in), | pointer | :: | pp | ||
class(perrors), | intent(in), | pointer | :: | perr | ||
class(spect2d), | intent(in), | pointer | :: | psp | ||
integer, | intent(in) | :: | nx | |||
integer, | intent(in) | :: | ny | |||
real, | intent(in) | :: | ax | |||
real, | intent(in) | :: | ay | |||
real, | intent(in) | :: | affp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fpois2d), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fpois2d), | intent(in) | :: | this | |||
real, | intent(in) | :: | ax | |||
real, | intent(in) | :: | ay | |||
real, | intent(in) | :: | affp | |||
integer, | intent(in) | :: | nx | |||
integer, | intent(in) | :: | ny | |||
integer, | intent(in) | :: | kstrt |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fpois2d), | intent(in) | :: | this | |||
real, | intent(inout), | dimension(:,:,:), pointer | :: | q | ||
real, | intent(inout), | dimension(:,:,:), pointer | :: | fx | ||
integer, | intent(in) | :: | isign | |||
real, | intent(inout) | :: | we |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fpois2d), | intent(in) | :: | this | |||
real, | intent(inout), | dimension(:,:,:), pointer | :: | cu | ||
real, | intent(inout), | dimension(:,:,:), pointer | :: | bxy | ||
integer, | intent(in) | :: | isign | |||
real, | intent(in) | :: | ci | |||
real, | intent(inout) | :: | wm |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(fpois2d), | intent(in) | :: | this | |||
class(ufield2d), | intent(inout) | :: | cu | |||
class(ufield2d), | intent(inout) | :: | dcu | |||
class(ufield2d), | intent(inout) | :: | amu | |||
class(ufield2d), | intent(inout) | :: | bxy | |||
real, | intent(in) | :: | ci | |||
real, | intent(in) | :: | c | |||
real, | intent(in) | :: | dex | |||
real, | intent(inout) | :: | wm |