|
| subroutine | dg_get_patch_1 (rho0, rhos1, charge1, ex1, ey1, ez1) |
| | ...
|
| |
| subroutine | dg_get_patch_2 (rho0, rhos1, rhos2, charge1, charge2, ex1, ey1, ez1, ex2, ey2, ez2) |
| | ...
|
| |
Definition at line 65 of file dgs.F.
◆ dg_get_patch_1()
| subroutine dgs::dg_get_patch::dg_get_patch_1 |
( |
type(pw_r3d_rs_type), intent(in) |
rho0, |
|
|
type(pw_r3d_rs_type), intent(inout) |
rhos1, |
|
|
real(kind=dp), intent(in) |
charge1, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ex1, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ey1, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ez1 |
|
) |
| |
...
- Parameters
-
| rho0 | ... |
| rhos1 | ... |
| charge1 | ... |
| ex1 | ... |
| ey1 | ... |
| ez1 | ... |
Definition at line 856 of file dgs.F.
◆ dg_get_patch_2()
| subroutine dgs::dg_get_patch::dg_get_patch_2 |
( |
type(pw_r3d_rs_type), intent(in) |
rho0, |
|
|
type(pw_r3d_rs_type), intent(inout) |
rhos1, |
|
|
type(pw_r3d_rs_type), intent(inout) |
rhos2, |
|
|
real(kind=dp), intent(in) |
charge1, |
|
|
real(kind=dp), intent(in) |
charge2, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ex1, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ey1, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ez1, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ex2, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ey2, |
|
|
complex(kind=dp), dimension(:), intent(in) |
ez2 |
|
) |
| |
...
- Parameters
-
| rho0 | ... |
| rhos1 | ... |
| rhos2 | ... |
| charge1 | ... |
| charge2 | ... |
| ex1 | ... |
| ey1 | ... |
| ez1 | ... |
| ex2 | ... |
| ey2 | ... |
| ez2 | ... |
Definition at line 901 of file dgs.F.
The documentation for this interface was generated from the following file: