Ignore:
Timestamp:
08/23/18 11:09:21 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving my_edges and my_faces to iomodel to avoid recomputation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.h

    r22739 r23167  
    2626void ElementsAndVerticesPartitioning(bool** pmy_elements, int** pmy_vertices, IoModel* iomodel);
    2727void NodesPartitioning(bool** pmy_nodes,bool* my_elements, int* my_vertices,  IoModel* iomodel, bool continuous);
    28 void FacesPartitioning(bool** pmy_faces,IoModel* iomodel);
    29 void EdgesPartitioning(bool** pmy_edges,IoModel* iomodel);
     28void FacesPartitioning(IoModel* iomodel);
     29void EdgesPartitioning(IoModel* iomodel);
    3030
    3131/*Mesh properties*/
Note: See TracChangeset for help on using the changeset viewer.