seemps.analysis.mesh.RegularInterval#

class seemps.analysis.mesh.RegularInterval[source]#

Bases: Interval

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).