|
CP2K 2.4 (Revision 12889)
|
Collaboration diagram for realspace_grid_types::realspace_grid_type:Private Attributes | |
| TYPE(realspace_grid_desc_type), pointer | desc |
| INTEGER | id_nr |
| INTEGER | ref_count |
| INTEGER | ngpts_local |
| INTEGER, dimension(3) | npts_local |
| INTEGER, dimension(3) | lb_local |
| INTEGER, dimension(3) | ub_local |
| INTEGER, dimension(3) | lb_real |
| INTEGER, dimension(3) | ub_real |
| INTEGER, dimension(:), pointer | px |
| INTEGER, dimension(:), pointer | py |
| INTEGER, dimension(:), pointer | pz |
| REAL(KIND=dp), dimension(:,:,:), pointer | r |
Definition at line 140 of file realspace_grid_types.f90.
TYPE(realspace_grid_desc_type),pointer realspace_grid_types::realspace_grid_type::desc [private] |
Definition at line 142 of file realspace_grid_types.f90.
Definition at line 144 of file realspace_grid_types.f90.
INTEGER,dimension (3) realspace_grid_types::realspace_grid_type::lb_local [private] |
Definition at line 149 of file realspace_grid_types.f90.
INTEGER,dimension (3) realspace_grid_types::realspace_grid_type::lb_real [private] |
Definition at line 151 of file realspace_grid_types.f90.
Definition at line 147 of file realspace_grid_types.f90.
INTEGER,dimension (3) realspace_grid_types::realspace_grid_type::npts_local [private] |
Definition at line 148 of file realspace_grid_types.f90.
INTEGER,dimension (:),pointer realspace_grid_types::realspace_grid_type::px [private] |
Definition at line 154 of file realspace_grid_types.f90.
INTEGER,dimension (:),pointer realspace_grid_types::realspace_grid_type::py [private] |
Definition at line 154 of file realspace_grid_types.f90.
INTEGER,dimension (:),pointer realspace_grid_types::realspace_grid_type::pz [private] |
Definition at line 154 of file realspace_grid_types.f90.
REAL(KIND=dp),dimension ( :, :, : ),pointer realspace_grid_types::realspace_grid_type::r [private] |
Definition at line 155 of file realspace_grid_types.f90.
Definition at line 145 of file realspace_grid_types.f90.
INTEGER,dimension (3) realspace_grid_types::realspace_grid_type::ub_local [private] |
Definition at line 150 of file realspace_grid_types.f90.
INTEGER,dimension (3) realspace_grid_types::realspace_grid_type::ub_real [private] |
Definition at line 152 of file realspace_grid_types.f90.
1.7.3