Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • type: indication of type of state to be imported. This may either be "directory" or "file". Note that multiple locations are supported only if type is "file".

*stateLocation - Root element of a state location

*readLocation - Location where the external module will read the state. This is the location (and name of file/directory) where the General Adapter writes the state.

*writeLocation - Location where the external module is expected to write the state. This is the location (and name of file/directory) where the General Adapter expects to read the state.

No Format

				<stateLocations type="file">
					<stateLocation>
						<readLocation>state.inp</readLocation>
						<writeLocation>state.out</writeLocation>
					</stateLocation>
				</stateLocations>
stateSelection

Root element to specify how a state to be exported to the external module is to be selected. Two main groups are available, cold states and warm states. Only one of these types can be specified. Note that if a warm state selection is specified and an appropriate warm state cannot be found, a cold state will be exported by default.

...