Global constructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(bc_poly), | allocatable | :: | bc(:) | |||
| character(len=*), | intent(in) | :: | input_file | |||
| character(len=*), | intent(in) | :: | sec | |||
| type(mesh), | intent(in) | :: | msh |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(bc_poly), | allocatable | :: | bc(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(bc_poly), | 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_poly), | 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_poly), | intent(in) | :: | bc | |||
| real(kind=psb_dpk_), | intent(in) | :: | x1 | |||
| real(kind=psb_dpk_), | intent(in) | :: | x2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(bc_poly), | intent(in) | :: | bc | |||
| real(kind=psb_dpk_), | intent(in) | :: | x |
loop over all boundaries, moving the vertices and conceptual surfaces from the time interval t1 to t2
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mesh), | intent(inout) | :: | msh | |||
| type(bc_poly), | intent(in) | :: | bc(:) | |||
| real(kind=psb_dpk_) | :: | t1 | ||||
| real(kind=psb_dpk_) | :: | t2 |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(bc_poly), | intent(in) | :: | bc |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(bc_poly), | 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_poly), | intent(inout) | :: | bc | |||
| integer, | intent(in) | :: | i | |||
| real(kind=psb_dpk_), | intent(in) | :: | a | |||
| real(kind=psb_dpk_), | intent(in) | :: | b | |||
| type(vector), | intent(in) | :: | c |