NeoPZ
Functions
sloan.h File Reference
#include <stdint.h>
Include dependency graph for sloan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int gegra_ (int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int *)
 Purpose: Form adjacency list for a graph corresponding to a finite element mesh. More...
 
int label_ (int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *)
 
int iorele_ (int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *)
 
int profi1_ (int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *)
 
int diamtr_ (int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *)
 Purpose: Find nodes which define a pseudo-diameter of a graph and store distances from end node. More...
 
int number_ (int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *)
 
int64_t i_dim (int64_t value_1, int64_t value_2)
 
int isorti_ (int64_t *, int64_t *, int64_t *, int64_t *)
 
int rootls_ (int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *, int64_t *)
 
int vsrtp1_ (int64_t *, int64_t *, int64_t *)
 

Function Documentation

◆ diamtr_()

int diamtr_ ( int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *   
)

Purpose: Find nodes which define a pseudo-diameter of a graph and store distances from end node.

Definition at line 4 of file diamtr.cpp.

References degree(), isorti_(), and rootls_().

Referenced by label_().

◆ gegra_()

int gegra_ ( int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int *   
)

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().

◆ i_dim()

int64_t i_dim ( int64_t  value_1,
int64_t  value_2 
)

Definition at line 102 of file profi1.cpp.

Referenced by TPZGmshReader::GeometricGmshMesh4(), and profi1_().

◆ iorele_()

int iorele_ ( int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *   
)

Definition at line 4 of file iorele.cpp.

References vsrtp1_().

◆ isorti_()

int isorti_ ( int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *   
)

Definition at line 4 of file isorti.cpp.

References m.

Referenced by diamtr_().

◆ label_()

int label_ ( int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *   
)

Definition at line 3 of file label.cpp.

References diamtr_(), number_(), and profi1_().

Referenced by TPZSloan::Resequence().

◆ number_()

int number_ ( int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *   
)

Definition at line 4 of file number.cpp.

Referenced by label_().

◆ profi1_()

int profi1_ ( int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *   
)

Definition at line 5 of file profi1.cpp.

References i_dim().

Referenced by label_().

◆ rootls_()

int rootls_ ( int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *  ,
int64_t *   
)

Definition at line 4 of file rootls.cpp.

Referenced by diamtr_().

◆ vsrtp1_()

int vsrtp1_ ( int64_t *  ,
int64_t *  ,
int64_t *   
)

Definition at line 4 of file vsrtp1.cpp.

References m.

Referenced by iorele_().