Hi,<br><br>I tried to create a mapper for attaching data to the vertices of the grid. But, when I declare the mapper as,<br><b><br> Dune::LeafMultipleCodimMultipleGeomTypeMapper<G,GridLayout>                  // Line 50<br>

 mapper(grid);</b><br><br>I get errors saying, <br><br><b>finiteelements.cc:50: error: declaration does not declare anything<br>finiteelements.cc:57: error: ‘mapper’ was not declared in this scope</b><br><br>I have defined the grid in the main function and the P1Layout in another template class correctly. Could someone please tell me the reasons behind the errors.<br>

<br>Thanks.<br>