field_names ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'}; field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13}; field_values={... PatchToVec(md.results.SteadystateSolution.Gradient),... md.results.SteadystateSolution.J,... PatchToVec(md.results.SteadystateSolution.DragCoefficient),... PatchToVec(md.results.SteadystateSolution.Pressure),... PatchToVec(md.results.SteadystateSolution.Vel),... PatchToVec(md.results.SteadystateSolution.Vx),... PatchToVec(md.results.SteadystateSolution.Vy),... PatchToVec(md.results.SteadystateSolution.Vz),... PatchToVec(md.results.SteadystateSolution.Temperature),... PatchToVec(md.results.SteadystateSolution.MeltingRate) };