Constructor
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 |
Destructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(bc_wall), | pointer | :: | bc |
Updater
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ib | |||
type(bc_wall), | intent(in) | :: | bc | |||
type(dimensions), | intent(in) | :: | dim | |||
type(mesh), | intent(in) | :: | msh | |||
type(matptr), | intent(in), | pointer | :: | mats(:) | ||
integer, | intent(in) | :: | im(:) | |||
real(kind=psb_dpk_), | intent(in) | :: | x(:) | |||
real(kind=psb_dpk_), | intent(inout) | :: | bx(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ib | |||
type(bc_wall), | intent(in) | :: | bc | |||
type(dimensions), | intent(in) | :: | dim | |||
type(mesh), | intent(in) | :: | msh | |||
type(vector), | intent(in) | :: | x(:) | |||
type(vector), | intent(inout) | :: | bx(:) |
Getter
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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(bc_math), | private | :: | conc | ||||
integer, | private | :: | id(5) | ||||
type(bc_math), | private | :: | pos(3) | ||||
type(bc_math), | private | :: | pressure | ||||
type(bc_math), | private | :: | stress(3) | ||||
type(bc_math), | private | :: | temp | ||||
type(bc_math), | private | :: | vel(3) |
generic, public :: get_abc_wall => get_abc_wall_s, get_abc_wall_v | Getter |
generic, public :: nemo_sizeof => nemo_bc_wall_sizeof | |
generic, public :: set_bc_wall_map => set_bc_wall_map_s, set_bc_wall_map_v | Setter |
procedure, private :: get_abc_wall_s | |
procedure, private :: get_abc_wall_v | |
procedure, private :: nemo_bc_wall_sizeof | |
procedure, private :: set_bc_wall_map_s | |
procedure, private :: set_bc_wall_map_v |