Material

class ipkiss3.all.Material

Base material. all other materials should subclass from this

Parameters:
name: str and String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters, required

The name of the material

mu: float, optional
epsilon: float, optional
n: float, optional
solid: ( bool, bool_ or int ), optional

Indicates if a material is solid, e.g. air is not solid and silicon is solid

display_style: DisplayStyle, optional

A display style for visualisation of the material in plots