METHOD
simData.h File Reference
#include <vector>
#include <string>
#include "platformEnv.h"
#include "dataArgs.h"
Include dependency graph for simData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Data
 

Macros

#define ID(variable, idx, jdx, kdx)   ((variable)*(d->Nx)*(d->Ny)*(d->Nz) + (idx)*(d->Ny)*(d->Nz) + (jdx)*(d->Nz) + (kdx))
 

Macro Definition Documentation

◆ ID

#define ID (   variable,
  idx,
  jdx,
  kdx 
)    ((variable)*(d->Nx)*(d->Ny)*(d->Nz) + (idx)*(d->Ny)*(d->Nz) + (jdx)*(d->Nz) + (kdx))

Definition at line 10 of file simData.h.