Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=psb_dpk_), | private, | allocatable | :: | b(:,:) |
----- Constructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(inout) | :: | eqn |
Constructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(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
----- Constructor -----
Destructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(inout) | :: | eqn |
Constructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pde), | intent(inout) | :: | eqn |
----- Constructor -----
----- Constructor -----
----- 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
Constructor
Constructor
Status inquirer
Constructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pde), | intent(in) | :: | eqn |
Constructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pde), | intent(in) | :: | eqn |
Constructor
Constructor
----- 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 -----
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 |
Linear System Solving
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
Constructor
Output
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(pde), | intent(in) | :: | eqn | |||
character(len=*), | intent(in) | :: | mat | |||
logical, | intent(out) | :: | mtx_rhs |
----- Constructor -----
----- Output -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(vector_pde), | intent(in) | :: | eqn | |||
character(len=*), | intent(in) | :: | mat | |||
character(len=*), | intent(in) | :: | rhs |
----- 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 |
TYPE, EXTENDS(PDE) :: vector_pde
PRIVATE
REAL(psb_dpk_), ALLOCATABLE :: b(:,:)
CONTAINS
PROCEDURE, PUBLIC :: create_pde
PROCEDURE, PUBLIC :: free_pde
PROCEDURE, PUBLIC :: write_vector_pde
PROCEDURE, PUBLIC :: reinit_pde
PROCEDURE, PUBLIC :: nemo_sizeof
PROCEDURE, PRIVATE :: solve_vector_pde
GENERIC, PUBLIC :: solve_pde => solve_vector_pde
PROCEDURE, PUBLIC :: asb_pde_
PROCEDURE, PUBLIC, PASS(pde) :: geins_vector_pde_v
PROCEDURE, PUBLIC, PASS(pde) :: geins_vector_pde_r
GENERIC, PUBLIC :: geins_pde => geins_vector_pde_v, geins_vector_pde_r ! Linear System Solving
END TYPE vector_pde