NAME
RuntimeParameters_getAll
SYNOPSIS
RuntimeParameters_getAll( integer(inout) :: num, character(len=MAX_STRING_LENGTH)(inout) :: names(num), real/int/str/log(inout) :: values(num), logical(inout) :: changed(num))
DESCRIPTION
This function gets all the parameters of a given type from the RuntimeParameters database, and indicates whether they have changed during the current restart. The routines below are implemented; they are not overloaded, so call them directly. RuntimeParameter_getAllReal RuntimeParameter_getAllInt RuntimeParameter_getAllStr RuntimeParameter_getAllLog
ARGUMENTS
num: number of parameter to get names: names of parameters values: values of parameters changed: logicals indicating if parameter changed or not from the initial run