spect2d Derived Type

type, public :: spect2d


Inherits

type~~spect2d~~InheritsGraph type~spect2d spect2d type~parallel_pipe parallel_pipe type~spect2d->type~parallel_pipe p type~perrors perrors type~spect2d->type~perrors err type~parallel parallel type~parallel_pipe->type~parallel type~perrors->type~parallel p

Inherited by

type~~spect2d~~InheritedByGraph type~spect2d spect2d type~fdist2d fdist2d type~fdist2d->type~spect2d sp type~simulation simulation type~simulation->type~spect2d sp2 type~spect3d spect3d type~simulation->type~spect3d sp3 type~sim_species sim_species type~simulation->type~sim_species species type~sim_beams sim_beams type~simulation->type~sim_beams beams type~sim_diag sim_diag type~simulation->type~sim_diag diag type~sim_fields sim_fields type~simulation->type~sim_fields fields type~input_json input_json type~simulation->type~input_json in type~spect3d->type~spect2d type~fft2d fft2d type~fft2d->type~spect2d sp type~species2d species2d type~species2d->type~spect2d sp type~species2d->type~fdist2d pf type~part2d part2d type~species2d->type~part2d pd type~field2d field2d type~species2d->type~field2d q, qn, cu, amu, dcu type~field3d field3d type~species2d->type~field3d q3 type~sim_species->type~spect2d sp2 type~sim_species->type~spect3d sp3 type~sim_species->type~species2d spe type~fdist2d_wrap fdist2d_wrap type~sim_species->type~fdist2d_wrap pf type~part2d->type~spect2d sp type~sim_beams->type~spect2d sp2 type~sim_beams->type~spect3d sp3 type~beam3d beam3d type~sim_beams->type~beam3d beam type~fdist3d_wrap fdist3d_wrap type~sim_beams->type~fdist3d_wrap pf type~field2d->type~spect2d sp type~field2d->type~fft2d ft type~fpois2d fpois2d type~field2d->type~fpois2d pt type~ufield2d ufield2d type~field2d->type~ufield2d rs, ks type~sim_diag->type~spect2d sp2 type~sim_diag->type~spect3d sp3 type~fpois2d->type~spect2d sp type~sim_fields->type~spect2d sp2 type~sim_fields->type~spect3d sp3 type~sim_fields->type~field2d qb, qe, psit, psi, div_vpot, reg, fxy, bxyz, cu, dcu, amu, epw, epwb type~sim_fields->type~field3d bexyz, bbxyz, psi3d, cu3d type~ufield2d->type~spect2d sp type~ufield3d ufield3d type~ufield3d->type~spect3d sp type~field3d->type~spect3d sp type~field3d->type~ufield3d rs type~fpois2d_link fpois2d_link type~fpois2d_link->type~fpois2d table type~fpois2d_link->type~fpois2d_link next type~fdist3d fdist3d type~fdist3d->type~spect3d sp type~beam3d->type~spect3d sp type~beam3d->type~field3d q type~beam3d->type~fdist3d pf type~part3d part3d type~beam3d->type~part3d pd type~part3d->type~spect3d sp type~input_json->type~spect3d sp type~fdist2d_wrap->type~fdist2d p type~fdist2d_000 fdist2d_000 type~fdist2d_000->type~fdist2d type~fft2d_link fft2d_link type~fft2d_link->type~fft2d table type~fft2d_link->type~fft2d_link next type~fdist3d_000 fdist3d_000 type~fdist3d_000->type~fdist3d type~fdist3d_wrap->type~fdist3d p

Contents


Components

TypeVisibility AttributesNameInitial
integer, private :: indx
integer, private :: indy
integer, private :: psolver
integer, private :: inorder
class(perrors), public, pointer:: err=> null()
class(parallel_pipe), public, pointer:: p=> null()

Type-Bound Procedures

procedure, private :: init_spect2d

  • private subroutine init_spect2d(this, pp, perr, indx, indy, psolver, inorder)

    Arguments

    Type IntentOptional AttributesName
    class(spect2d), intent(inout) :: this
    class(parallel_pipe), intent(in), pointer:: pp
    class(perrors), intent(in), pointer:: perr
    integer, intent(in) :: indx
    integer, intent(in) :: indy
    integer, intent(in) :: psolver
    integer, intent(in) :: inorder

procedure, private :: end_spect2d

  • private subroutine end_spect2d(this)

    Arguments

    Type IntentOptional AttributesName
    class(spect2d), intent(inout) :: this

generic, public :: new => init_spect2d

  • private subroutine init_spect2d(this, pp, perr, indx, indy, psolver, inorder)

    Arguments

    Type IntentOptional AttributesName
    class(spect2d), intent(inout) :: this
    class(parallel_pipe), intent(in), pointer:: pp
    class(perrors), intent(in), pointer:: perr
    integer, intent(in) :: indx
    integer, intent(in) :: indy
    integer, intent(in) :: psolver
    integer, intent(in) :: inorder

generic, public :: del => end_spect2d

  • private subroutine end_spect3d(this)

    Arguments

    Type IntentOptional AttributesName
    class(spect3d), intent(inout) :: this

procedure, public :: getindx

  • private function getindx(this)

    Arguments

    Type IntentOptional AttributesName
    class(spect2d), intent(in) :: this

    Return Value integer

procedure, public :: getindy

  • private function getindy(this)

    Arguments

    Type IntentOptional AttributesName
    class(spect2d), intent(in) :: this

    Return Value integer

procedure, public :: getpsolver

  • private function getpsolver(this)

    Arguments

    Type IntentOptional AttributesName
    class(spect2d), intent(in) :: this

    Return Value integer

procedure, public :: getinorder

  • private function getinorder(this)

    Arguments

    Type IntentOptional AttributesName
    class(spect2d), intent(in) :: this

    Return Value integer