function k = k_test01 ( ) %*****************************************************************************80 % %% K_TEST01 evaluates the conductivity for problem 1. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 30 January 2012 % % Author: % % John Burkardt % % Parameters: % % Output, real K, the conducitivity. % k = 0.002; return end