![]() |
Octopus
|
Data Types | |
| type | local_write_prop_t |
| type | local_write_t |
Functions/Subroutines | |
| logical function, public | local_write_check_hm (writ) |
| subroutine, public | local_write_init (writ, namespace, lab, iter, dt) |
| subroutine, public | local_write_end (writ) |
| subroutine, public | local_write_iter (writ, namespace, space, lab, ions_mask, mesh_mask, mesh, st, hm, ks, ions, ext_partners, kick, iter, l_start, ldoverwrite) |
| subroutine | local_write_density (out_dens, namespace, space, out_pot, lab, mesh_mask, mesh, ions, ext_partners, st, hm, ks, iter, how) |
| subroutine | local_write_energy (out_energy, namespace, space, lab, mesh_mask, mesh, ions, ext_partners, st, hm, ks, iter, l_start, start) |
| subroutine | local_write_multipole (out_multip, namespace, lab, ions_mask, mesh_mask, mesh, ions, st, lmax, kick, iter, l_start, start, how) |
| subroutine | out_bld_multipoles (namespace, multipoles, center, label, iter) |
| subroutine | local_write_print_header_init (out) |
| subroutine | local_write_print_header_end (out) |
Variables | |
| integer, parameter | local_out_multipoles = 1 |
| integer, parameter | local_out_density = 2 |
| integer, parameter | local_out_potential = 3 |
| integer, parameter | local_out_energy = 8 |
| integer, parameter | local_out_max = 8 |
| logical function, public local_write_oct_m::local_write_check_hm | ( | type(local_write_t), intent(in) | writ | ) |
Definition at line 177 of file local_write.F90.
| subroutine, public local_write_oct_m::local_write_init | ( | type(local_write_t), intent(inout) | writ, |
| type(namespace_t), intent(in) | namespace, | ||
| character(len=15), intent(in) | lab, | ||
| integer, intent(in) | iter, | ||
| real(real64), intent(in) | dt | ||
| ) |
Definition at line 188 of file local_write.F90.
| subroutine, public local_write_oct_m::local_write_end | ( | type(local_write_t), intent(inout) | writ | ) |
Definition at line 304 of file local_write.F90.
| subroutine, public local_write_oct_m::local_write_iter | ( | type(local_write_t), intent(inout) | writ, |
| type(namespace_t), intent(in) | namespace, | ||
| type(electron_space_t), intent(in) | space, | ||
| character(len=15), intent(in) | lab, | ||
| logical, dimension(:), intent(in) | ions_mask, | ||
| logical, dimension(:), intent(in) | mesh_mask, | ||
| class(mesh_t), intent(in) | mesh, | ||
| type(states_elec_t), intent(inout) | st, | ||
| type(hamiltonian_elec_t), intent(inout) | hm, | ||
| type(v_ks_t), intent(inout) | ks, | ||
| type(ions_t), intent(inout) | ions, | ||
| type(partner_list_t), intent(in) | ext_partners, | ||
| type(kick_t), intent(inout) | kick, | ||
| integer, intent(in) | iter, | ||
| integer, intent(in) | l_start, | ||
| logical, intent(in) | ldoverwrite | ||
| ) |
Definition at line 324 of file local_write.F90.
|
private |
Definition at line 373 of file local_write.F90.
|
private |
Definition at line 465 of file local_write.F90.
|
private |
Definition at line 618 of file local_write.F90.
|
private |
Definition at line 766 of file local_write.F90.
|
private |
Definition at line 801 of file local_write.F90.
|
private |
Definition at line 816 of file local_write.F90.
|
private |
Definition at line 154 of file local_write.F90.
|
private |
Definition at line 154 of file local_write.F90.
|
private |
Definition at line 154 of file local_write.F90.
|
private |
Definition at line 154 of file local_write.F90.
|
private |
Definition at line 154 of file local_write.F90.