iwfm.dllΒΆ

Classes, methods and functions to interface with the IWFM DLL.

Modules

date_time(iwfm_dll)

IWFM DLL: Get date and time of current time step.

dll_backend

DLL backend for HDF5 metadata access (deprecated, Windows-only).

dll_init(dll_path)

Initialize IWFM DLL.

dll_init_tyler

Initialize IWFM DLL.

dll_open(iwfm_dll, pre_file, sim_file[, ...])

IWFM DLL: instantiate an IWFM_Model object from Preprocessor and Simulation filenames.

get_elem_ids(iwfm_dll)

IWFM DLL: Get FE grid identification numbers.

get_elem_nodes(iwfm_dll, elem_id)

IWFM DLL: Get FE element's nodes.

get_nelem(iwfm_dll)

IWFM DLL: Get the number of FE elements in the current model.

get_nnodes(iwfm_dll)

IWFM DLL: Get the number of FE nodes in the current model.

get_node_ids(iwfm_dll)

IWFM DLL: Get FE grid identification numbers.

get_node_xy(iwfm_dll)

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

get_timespecs(iwfm_dll)

IWFM DLL: Get all time information from current model.

get_timesteps(iwfm_dll)

IWFM DLL: Get number of time steps in current model.

seek_proc(iwfm_dll, seek_proc)

IWFM DLL: check to see if IWFM procedure is available in user's version of IWFM DLL.