NeoPZ
Functions
gegra.cpp File Reference
#include <iostream>
#include <stdlib.h>
#include "sloan.h"
Include dependency graph for gegra.cpp:

Go to the source code of this file.

Functions

int gegra_ (int64_t *n, int64_t *ne, int64_t *, int64_t *npn, int64_t *xnpn, int64_t *iadj, int64_t *adj, int64_t *xadj, int *nop)
 Purpose: Form adjacency list for a graph corresponding to a finite element mesh. More...
 

Function Documentation

◆ gegra_()

int gegra_ ( int64_t *  n,
int64_t *  ne,
int64_t *  ,
int64_t *  npn,
int64_t *  xnpn,
int64_t *  iadj,
int64_t *  adj,
int64_t *  xadj,
int *  nop 
)

Purpose: Form adjacency list for a graph corresponding to a finite element mesh.

Definition at line 7 of file gegra.cpp.

References m.

Referenced by TPZSloan::Resequence().