iwfm.dll.get_node_xy

iwfm.dll.get_node_xy(iwfm_dll)[source]

IWFM DLL: Get X- and Y-coordinates of FE grid.

Parameters:

iwfm_dll (IWFM Model object) – instantiated IWFM model object

Returns:

  • x (list of floats) – X-coordinates of FE grid nodes

  • y (list of floats) – Y-coordinates of FE grid nodes

  • status (int) – 0 if everything worked