type for selecting parts of an marray
More...
|
integer | imin |
|
integer | imax |
| selection in x-direction More...
|
|
integer | jmin |
|
integer | jmax |
| selection in y-direction More...
|
|
integer | kmin |
|
integer | kmax |
| selection in z-direction More...
|
|
logical, dimension(:), pointer, contiguous | mask1d => null() |
| 1d selection mask More...
|
|
logical, dimension(:,:), pointer, contiguous | mask2d => null() |
| 2d selection mask More...
|
|
logical, dimension(:,:,:), pointer, contiguous | mask3d => null() |
| 3d selection mask More...
|
|
type for selecting parts of an marray
Definition at line 48 of file marray_base.f90.
◆ assignment()
GENERIC marray_base_mod::selection_base::assignment |
|
private |
◆ assignselection()
PROCEDURE marray_base_mod::selection_base::assignselection |
|
private |
◆ createselection()
type(selection_base) function marray_base_mod::selection_base::createselection |
( |
integer, dimension(6), optional |
idx | ) |
|
|
private |
◆ cuboid()
PROCEDURE marray_base_mod::selection_base::cuboid |
|
private |
◆ destroy()
GENERIC marray_base_mod::selection_base::destroy |
|
private |
◆ destroy_selection()
PROCEDURE marray_base_mod::selection_base::destroy_selection |
|
private |
◆ destructor_selection()
FINAL marray_base_mod::selection_base::destructor_selection |
|
finalprivate |
◆ everything()
PROCEDURE marray_base_mod::selection_base::everything |
|
private |
◆ init()
PROCEDURE marray_base_mod::selection_base::init |
|
private |
◆ imax
integer marray_base_mod::selection_base::imax |
|
private |
◆ imin
integer marray_base_mod::selection_base::imin |
|
private |
◆ jmax
integer marray_base_mod::selection_base::jmax |
|
private |
◆ jmin
integer marray_base_mod::selection_base::jmin |
|
private |
◆ kmax
integer marray_base_mod::selection_base::kmax |
|
private |
◆ kmin
integer marray_base_mod::selection_base::kmin |
|
private |
◆ mask1d
logical, dimension(:), pointer, contiguous marray_base_mod::selection_base::mask1d => null() |
|
private |
◆ mask2d
logical, dimension(:,:), pointer, contiguous marray_base_mod::selection_base::mask2d => null() |
|
private |
◆ mask3d
logical, dimension(:,:,:), pointer, contiguous marray_base_mod::selection_base::mask3d => null() |
|
private |
The documentation for this interface was generated from the following file: