PPL Logo

libs/ck-libs/metis/libmetis/mmd.c File Reference

Go to the source code of this file.

Functions

void genmmd (idx_t neqns, idx_t *xadj, idx_t *adjncy, idx_t *invp, idx_t *perm, idx_t delta, idx_t *head, idx_t *qsize, idx_t *list, idx_t *marker, idx_t maxint, idx_t *ncsub)
void mmdelm (idx_t mdeg_node, idx_t *xadj, idx_t *adjncy, idx_t *head, idx_t *forward, idx_t *backward, idx_t *qsize, idx_t *list, idx_t *marker, idx_t maxint, idx_t tag)
idx_t mmdint (idx_t neqns, idx_t *xadj, idx_t *adjncy, idx_t *head, idx_t *forward, idx_t *backward, idx_t *qsize, idx_t *list, idx_t *marker)
void mmdnum (idx_t neqns, idx_t *perm, idx_t *invp, idx_t *qsize)
void mmdupd (idx_t ehead, idx_t neqns, idx_t *xadj, idx_t *adjncy, idx_t delta, idx_t *mdeg, idx_t *head, idx_t *forward, idx_t *backward, idx_t *qsize, idx_t *list, idx_t *marker, idx_t maxint, idx_t *tag)


Function Documentation

void genmmd ( idx_t  neqns,
idx_t xadj,
idx_t adjncy,
idx_t invp,
idx_t perm,
idx_t  delta,
idx_t head,
idx_t qsize,
idx_t list,
idx_t marker,
idx_t  maxint,
idx_t ncsub 
)

Definition at line 53 of file mmd.c.

References mmdelm(), mmdint(), mmdnum(), mmdupd(), and tag.

Referenced by MMDOrder().

Here is the call graph for this function:

Here is the caller graph for this function:

void mmdelm ( idx_t  mdeg_node,
idx_t xadj,
idx_t adjncy,
idx_t head,
idx_t forward,
idx_t backward,
idx_t qsize,
idx_t list,
idx_t marker,
idx_t  maxint,
idx_t  tag 
)

Definition at line 171 of file mmd.c.

Referenced by genmmd().

Here is the caller graph for this function:

idx_t mmdint ( idx_t  neqns,
idx_t xadj,
idx_t adjncy,
idx_t head,
idx_t forward,
idx_t backward,
idx_t qsize,
idx_t list,
idx_t marker 
)

Definition at line 305 of file mmd.c.

Referenced by genmmd().

Here is the caller graph for this function:

void mmdnum ( idx_t  neqns,
idx_t perm,
idx_t invp,
idx_t qsize 
)

Definition at line 348 of file mmd.c.

References root.

Referenced by genmmd().

Here is the caller graph for this function:

void mmdupd ( idx_t  ehead,
idx_t  neqns,
idx_t xadj,
idx_t adjncy,
idx_t  delta,
idx_t mdeg,
idx_t head,
idx_t forward,
idx_t backward,
idx_t qsize,
idx_t list,
idx_t marker,
idx_t  maxint,
idx_t tag 
)

Definition at line 412 of file mmd.c.

Referenced by genmmd().

Here is the caller graph for this function:


Generated on Mon Sep 21 08:09:35 2020 for Charm++ by  doxygen 1.5.5