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:
- func
Callable
The multivariate scalar function to be represented as MPS.
- mesh
Mesh
The domain where the function is discretized.
- func