seemps.analysis.cross.black_box.BlackBoxLoadTT#

class seemps.analysis.cross.black_box.BlackBoxLoadTT(func, mesh)[source]#

Black-box representing a multivariate scalar function discretized on a Mesh object following the tensor-train structure. Each function degree of freedom is assigned to one of each TT tensors.

Parameters:
funcCallable

The multivariate scalar function to be represented as MPS.

meshMesh

The domain where the function is discretized.