- Timestamp:
- 05/24/13 19:12:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/wrappers/MeshPartition/MeshPartition.cpp ΒΆ
r15100 r15105 6 6 7 7 void MeshPartitionUsage(void){/*{{{*/ 8 _printf_(" usage: " << "\n");8 _printf_(" usage:\n"); 9 9 _printf_(" [element_partitioning,node_partitioning]=MeshPartition(md.mesh,numpartitions)"); 10 _printf_(" where: " << "\n");11 _printf_(" element_partitioning is a vector of partitioning area numbers, for every element. " << "\n");12 _printf_(" node_partitioning is a vector of partitioning area numbers, for every node. " << "\n");13 _printf_(" " << "\n");10 _printf_(" where:\n"); 11 _printf_(" element_partitioning is a vector of partitioning area numbers, for every element.\n"); 12 _printf_(" node_partitioning is a vector of partitioning area numbers, for every node.\n"); 13 _printf_("\n"); 14 14 }/*}}}*/ 15 15 WRAPPER(MeshPartition){
Note:
See TracChangeset
for help on using the changeset viewer.