solidipes package

Subpackages

Module contents

Computational solid mechanics package for loading and visualizing files.

solidipes.load_file(path: str | Path) File[source]

Load a file from path into the appropriate object type.

solidipes.load_groups(filepath_tree, dir_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.