| __init__(self, str netcdf_path, str connectivity_path) | generate_vtk_output.VTKOutput | |
| _add_beams_to_grid(self, grid, cell_types, element_ids, element_type_names) | generate_vtk_output.VTKOutput | protected |
| _add_constraints_to_grid(self, grid, cell_types, element_ids, element_type_names) | generate_vtk_output.VTKOutput | protected |
| _add_masses_to_grid(self, grid, cell_types, element_ids, element_type_names) | generate_vtk_output.VTKOutput | protected |
| _add_node_data_to_vtk_object(self, vtk.vtkObject vtk_object, List[Dict[str, List[float]]] nodes) | generate_vtk_output.VTKOutput | protected |
| _add_springs_to_grid(self, grid, cell_types, element_ids, element_type_names) | generate_vtk_output.VTKOutput | protected |
| _extract_node_data_at_timestep(self, int timestep, Optional[List[int]] node_indices=None) | generate_vtk_output.VTKOutput | protected |
| _load_mesh_connectivity(self, str connectivity_path) | generate_vtk_output.VTKOutput | protected |
| data | generate_vtk_output.VTKOutput | |
| generate_visualization(self, int timestep, str output_dir, int stride) | generate_vtk_output.VTKOutput | |
| mesh_connectivity | generate_vtk_output.VTKOutput | |
| netcdf_path | generate_vtk_output.VTKOutput | |
| num_nodes | generate_vtk_output.VTKOutput | |
| num_timesteps | generate_vtk_output.VTKOutput | |
| visualize_all_timesteps(self, str output_dir, int stride) | generate_vtk_output.VTKOutput | |