Commit 81edfb73 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fixing the heat-equation solver.

parent b3243cdf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ typename heatEquationSolver< Mesh,Diffusion,BoundaryCondition,RightHandSide >::I
   /****
    * Set-up DOFs and supporting grid functions which will not appear in the discrete solver
    */
   return 3*mesh.getNumberOfCells();
}

template< typename Mesh,
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ tnl-grid-setup --dimensions ${dimension} \
               --size-y ${dofSize} \
               --size-z ${dofSize} \
               
tnl-discrete --mesh mesh.tnl \
tnl-init --mesh mesh.tnl \
             --function ${analyticFunction} \
             --output-file u-ini.tnl \
             --amplitude ${amplitude} \