Construction of dipole tensors and dipole matrices.
Form either a real or a complex dipole matrix.
The real-typed version is equivalent to .
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(geom_t), | intent(inout) | :: | geom | |||
| type(damping_t), | intent(in) | :: | damp | |||
| type(grad_matrix_re_t), | intent(out), | optional | :: | ddipmat | ||
| type(grad_request_t), | intent(in), | optional | :: | grad |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(geom_t), | intent(inout) | :: | geom | |||
| type(damping_t), | intent(in) | :: | damp | |||
| type(grad_matrix_cplx_t), | intent(out), | optional | :: | ddipmat | ||
| type(grad_request_t), | intent(in), | optional | :: | grad | ||
| real(kind=dp), | intent(in) | :: | q(3) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | r(3) | |||
| type(grad_matrix_re_t), | intent(out), | optional | :: | dT | ||
| logical, | intent(in), | optional | :: | grad |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | r | |||
| real(kind=dp), | intent(in) | :: | gamm | |||
| type(grad_scalar_t), | intent(out), | optional | :: | dB | ||
| type(grad_request_t), | intent(in), | optional | :: | grad |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | r | |||
| real(kind=dp), | intent(in) | :: | gamm | |||
| type(grad_scalar_t), | intent(out), | optional | :: | dC | ||
| type(grad_request_t), | intent(in), | optional | :: | grad |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | r(3) | |||
| real(kind=dp), | intent(in) | :: | gamm | |||
| type(grad_matrix_re_t), | intent(out), | optional | :: | dT | ||
| type(grad_request_t), | intent(in), | optional | :: | grad |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | r(3) | |||
| real(kind=dp), | intent(in) | :: | sigma | |||
| type(grad_matrix_re_t), | intent(out), | optional | :: | dT | ||
| type(grad_request_t), | intent(in), | optional | :: | grad |