Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | input_file | |||
character(len=*), | intent(in) | :: | sec | |||
integer, | intent(in) | :: | nbf | |||
integer, | intent(out) | :: | id(:) | |||
type(bc_math), | intent(out) | :: | bc_temp | |||
type(bc_math), | intent(out) | :: | bc_conc | |||
type(bc_math), | intent(out) | :: | bc_vel(3) | |||
type(bc_math), | intent(out) | :: | bc_stress(3) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bc_wall), | pointer | :: | bc | |||
character(len=*), | intent(in) | :: | input_file | |||
character(len=*), | intent(in) | :: | sec | |||
integer, | intent(in) | :: | nbf |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bc_wall), | pointer | :: | bc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_wall), | intent(in) | :: | bc | |||
type(dimensions), | intent(in) | :: | dim | |||
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 | ||
---|---|---|---|---|---|---|
class(bc_wall), | intent(in) | :: | bc | |||
type(dimensions), | intent(in) | :: | dim | |||
integer, | intent(out) | :: | id | |||
real(kind=psb_dpk_), | intent(inout) | :: | a(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | b(:) | |||
type(vector), | intent(inout) | :: | c(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_wall), | intent(in) | :: | bc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bc_wall), | 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 |