Changeset 2071
- Timestamp:
- Nov 25, 2005, 9:33:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pymetis/pymetis/metis.c
r2051 r2071 35 35 * epart: partitioning of the elements 36 36 * npart: partitioning of the nodes. 37 * 38 * Note that while the metis data file format indexes verticies from 1, 39 * the library calls (including this one) use vericies indexed from 0. 40 * Unsure if this is because of the num_flag option, perhaps calling 41 * from a FORTRAN program will have 1-indexed verticies? 37 42 */ 38 43 static PyObject * metis_partMeshNodal(PyObject * self, PyObject * args){
Note: See TracChangeset
for help on using the changeset viewer.