#include "util.h"
Go to the source code of this file.
Functions | |
| PetscReal | triarea (PetscReal *v0, PetscReal *v1, PetscReal *v2, PetscReal *n) |
| PetscReal | tetvol (PetscReal *x1, PetscReal *x2, PetscReal *x3, PetscReal *x4) |
| int | tetnb (int *tet1, int *tet2, int *vshared) |
| int | TetSharedVertices (int *v1, int *v2, int *s) |
| int tetnb | ( | int * | tet1, | |
| int * | tet2, | |||
| int * | vshared | |||
| ) |
Definition at line 72 of file tettri.c.
References NV.
Referenced by FacNB(), Mesh2Dual(), and Mesh2Dual2().

| int TetSharedVertices | ( | int * | v1, | |
| int * | v2, | |||
| int * | s | |||
| ) |
Definition at line 101 of file tettri.c.
References NV.
Referenced by PidSharedArea().

| PetscReal tetvol | ( | PetscReal * | x1, | |
| PetscReal * | x2, | |||
| PetscReal * | x3, | |||
| PetscReal * | x4 | |||
| ) |