<div dir="ltr">Dear community,<br><br>I need to install the DUNE module called duneuro (<a href="http://duneuro.org/">http://duneuro.org/</a>) we developed at the university of Muenster.<br>While reading a mesh using the dune-uggrid, I first got:<br><br>ERROR in InsertElement: The method InsertElement has run out of memory.<br>ERROR in InsertElement: Please do the following:<br>ERROR in InsertElement: 1. increase NDELEM_BLKS_MAX in gm.h<br>ERROR in InsertElement: 2. rebuild UG<br><br>I followed the instructions: increased NDELEM_BLKS_MAX in gm.h from 1000 to 5000 (2000 was not enough) and rebuilt everything.<br><br>The new error is now:<br>Traceback (most recent call last):<br>ERROR in InsertElement: ==> NdElPtrArray_GetMemAndCheckIDs( ) ERROR: No memory for MGNDELEMBLK(theMG,j)<br>ERROR in InsertElement: ERROR by calling NdElPtrArray_GetMemAndCheckIDs()<br>  File "vitoria_test_mentat.py", line 77, in <module><br>  driver = dp.MEEGDriver3d(config)<br>RuntimeError: GridError [createGrid:/home/neurophys/marpia/Dune2.5/dune-grid/dune/grid/uggrid/uggridfactory.cc:544]: Inserting element into UGGrid failed!<br><br>Do you know what is this about?<br><br>Many thanks,<br>Maria Carla<br></div>