WARNING! - Use intent(inout) for BX(:) - Do loop on the faces subset corresponding to IB bc. - Only this section of BX(:) is going to be modified. - BX(:) indexing starts from 1: when BX(:) is referenced an offset equal to the # of boundary faces with flag > 0 and < IB must be added to the I counter.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | id | |||
real(kind=psb_dpk_), | intent(in) | :: | a(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | b(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | c(:) | |||
integer, | intent(in) | :: | ib | |||
type(mesh), | intent(in) | :: | msh | |||
real(kind=psb_dpk_), | intent(in) | :: | x(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | bx(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | id | |||
real(kind=psb_dpk_), | intent(in) | :: | a(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | b(:) | |||
type(vector), | intent(in) | :: | c(:) | |||
integer, | intent(in) | :: | ib | |||
type(mesh), | intent(in) | :: | msh | |||
type(vector), | intent(in) | :: | x(:) | |||
type(vector), | intent(inout) | :: | bx(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bc_math), | pointer | :: | bc | |||
character(len=*), | intent(in) | :: | input_file | |||
character(len=*), | intent(in) | :: | sec | |||
integer, | intent(in) | :: | nbf |
To be invoked when BC_MATH is used as high-level BC.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bc_math), | pointer | :: | bc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bc_math), | intent(in) | :: | bc | |||
integer, | intent(out) | :: | id | |||
real(kind=psb_dpk_), | intent(inout) | :: | a(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | b(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | c(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bc_math), | intent(in) | :: | bc(:) | |||
integer, | intent(out) | :: | id | |||
real(kind=psb_dpk_), | intent(inout) | :: | a(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | b(:) | |||
type(vector), | intent(inout) | :: | c(:) |
WARNING! Use intent(inout) for BX(:)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ib | |||
type(bc_math), | intent(in) | :: | bc | |||
type(mesh), | intent(in) | :: | msh | |||
real(kind=psb_dpk_), | intent(in) | :: | x(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | bx(:) |
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(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 | 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 |
procedure, public :: alloc_bc_math | |
procedure, public :: dealloc_bc_math | |
procedure, public :: debug_bc_math | |
procedure, public :: is_allocated | |
generic, public :: nemo_sizeof => nemo_bc_math_sizeof | |
procedure, public :: set_bc_math_map | |
procedure, private :: nemo_bc_math_sizeof |