DAMASK with grid solvers  Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with Grid Solvers
future Module Reference

New fortran functions for compiler versions that do not support them. More...

Functions/Subroutines

integer function, dimension(:), allocatable findloc (a, v)
 substitute for the findloc intrinsic (only for integer, dimension(:) at the moment) More...
 

Detailed Description

New fortran functions for compiler versions that do not support them.

Author
Martin Diehl, Max-Planck-Institut für Eisenforschung GmbH

Function/Subroutine Documentation

◆ findloc()

integer function, dimension(:), allocatable future::findloc ( integer, dimension(:), intent(in)  a,
integer, intent(in)  v 
)

substitute for the findloc intrinsic (only for integer, dimension(:) at the moment)

Definition at line 22 of file future.f90.