lsd_mkb/lsd_mkb_superlu/superlu_seq/ilu_spanel_dfs.c File Reference

Peforms a symbolic factorization on a panel of symbols and record the entries with maximum absolute value in each column. More...

#include "slu_sdefs.h"
Include dependency graph for ilu_spanel_dfs.c:

Functions

void ilu_spanel_dfs (const int m, const int w, const int jcol, SuperMatrix *A, int *perm_r, int *nseg, float *dense, float *amax, int *panel_lsub, int *segrep, int *repfnz, int *marker, int *parent, int *xplore, GlobalLU_t *Glu)

Detailed Description

Peforms a symbolic factorization on a panel of symbols and record the entries with maximum absolute value in each column.

 -- SuperLU routine (version 4.0) --
 Lawrence Berkeley National Laboratory
 June 30, 2009
 

Function Documentation

void ilu_spanel_dfs ( const int  m,
const int  w,
const int  jcol,
SuperMatrix A,
int *  perm_r,
int *  nseg,
float *  dense,
float *  amax,
int *  panel_lsub,
int *  segrep,
int *  repfnz,
int *  marker,
int *  parent,
int *  xplore,
GlobalLU_t Glu 
)
 Purpose
 =======
   Performs a symbolic factorization on a panel of columns [jcol, jcol+w).
   A supernode representative is the last column of a supernode.
   The nonzeros in U[*,j] are segments that end at supernodal
   representatives.
   The routine returns one list of the supernodal representatives
   in topological order of the dfs that generates them. This list is
   a superset of the topological order of each individual column within
   the panel.
   The location of the first nonzero in each supernodal segment
   (supernodal entry location) is also returned. Each column has a
   separate list for this purpose.
   Two marker arrays are used for dfs:
     marker[i] == jj, if i was visited during dfs of current column jj;
     marker1[i] >= jcol, if i was visited by earlier columns in this panel;
   marker: A-row --> A-row/col (0/1)
   repfnz: SuperA-col --> PA-row
   parent: SuperA-col --> SuperA-col
   xplore: SuperA-col --> index to L-structure
 

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1