| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public | :: | h_quad(4) |
quadratic basis functions |
|||
| real(kind=dp), | public | :: | dh_quad(4) |
derivative of quadratic basis functions |
|||
| real(kind=dp), | public | :: | h_cubic(4) |
cubic basis functions |
|||
| real(kind=dp), | public | :: | dh_cubic(4) |
derivative of cubic basis functions |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x_gauss | |||
| real(kind=dp), | intent(in) | :: | weight | |||
| complex(kind=dp), | intent(inout) | :: | quadblock(:,:) | |||
| type(settings_t), | intent(in) | :: | settings | |||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |
The quadblock is shifted along the main (tri)diagonal.
We add dim_subblock instead of dim_quadblock to the indices,
due to overlapping of the bottom-right part of the quadblock with the
top-left part of the next grid interval.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(matrix_t), | intent(inout) | :: | matrix_B |
the B-matrix |
||
| type(matrix_t), | intent(inout) | :: | matrix_A |
the A-matrix |
||
| type(settings_t), | intent(in) | :: | settings |
the settings object |
||
| type(grid_t), | intent(in) | :: | grid | |||
| type(background_t), | intent(in) | :: | background | |||
| type(physics_t), | intent(in) | :: | physics |