|
| def | bin.igb_to_vtkhdf.arg_parser () |
| | Generate a standard argument parser for collection of common options. More...
|
| |
| def | bin.igb_to_vtkhdf.main (args) |
| | Execute functions and create vtkhdf file. More...
|
| |
| def | bin.igb_to_vtkhdf.check_args (args) |
| | Check given arguments in general. More...
|
| |
| np.ndarray | bin.igb_to_vtkhdf.read_pts (str file_path, bool skip_invalid=True) |
| | Read in points of the mesh. More...
|
| |
| np.ndarray | bin.igb_to_vtkhdf.read_elem (str file_path) |
| | Read in elements of the mesh. More...
|
| |
| def | bin.igb_to_vtkhdf.read_igb_in_chunks (str file_path, float max_memory_gigabytes) |
| | Read in igb data as chunks. More...
|
| |
| def | bin.igb_to_vtkhdf.create_vtkhdf (str file_path, str geometry, str topology, dict num_geom, int cell_type) |
| | Create vtkhdf file. More...
|
| |
| def | bin.igb_to_vtkhdf.write_vtkhdf (str file_path, np.ndarray data, dict num_geom, ts_next, int stride) |
| | Write vtkhdf file. More...
|
| |