seemps.analysis.mesh.Mesh#

class seemps.analysis.mesh.Mesh(intervals)[source]#

Multidimensional mesh object.

This represents a multidimensional mesh which can be understood as the implicit tensor given by the cartesian product of a collection of intervals.

Parameters:
intervalslist[Interval]

A list of Interval objects representing the discretizations along each dimension.

Attributes

intervals

(list[Interval]) The supplied list of intervals.

dimension

(int) Dimension of the space in which this mesh is embedded.

dimensions

(tuple[int]) Tuple of the sizes of each interval