Quantities used in mixing: Input, output and new potentials, and the residuals.
More...
Quantities used in mixing: Input, output and new potentials, and the residuals.
Definition at line 171 of file mix.F90.
|
real(real64), dimension(:, :, :), allocatable | ddf |
| Residual for prior iterations. More...
|
|
real(real64), dimension(:, :, :), allocatable | ddv |
| Potential vin for prior iterations. More...
|
|
real(real64), dimension(:, :), allocatable | df_old |
| Residual saved for the current iteration. More...
|
|
real(real64), dimension(:, :), allocatable | dvin_old |
| Input potential saved for the current iteration. More...
|
|
real(real64), dimension(:, :), allocatable | dvin |
| Input potential. More...
|
|
real(real64), dimension(:, :), allocatable | dvout |
| Output potential. More...
|
|
real(real64), dimension(:, :), allocatable | dvnew |
| Result of mixed input and output potentials. More...
|
|
real(real64), dimension(:, :), allocatable | dresidual |
| Residual (named f elsewhere) More...
|
|
complex(real64), dimension(:, :, :), allocatable | zdf |
|
complex(real64), dimension(:, :, :), allocatable | zdv |
|
complex(real64), dimension(:, :), allocatable | zf_old |
|
complex(real64), dimension(:, :), allocatable | zvin_old |
|
complex(real64), dimension(:, :), allocatable | zvin |
|
complex(real64), dimension(:, :), allocatable | zvout |
|
complex(real64), dimension(:, :), allocatable | zvnew |
|
complex(real64), dimension(:, :), allocatable | zresidual |
|
type(type_t) | func_type |
| type of the functions to be mixed More...
|
|
integer | d1 |
|
integer | d2 |
|
integer | d3 |
| the dimensions of the arrays that store the information from the previous iterations More...
|
|