![]() |
(git:4a2d255)
|
Interface to Maxwell equation solver. More...
Functions/Subroutines | |
| subroutine, public | maxwell_solver (maxwell_control, v_ee, sim_step, sim_time, scaling_factor) |
| Computes the external potential on the grid. | |
Interface to Maxwell equation solver.
| subroutine, public maxwell_solver_interface::maxwell_solver | ( | type(maxwell_control_type), intent(in) | maxwell_control, |
| type(pw_r3d_rs_type), pointer | v_ee, | ||
| integer, intent(in) | sim_step, | ||
| real(kind=dp), intent(in) | sim_time, | ||
| real(kind=dp), intent(in) | scaling_factor | ||
| ) |
Computes the external potential on the grid.
| maxwell_control | the Maxwell control section |
| v_ee | the realspace grid with the potential |
| sim_step | current simulation step |
| sim_time | current physical simulation time |
| scaling_factor | a factor to scale the potential with |
Definition at line 75 of file maxwell_solver_interface.F.