seemps.analysis.integration.mesh_to_quadrature_mesh#
- seemps.analysis.integration.mesh_to_quadrature_mesh(mesh: Mesh) Mesh[source]#
Constructs a mesh whose entries are quadrature vectors derived from the best available quadrature rule for each Interval in the input mesh.
Can be used to automatically construct a quadrature MPS using cross-interpolation with the
quadrature_mesh_to_mps()routine in arbitrary tensor arrangements.