ctf4science.data_module.load_nodes#

ctf4science.data_module.load_nodes(dataset_name: str) ndarray#

Load the mesh/node information for a given dataset.

Reads the nodes.npy file located in the root directory of the specified dataset.

Parameters:
dataset_namestr

Name of the dataset (e.g. 'PDE_KS').

Returns:
ndarray

The node/mesh data array.

Raises:
FileNotFoundError

If nodes.npy does not exist in the dataset folder.