File timestep.h


Included Files


Preprocessor definitions

#define TIMESTEP_H

#define CONSTRAINT_ONLY 0

#define TIMESTEP_ONLY_VAR 0x100

#define TIME_CONST_BLEND_VAR 0x200

#define DPRINTF( fmt, args... )

#define TSPRINTF( fmt, args... )

#define NO_SYMMETRY 0x00

#define XMIN_SYMMETRY 0x01

#define XMAX_SYMMETRY 0x02

#define YMIN_SYMMETRY 0x04

#define YMAX_SYMMETRY 0x08

#define ZMIN_SYMMETRY 0x10

#define ZMAX_SYMMETRY 0x20

#define SYMMETRY_MIRROR_INSIDE 0

#define SYMMETRY_MIRROR_PLANE 1

#define SYMMETRY_MIRROR_OUTSIDE 2

#define SYMMETRY_ZERO_INSIDE 4

#define SYMMETRY_ZERO_PLANE 5

#define SYMMETRY_ZERO_OUTSIDE 6

#define SYMMETRY_XMIN_START 0x000001

#define SYMMETRY_XMAX_START 0x000010

#define SYMMETRY_YMIN_START 0x000100

#define SYMMETRY_YMAX_START 0x001000

#define SYMMETRY_ZMIN_START 0x010000

#define SYMMETRY_ZMAX_START 0x100000

#define SYMMETRY_XMIN_MASK 0x00000F

#define SYMMETRY_XMAX_MASK 0x0000F0

#define SYMMETRY_YMIN_MASK 0x000F00

#define SYMMETRY_YMAX_MASK 0x00F000

#define SYMMETRY_ZMIN_MASK 0x0F0000

#define SYMMETRY_ZMAX_MASK 0xF00000


Typedef CommStyle

typedef enum {...} CommStyle
enum 
   { 
     SLOW_COMMUNICATION; 
     FAST_COMMUNICATION; 
   } 

Typedef EqStyle

typedef int EqStyle