porepy.utils.porepy_types module

Defines types commonly used in PorePy.

GridLike

Type for grids and mortar grids.

alias of Union[pp.Grid, pp.MortarGrid]

number

Type for numbers.

alias of Union[float, int]