source: issm/oecreview/Archive/23390-24306/ISSM-23592-23593.diff@ 24307

Last change on this file since 24307 was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 623 bytes
  • ../trunk-jpl/src/c/modules/ModelProcessorx/CreateNodes.cpp

     
    503503                }
    504504        }
    505505        /*}}}*/
    506         if(finite_element==P1DGEnum){/*Special case for DG...{{{*/
     506        if(finite_element==P1DGEnum && analysis!=UzawaPressureAnalysisEnum){/*Special case for DG...{{{*/
    507507                int node_list[4];
    508508                if(iomodel->domaintype!=Domain2DhorizontalEnum) _error_("not implemented yet");
    509509                CreateEdges(iomodel);
Note: See TracBrowser for help on using the repository browser.