Tachyon (current)  Current Main Branch
Macros | Functions
mainanim.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "tachyon.h"

Go to the source code of this file.

Macros

#define MAXFRAMES   100
 
#define LOOP   100.0
 
#define LOOP2   50.0
 
#define RAD   6.28
 
#define RFILE   "outfile"
 

Functions

int rt_mynode (void)
 distributed memory parallel node rank More...
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ LOOP

#define LOOP   100.0

Definition at line 20 of file mainanim.c.

Referenced by main().

◆ LOOP2

#define LOOP2   50.0

Definition at line 21 of file mainanim.c.

Referenced by main().

◆ MAXFRAMES

#define MAXFRAMES   100

Definition at line 19 of file mainanim.c.

Referenced by main().

◆ RAD

#define RAD   6.28

Definition at line 22 of file mainanim.c.

Referenced by main().

◆ RFILE

#define RFILE   "outfile"

Definition at line 27 of file mainanim.c.

Referenced by main().

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ rt_mynode()

int rt_mynode ( void  )