----- Generic Interfaces -----
Getters
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(inout) | :: | eqn |
Getters
----- Constructor -----
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_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 |
Getters
----- Destructor -----
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(inout) | :: | eqn |
Getters
Inserts a ``cloud'' of RHS terms into pde%b
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| integer, | intent(in) | :: | ia(:) | |||
| real(kind=psb_dpk_), | intent(in) | :: | cloud(:) | |||
| class(scalar_pde), | intent(inout) | :: | pde |
Getters
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(in) | :: | pde |
Getters
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(in) | :: | pde | |||
| type(mesh), | pointer | :: | msh |
Getters
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(in) | :: | pde |
Getters
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(in) | :: | eqn |
Getters
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(inout) | :: | eqn |
Getters
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(inout) | :: | pde | |||
| type(matptr), | intent(in), | optional | pointer | :: | mats(:) | |
| type(scalar_field), | intent(inout) | :: | phi | |||
| real(kind=psb_dpk_), | intent(out), | optional | :: | var |
Getters
----- Output -----
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(scalar_pde), | intent(in) | :: | eqn | |||
| character(len=*), | intent(in) | :: | mat | |||
| character(len=*), | intent(in) | :: | rhs |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=psb_dpk_), | private, | allocatable | :: | b(:) |
| 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 :: geins_pde => geins_scalar_pde | Linear System Solving |
| procedure, public, pass(pde) :: geins_scalar_pde | |
| 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 | |
| generic, public :: solve_pde => solve_scalar_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, public :: write_scalar_pde | |
| procedure, private :: solve_scalar_pde |