Skip to main content

read_plot3d_solution

Function read_plot3d_solution 

Source
pub fn read_plot3d_solution(src: &str) -> Result<Plot3dSolution, Error>
Expand description

Parse an ASCII PLOT3D .q solution file from a string.

ยงErrors

Returns Error::Parse if the input is malformed.