FEDEM Solver  R8.0
Source code of the dynamics solver
Public Member Functions | List of all members
scratcharraymodule::realscratcharray Interface Reference

Returns a pointer to a real scratch array. More...

Public Member Functions

subroutine singlescratcharray (rscr, nsize, ierr)
 Returns a pointer to a real(sp) scratch array. More...
 
subroutine doublescratcharray (rscr, nsize, ierr)
 Returns a pointer to a real(dp) scratch array. More...
 

Detailed Description

Returns a pointer to a real scratch array.

Member Function/Subroutine Documentation

◆ doublescratcharray()

subroutine scratcharraymodule::realscratcharray::doublescratcharray ( real(dp), dimension(:), pointer  rscr,
integer, intent(in)  nsize,
integer, intent(out)  ierr 
)

Returns a pointer to a real(dp) scratch array.

Author
Knut Morten Okstad
Date
10 Feb 2017

◆ singlescratcharray()

subroutine scratcharraymodule::realscratcharray::singlescratcharray ( real(sp), dimension(:), pointer  rscr,
integer, intent(in)  nsize,
integer, intent(out)  ierr 
)

Returns a pointer to a real(sp) scratch array.

Author
Knut Morten Okstad
Date
10 Feb 2017

The documentation for this interface was generated from the following file: