PLUTO  4.4-patch2
rotate.h
1 void RotateSet (int, int, int, int);
2 void RotateVector(double *, int);
3 void RotateBoundary (const Data *, RBox *, int, Grid *);
4 double RotateGet_ta(void);
5 double RotateGet_tb(void);
6 
7 
8 
9 
double RotateGet_tb(void)
Definition: rotate.c:140
Definition: structs.h:124
double RotateGet_ta(void)
Definition: rotate.c:131
void RotateVector(double *v, int s)
Definition: rotate.c:212
void RotateSet(int jx, int jy, int kx, int kz)
Definition: rotate.c:150
Definition: structs.h:514
Definition: structs.h:201