seemps.analysis.mesh.RegularInterval#

class seemps.analysis.mesh.RegularInterval(start, stop, size, endpoint_right=False, endpoint_left=True)[source]#

Equispaced discretization between start and stop with size points. The left and right boundary conditions can be set open or closed by respectively setting the endpoint_right and endpoint_left flags. Defaults to a closed-left, open-right interval [start, stop).