function dim_num = p02_dim_num ( ) %*****************************************************************************80 % %% P02_DIM_NUM returns the spatial dimension for problem p02. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 01 August 2011 % % Author: % % John Burkardt % % Parameters: % % Output, integer DIM_NUM, the spatial dimension of the % dependent variables. % dim_num = 2; return end