NeoPZ
|
#include <stdint.h>
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 *) |
int diamtr_ | ( | int64_t * | , |
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | |||
) |
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().
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_().
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_().
int isorti_ | ( | int64_t * | , |
int64_t * | , | ||
int64_t * | , | ||
int64_t * | |||
) |
int label_ | ( | int64_t * | , |
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | , | ||
int64_t * | |||
) |
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_().
int profi1_ | ( | int64_t * | , |
int64_t * | , | ||
int64_t * | , | ||
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 * | |||
) |
Definition at line 4 of file rootls.cpp.
Referenced by diamtr_().
int vsrtp1_ | ( | int64_t * | , |
int64_t * | , | ||
int64_t * | |||
) |