< M A T L A B (R) > Copyright 1984-2018 The MathWorks, Inc. R2018b Update 2 (9.5.0.1033004) 64-bit (maci64) January 5, 2019 To get started, type doc. For product information, visit www.mathworks.com. >> >> paraheat_gaussian_test_batch: >> MATLAB requires a script to call a function in batch mode. >> >> >> 08-May-2019 09:26:17 paraheat_gaussian_test MATLAB version Test paraheat_gaussian For given piecewise constant diffusivity data, use paraheat_gaussian() to compute an FEM solution u(x,y), and return sample solution values at sensor locations. Diffusivity random seed is 987654321 diffusivity_gaussian_print: Diffusivity is a gaussian function: d(x,y) = 0.5 + vc * exp ( - 0.5 * ((x-xc)^2+(y-yc)^2)/sc^2 ) (xc,yc) = {0.0729883,0.216037) sc = 0.491516, vc = 3.30165 Graphics saved as "diffusivity_gaussian_contour_987654321.png". Graphics saved as "diffusivity_gaussian_surface_987654321.png". Graphics saved as "fem_contour_987654321.png" Graphics saved as "fem_surface_987654321.png" Graphics saved as "sensor_location_987654321.png" paraheat_gaussian_test Normal end of execution. 08-May-2019 09:27:07 >> >> >> paraheat_gaussian_test_batch: >> Normal end of execution. >>