discr_space

Lebesgue L^p type discretizations of function spaces.

Classes

DiscretizedSpace(partition, tspace, **kwargs)

Discretization of a Lebesgue L^p space.

DiscretizedSpaceElement(space, tensor)

Representation of a DiscretizedSpace element.

Functions

uniform_discr(min_pt, max_pt, shape[, …])

Return a uniformly discretized L^p function space.

uniform_discr_fromdiscr(discr[, min_pt, …])

Return a discretization based on an existing one.

uniform_discr_fromintv(intv_prod, shape[, …])

Return a uniformly discretized L^p function space.

uniform_discr_frompartition(partition[, …])

Return a uniformly discretized L^p function space.