Tachyon (current)  Current Main Branch
Data Structures | Macros | Functions
animskull.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.

Data Structures

struct  scalarvol
 

Macros

#define MAXFRAMES   100
 
#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

◆ MAXFRAMES

#define MAXFRAMES   100

Definition at line 29 of file animskull.c.

Referenced by main().

◆ RAD

#define RAD   6.28

Definition at line 30 of file animskull.c.

◆ RFILE

#define RFILE   "outfile"

Definition at line 37 of file animskull.c.

Referenced by main().

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ rt_mynode()

int rt_mynode ( void  )

distributed memory parallel node rank

Definition at line 49 of file api.c.

Referenced by main().