function dim_num = p05_dim_num ( ) %*****************************************************************************80 % %% P05_DIM_NUM returns the spatial dimension for problem p05. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 19 May 2007 % % Author: % % John Burkardt % % Parameters: % % Output, integer DIM_NUM, the spatial dimension of the % dependent variables. % dim_num = 2; return end