Saras
Finite   Difference   Solver   for   Fluid   Dynamics   Simulations
Public Member Functions | Public Attributes | List of all members
dataStruct Struct Reference

The data obtained from the probes is stored in struct for quick transfer across processes. More...

#include <probes.h>

Public Member Functions

 dataStruct ()
 Default constructor for the struct that initializes all values to 0.
 

Public Attributes

int x
 Integer values of the global indices of the probe.
 
int y
 
int z
 
real probeData [10]
 Array of double/single precision numbers that contains the probed data from up to 10 field variables.
 

Detailed Description

The data obtained from the probes is stored in struct for quick transfer across processes.

The struct can store data from up to a maximum of 10 field variables. It also stores the global x, y and z indices of the probe location corresponding to each probe.


The documentation for this struct was generated from the following file: