Yet Another eXchange Tool
0.9.0
|
Fortran interface to yaxt implementation. More...
Go to the source code of this file.
Modules | |
module | xt_idxsection |
Functions/Subroutines | |
type(xt_idxlist) function, public | xt_idxsection::xt_idxfsection_new (start, global_size, local_size, local_start) |
Fortran style version of xt_idxsection_new. Compared to xt_idxsection_new, here the elements of the vector arguments are used in reversed order and the values of the elements of local_start are shifted by one. This means that, e.g., to start your local section with the global start index you have to set all coords in local_start to ONE instead of ZERO (as it would be required in xt_idxsection_new). The local section must be contained within the global index space. More... | |
Fortran interface to yaxt implementation.
Definition in file xt_idxsection_f.f90.