load()#

classmethod PODBasis.load(loadfile, max_vectors=None)[source]#

Load a basis from an HDF5 file.

Parameters
loadfilestr

Path to the file where the basis was stored via save().

max_vectorsint or None

Maximum number of POD vectors to load. If None (default), load all.

Returns
PODBasis object