utilities

Contents

utilities#

elematic.api.utilities.report(material: ~elematic.api.MatML_api.Material, type: str = 'full', out: ~_io.TextIOWrapper = <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>)#

Creates a human-readable report of the materials information.

Args:

material (MatML_api.Material): _description_ type (str, optional): _description_. Defaults to “full”. out (io.TextIOWrapper, optional): _description_. Defaults to sys.stdout.