Read Mat Module
The read_mat module provides functionality to read .mat files.
Available Functions
Main.read_mat.read_mat_to_vem_problem — FunctionReads a .mat file and returns a vem_problem and mesh struct.
Arguments
file_path: The path to the .mat file to read.
Returns
- A tuple (vem_problem, mesh)