Yet Another eXchange Tool  0.9.0
Data Types | Modules | Functions/Subroutines
xt_idxsection_f.f90 File Reference

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...
 

Detailed Description

Fortran interface to yaxt implementation.

Author
Jörg Behrens behre.nosp@m.ns@d.nosp@m.krz.d.nosp@m.e Moritz Hanke hanke.nosp@m.@dkr.nosp@m.z.de Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Definition in file xt_idxsection_f.f90.