Ignore:
Timestamp:
07/08/13 14:47:31 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no need to call NodesPartitioning if Continuous Galerkin, + added EdgesPartitioning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/SurfaceSlope/CreateNodesSurfaceSlope.cpp

    r15428 r15461  
    1111void    CreateNodesSurfaceSlope(Nodes** pnodes, IoModel* iomodel){
    1212
    13         /*Intermediary*/
    14         bool continuous_galerkin=true;
    15 
    1613        /*Recover pointer: */
    1714        Nodes* nodes=*pnodes;
     
    1916        /*Create nodes if they do not exist yet*/
    2017        if(!nodes) nodes = new Nodes();
    21 
    22         /*Continuous Galerkin partition of nodes: */
    23         NodesPartitioning(&iomodel->my_nodes,iomodel->my_elements,iomodel->my_vertices,iomodel,continuous_galerkin);
    2418
    2519        /*First fetch data: */
Note: See TracChangeset for help on using the changeset viewer.