|
subroutine | allocationmodule::reallocateint (label, array, nw, ierr, preserveContent) |
| Allocate, reallocate or deallocate a one-dimensional integer array. More...
|
|
subroutine | allocationmodule::reallocateint8 (label, array, nw, ierr, preserveContent) |
| Allocate, reallocate or deallocate a one-dimensional integer array. More...
|
|
subroutine | allocationmodule::reallocatefloat1d (label, array, nw, ierr) |
| Allocate, reallocate or deallocate a one-dimensional real array. More...
|
|
subroutine | allocationmodule::reallocatefloat2d (label, array, n1, n2, ierr) |
| Allocate, reallocate or deallocate a two-dimensional real array. More...
|
|
subroutine | allocationmodule::reallocatedouble1d (label, array, nw, ierr, preserveContent) |
| Allocate, reallocate or deallocate a one-dimensional real array. More...
|
|
subroutine | allocationmodule::reallocatebigdouble1d (label, array, nw, ierr) |
| Allocate, reallocate or deallocate a big one-dimensional real array. More...
|
|
subroutine | allocationmodule::reallocatedouble2d (label, array, n1, n2, ierr) |
| Allocate, reallocate or deallocate a two-dimensional real array. More...
|
|
subroutine | allocationmodule::logallocmemi8 (label, oldSize, newSize, nBytes) |
| Prints the current accumulated memory usage to the log file. More...
|
|
subroutine | allocationmodule::logallocmemi4 (label, oldSize, newSize, nBytes) |
| Prints the current accumulated memory usage to the log file. More...
|
|
subroutine, public | allocationmodule::closememlogfile () |
| Closes the memory logging file. More...
|
|
subroutine, public | allocationmodule::writepeakmem (lpu) |
| Writes the peak memory usage to file unit lpu. More...
|
|
subroutine, public | allocationmodule::writestorage (name, nwI, nwR, lpu) |
| Writes storage requirement information for an item to unit lpu. More...
|
|
character(len=12) function, public | allocationmodule::strbytes (nBytes) |
| Converts a number of bytes to a user-friendly string. More...
|
|
Subroutines for dynamic allocation of integer and real arrays.