| 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(:) |
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.
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(:) idexing 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 | ||
|---|---|---|---|---|---|---|
| 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 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 |
To be invoked when BC_MATH is used as high-level BC.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(bc_math), | pointer | :: | bc |
WARNING! Use intent(inout) for A, B and C. REMARK: BC(:) elements are supposed to differ only in "C" term
| 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 |
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(:) |