Octopus
|
Definition at line 157 of file local_multipoles.F90.
Public Attributes | |
class(box_t), pointer | box |
box defining the domain More... | |
character(len=500) | clist |
list of centers More... | |
character(len=15) | lab |
declared name More... | |
integer | dshape |
shape of domain More... | |
logical, dimension(:), allocatable | mesh_mask |
mesh points inside the domain More... | |
logical, dimension(:), allocatable | ions_mask |
ions inside the domain More... | |
type(local_write_t) | writ |
write handler for local domains analysis More... | |
class(box_t), pointer local_domain_t::box |
box defining the domain
Definition at line 158 of file local_multipoles.F90.
character(len=500) local_domain_t::clist |
list of centers
Definition at line 159 of file local_multipoles.F90.
character(len=15) local_domain_t::lab |
declared name
Definition at line 160 of file local_multipoles.F90.
integer local_domain_t::dshape |
shape of domain
Definition at line 161 of file local_multipoles.F90.
logical, dimension(:), allocatable local_domain_t::mesh_mask |
mesh points inside the domain
Definition at line 162 of file local_multipoles.F90.
logical, dimension(:), allocatable local_domain_t::ions_mask |
ions inside the domain
Definition at line 163 of file local_multipoles.F90.
type(local_write_t) local_domain_t::writ |
write handler for local domains analysis
Definition at line 164 of file local_multipoles.F90.