pub fn read_plot3d_solution(src: &str) -> Result<Plot3dSolution, Error>
Parse an ASCII PLOT3D .q solution file from a string.
.q
Returns Error::Parse if the input is malformed.
Error::Parse