#include "util.h"
Go to the source code of this file.
Functions | |
| int | PointFromPlane (PetscReal *x, PetscReal *v1, PetscReal *v2, PetscReal *v3, PetscReal *d) |
| int | SolidAngle (PetscReal *x, PetscReal *v1, PetscReal *v2, PetscReal *v3, PetscReal *omega) |
| int PointFromPlane | ( | PetscReal * | x, | |
| PetscReal * | v1, | |||
| PetscReal * | v2, | |||
| PetscReal * | v3, | |||
| PetscReal * | d | |||
| ) |
Definition at line 29 of file solidangle.c.
References douter, my_daxpy, my_dcopy, my_ddot, and ND.
Referenced by Bele(), and SolidAngle().

| int SolidAngle | ( | PetscReal * | x, | |
| PetscReal * | v1, | |||
| PetscReal * | v2, | |||
| PetscReal * | v3, | |||
| PetscReal * | omega | |||
| ) |