Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=psb_dpk_), | private, | allocatable | :: | a(:) | |||
real(kind=psb_dpk_), | private, | allocatable | :: | b(:) | |||
real(kind=psb_dpk_), | private, | allocatable | :: | c(:) | |||
integer, | private | :: | id | ||||
integer, | private | :: | nbf |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_math), | intent(inout) | :: | bc | |||
integer, | intent(in) | :: | id | |||
integer, | intent(in) | :: | nbf | |||
real(kind=psb_dpk_), | intent(in) | :: | a(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | b(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | c(:) |
To be invoked when BC_MATH is a member of another BC class.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_math) | :: | bc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_math), | intent(in) | :: | bc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_math), | intent(in) | :: | bc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_math), | intent(inout) | :: | bc | |||
integer, | intent(in) | :: | i | |||
real(kind=psb_dpk_), | intent(in) | :: | a | |||
real(kind=psb_dpk_), | intent(in) | :: | b | |||
real(kind=psb_dpk_), | intent(in) | :: | c |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_math), | intent(in) | :: | bc |
TYPE bc_math
PRIVATE
INTEGER :: id
INTEGER :: nbf
REAL(psb_dpk_), ALLOCATABLE :: a(:)
REAL(psb_dpk_), ALLOCATABLE :: b(:)
REAL(psb_dpk_), ALLOCATABLE :: c(:)
CONTAINS
PROCEDURE :: alloc_bc_math ! Constructor
PROCEDURE :: dealloc_bc_math ! Destructor
PROCEDURE :: is_allocated
PROCEDURE :: set_bc_math_map
PROCEDURE :: debug_bc_math
PROCEDURE, PRIVATE :: nemo_bc_math_sizeof
GENERIC, PUBLIC :: nemo_sizeof => nemo_bc_math_sizeof
END TYPE bc_math