- Timestamp:
- 08/23/18 11:09:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/ModelProcessorx.h
r22739 r23167 26 26 void ElementsAndVerticesPartitioning(bool** pmy_elements, int** pmy_vertices, IoModel* iomodel); 27 27 void 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);28 void FacesPartitioning(IoModel* iomodel); 29 void EdgesPartitioning(IoModel* iomodel); 30 30 31 31 /*Mesh properties*/
Note:
See TracChangeset
for help on using the changeset viewer.