Ignore:
Timestamp:
Nov 25, 2005, 9:33:51 AM (18 years ago)
Author:
jack
Message:

Improved documentation quality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/pymetis/metis.c

    r2051 r2071  
    3535 * epart: partitioning of the elements
    3636 * 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?
    3742 */
    3843static PyObject * metis_partMeshNodal(PyObject * self, PyObject * args){
Note: See TracChangeset for help on using the changeset viewer.