shamo.utils.onelab.read_vector_file

shamo.utils.onelab.read_vector_file(path)[source]

Read a table formatted vector field from GetDP.

Parameters
pathstr, byte or os.PathLike

The path to the output file.

Returns
int

The data type.

np.ndarray

The element tags.

np.ndarray

The values.