----- Constructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(inout) | :: | eqn |
----- Constructor -----
Constructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_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(vector_pde), | intent(inout) | :: | eqn |
----- Constructor -----
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(vector_pde), | intent(inout) | :: | pde |
----- Constructor -----
Wrapper for ``clouds'' of VECTOR type
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
integer, | intent(in) | :: | ia(:) | |||
type(vector), | intent(in) | :: | cloud(:) | |||
class(vector_pde), | intent(inout) | :: | pde |
----- Constructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(inout) | :: | pde | |||
type(psb_dspmat_type) | :: | a |
----- Constructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(inout) | :: | pde | |||
real(kind=psb_dpk_), | allocatable | :: | d(:) |
----- Constructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(in) | :: | eqn |
----- Constructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(inout) | :: | eqn |
----- Constructor -----
Assigns the solution to the vector field
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(inout) | :: | pde | |||
type(vector_field), | intent(inout) | :: | phi | |||
real(kind=psb_dpk_), | intent(out), | optional | :: | var |
----- Constructor -----
----- Output -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_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 | |
generic, public :: dim_ => get_pde_dim | |
procedure, public :: free_pde | |
procedure, public :: free_pde_prec | |
generic, public :: geins_pde => geins_vector_pde_v, geins_vector_pde_r | |
procedure, public, pass(pde) :: geins_vector_pde_r | |
procedure, public, pass(pde) :: geins_vector_pde_v | |
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_vector_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_vector_pde | |
procedure, private :: solve_vector_pde |