Class
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(out) | :: | eqn | |||
| character(len=*), | intent(in) | :: | input_file | |||
| character(len=*), | intent(in) | :: | sec | |||
| type(mesh), | intent(inout), | target | :: | msh | ||
| type(dimensions), | intent(in) | :: | dim |
Constructor
Destructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn | |||
| type(psb_dspmat_type) | :: | b |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn | |||
| real(kind=psb_dpk_), | allocatable | :: | d(:) |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(in) | :: | eqn |
Constructor
Constructor
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(in) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(in) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(in) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(in) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn | |||
| real(kind=psb_dpk_), | intent(in) | :: | b(:) | |||
| real(kind=psb_dpk_), | intent(out) | :: | x(:) | |||
| integer, | intent(out) | :: | iter | |||
| real(kind=psb_dpk_), | intent(out) | :: | err |
Constructor
Linear System Solving Inserts a ``cloud'' of coefficients into eqn%A
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| integer, | intent(in) | :: | ia(:) | |||
| integer, | intent(in) | :: | ja(:) | |||
| real(kind=psb_dpk_), | intent(in) | :: | cloud(:) | |||
| class(pde), | intent(inout) | :: | eqn |
Constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(inout) | :: | eqn |
Constructor
Output
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(pde), | intent(in) | :: | eqn | |||
| character(len=*), | intent(in) | :: | mat | |||
| logical, | intent(out) | :: | mtx_rhs |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(psb_dspmat_type), | private | :: | a | PSBLAS |
|||
| character(len=10), | private | :: | cmethod | ||||
| character(len=10), | private | :: | cprec | ||||
| real(kind=psb_dpk_), | private, | allocatable | :: | diag(:) | A's diag |
||
| type(dimensions), | private | :: | dim | Dimensions |
|||
| real(kind=psb_dpk_), | private | :: | eps_solv | ||||
| integer, | private | :: | itmax_solv | ||||
| type(mesh), | private, | pointer | :: | msh | => | null() | Mesh |
| logical, | private | :: | mtx_sys | ||||
| character(len=32), | private | :: | name | Name |
|||
| integer, | private | :: | nlev | ||||
| type(psb_dprec_type), | private | :: | prec | ||||
| integer, | private | :: | status |
| procedure, public :: asb_pde_ | |
| procedure, public :: build_pde_prec | |
| procedure, public :: create_pde | Constructor |
| generic, public :: dim_ => get_pde_dim | |
| procedure, public :: free_pde | Destructor |
| procedure, public :: free_pde_prec | |
| generic, public :: get_a => get_pde_a | |
| generic, public :: get_diag => get_pde_diag | |
| generic, public :: get_mesh => get_pde_msh_sub | |
| procedure, public :: is_pde_asb | Status inquirer |
| procedure, public :: is_pde_bld | |
| generic, public :: msh_ => get_pde_msh_fun | |
| generic, public :: name_ => get_pde_name | |
| procedure, public :: nemo_sizeof | |
| procedure, public :: reinit_pde | |
| procedure, public :: solve_pde_sys | |
| procedure, public, pass(eqn) :: spins_pde | Linear System Solving |
| generic, public :: update_diag => update_pde_diag | |
| procedure, public :: write_pde | |
| procedure, private :: get_pde_a | Getter |
| procedure, private :: get_pde_diag | |
| procedure, private :: get_pde_dim | |
| procedure, private :: get_pde_msh_fun | Getter |
| procedure, private :: get_pde_msh_sub | |
| procedure, private :: get_pde_name | |
| procedure, private :: update_pde_diag | Getter & Setter |