solidipes package

Subpackages

Module contents

Computational solid mechanics package for loading and visualizing files

solidipes.load_file(path)[source]

Load a file from path into the appropriate object type

solidipes.load_groups(is_dir_path_dict: dict[str, bool], root_path: str) tuple[dict[str, Group], dict[str, bool]][source]

Load groups of files and directories.

Return a dictionary of {pattern: loaded groups} and a dictionary with the remaining file and directory names.